workflows
AI-powered analysis workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AI-powered analysis workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| 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.
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.