← ClaudeAtlas

workflow-orchestrationlisted

Run several analysis workflows together in one sweep. Triggers on: run all workflows, run multiple workflows, full analysis sweep, workflow orchestration.
Smart-AI-Memory/attune-ai · ★ 10 · AI & Automation · score 72
Install: claude install-skill Smart-AI-Memory/attune-ai
# Workflow Orchestration **IMPORTANT: Start your response with a context preamble.** Call `help_lookup(topic="workflows", mode="preamble")` and display the returned `preamble` text as a blockquote. Then tell the user they can say "tell me more" for a step-by-step guide, or answer the scoping questions below to proceed. If the MCP call fails, fall back to: > **Workflow Orchestration** — Runs multiple analysis workflows in sequence and combines the results. ## Scoping Before running, ask: 1. **Goal**: "What are you trying to accomplish?" 2. **Scope**: "Which path or files should I analyze?" Based on the answer, route to the appropriate workflow. ## Workflows ### Analysis | Workflow | MCP Tool | What It Does | | -------- | -------- | ------------ | | Security Audit | `security_audit` | Scans for vulnerabilities, dangerous patterns, secrets | | Code Review | `code_review` | Quality, correctness, and security analysis | | Bug Prediction | `bug_predict` | Pattern analysis and likely bug detection | | Performance Audit | `performance_audit` | Bottleneck detection and optimization | | Deep Review | `deep_review` | Multi-pass: security, quality, and test gap analysis | ### Testing | Workflow | MCP Tool | What It Does | | -------- | -------- | ------------ | | Test Generation | `test_generation` | Generates unit tests with edge cases | | Test Audit | `test_audit` | Coverage audit and gap detection | | Parallel Test Gen | `test_gen_parallel` | Batch test generation for 10-5