| "Review my code" / "check this PR" / "code review" | /rune:appraise | Multi-agent review of changed files |
| "Audit the codebase" / "security scan" / "full review" | /rune:audit | Comprehensive codebase analysis (all files, not just diff) |
| "Inspect Claude Code" / "check Claude config" | /rune:cc-inspect | Run Claude Code built-in inspection script |
| "Check implementation" / "plan vs code" / "verify completeness" | /rune:inspect | Plan-vs-implementation deep audit with Inspector Ashes |
| "Brainstorm" / "explore idea" / "what should we build" / "thảo luận" | /rune:brainstorm | Collaborative idea exploration (3 modes: solo, roundtable, deep) |
| "Plan a feature" / "design this" / "how should we build" | /rune:devise | Multi-agent planning pipeline (brainstorm + research + synthesize) |
| "Quick plan" / "just outline it" | /rune:devise --quick | Lightweight planning (research + synthesize, skip brainstorm/forge) |
| "Quick run" / "fast" / "plan and build" / "nhanh" / "chạy nhanh" | /rune:arc --quick-mode | Lightweight 4-phase pipeline: plan -> work+evaluate loop -> review -> mend |
| "Implement this" / "build it" / "execute the plan" | /rune:strive plans/... | Swarm workers execute a plan file |
| "Verify findings" / "check false positives" / "validate review" | /rune:inspect --verify-tome tmp/.../TOME.md | Classify TOME findings as TRUE_POSITIVE/FALSE_POSITIVE before mend |
| "Fix these findings" / "resolve the review" | /rune:mend tmp/.../TOME.md | Parallel resolution of review findings |
| "Run everything" / "ship it" / "end to end" | /rune:arc plans/... | End-to-end pipeline (forge → work → review → mend → test → ship → merge). Use --status to check current phase and progress |
| "Deepen this plan" / "add more detail" / "enrich" | /rune:forge plans/... | Forge Gaze topic-aware enrichment |
| "What changed?" / "blast radius" / "impact analysis" | /rune:goldmask | Cross-layer impact analysis (Impact + Wisdom + Lore) |
| "Help me think through" / "structured reasoning" | /rune:elicit | Interactive elicitation method selection |
| "Clean up" / "remove temp files" | /rune:rest | Remove tmp/ artifacts from completed workflows |
| "Cancel the review" / "stop the audit" | /rune:cancel-review or /rune:cancel-audit | Graceful shutdown of active workflows |
| "Track todos" / "file todos" / "manage todos" | /rune:file-todos | Structured file-based TODO tracking |
| "Resolve PR comments" / "fix all comments" / "batch resolve" | /rune:resolve-all-gh-pr-comments | Batch resolve all open PR review comments |
| "Fix this PR comment" / "resolve comment" | /rune:resolve-gh-pr-comment | Resolve a single GitHub PR review comment |
| "Resolve TODOs" / "fix TODOs" / "clean up TODOs" | /rune:resolve-todos | Resolve file-based TODOs with verify-before-fix pipeline |
| "Test skill" / "eval skill" / "pressure test" | /rune:skill-testing | TDD methodology for skill testing and evaluation |
| "Status" / "team status" / "check teammates" / "agent health" / "dispatch status" | /rune:status | Active-team dashboard + background-dispatch report |
| "Post findings to PR" / "share review on PR" / "post to GitHub" / "comment on PR with findings" | /rune:post-findings | Post Rune review findings to GitHub PR as formatted comment |
| "Self-audit" / "audit arc run" / "check arc quality" / "hallucination detection" / "agent effectiveness" / "check rune health" / "lint agents" / "meta-qa" | /rune:self-audit | Meta-QA self-audit — static analysis + runtime arc artifact analysis |
| "Supply chain audit" / "dependency risk" / "check dependencies" / "package security" / "abandoned packages" | /rune:supply-chain-audit | Analyze project dependencies for maintainer risk, abandonment, and CVE history |
| "Watch my PR" / "pr guardian" / "auto merge" / "shepherd PR" / "monitor PR" | /rune:pr-guardian | Automated cron loop: check comments, CI, rebase, browser test, auto-merge |