workflows
AI-powered analysis workflows
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
AI-powered analysis workflows
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
Spec-driven development — brainstorm, plan, review, and execute with quality gates. Triggers on: spec, brainstorm and build, plan and execute, idea to code, build from scratch.
Spec-driven development — brainstorm, plan, review, and execute with quality gates. Triggers on: spec, brainstorm and build, plan and execute, idea to code, build from scratch.
Developer workflow hub — routes to the right skill based on what you need. Triggers on: attune, what can attune do, what can you do, capabilities, where do I start, get started.
Outcome-first fix with a guided intake form — pick scope and probes from derived candidates, preview the contract, run with a verified receipt. Triggers on: attune fix, scoped fix, fix with receipt, outcome fix, fix intake.
| name | workflows |
| description | AI-powered analysis workflows |
AI-powered analysis workflows for security, bugs, and performance.
| Subcommand | Action |
|---|---|
run security-audit | Security vulnerability scan |
run bug-predict | Bug prediction analysis |
run perf-audit | Performance audit |
run code-review | Code review workflow |
| list | List available workflows |
/workflows # Ask which workflow
/workflows run security-audit # Security audit
/workflows run bug-predict # Bug prediction
/workflows run perf-audit # Performance audit
/workflows list # List all workflows
When the user provides a workflow name AND a path,
skip AskUserQuestion and execute directly:
/workflows run security-audit ./src → execute/workflows run bug-predict src/auth → execute/workflows run security-audit → ask for path/workflows → ask which workflowRule: If both workflow and target are provided,
proceed to execution. If either is missing, use
AskUserQuestion.
If a path argument was provided (e.g.,
/workflows run security-audit ./src), skip
AskUserQuestion and execute immediately.
Otherwise, use AskUserQuestion to scope:
src/, specific module, or full project?Then run:
uv run attune workflow run security-audit --path <target>
Use AskUserQuestion to scope:
Then run:
uv run attune workflow run bug-predict --path <target>
Use AskUserQuestion to scope:
Then run:
uv run attune workflow run perf-audit --path <target>
Use AskUserQuestion to scope:
Then run:
uv run attune workflow run code-review --path <target>
Run:
uv run attune workflow list
Display results in a table format.