Parallel refactoring with Agent Teams. Partition by module, avoid conflicts
1
AI 90
governance-review
snkrheadz3/1/2026
Full governance cycle: propose rules, audit staleness, generate changelog
1
AI 78
rule-history
snkrheadz3/1/2026
Query rule evolution history and provenance
1
AI 70
review-changes
snkrheadz2/12/2026
Review changes before commit. Analyzes diff and identifies issues, improvements, and risks. Triggers: /review-changes, change review, pre-commit check, diff review
0
AI 95
db-query
snkrheadz2/12/2026
Database query and analysis support. Creates, executes, and analyzes SQL queries. Supports BigQuery, PostgreSQL, MySQL. Triggers: /db-query, SQL, query, data analysis, BigQuery
0
AI 92
project-setup
snkrheadz2/22/2026
Set up Claude Code configuration for projects. Detects structure and generates .claude/settings.local.json and hooks. Triggers: /project-setup, project configuration, formatter setup, project configur...
0
AI 84
quick-commit
snkrheadz2/12/2026
Quick commit. Stages changes, generates commit message, and executes commit in one action. Does not create PR. Triggers: /quick-commit, quick commit, simple commit
0
AI 84
techdebt
snkrheadz2/12/2026
Technical debt detection and fix suggestions. Detects duplicate code, TODO comments, unused imports, and high-complexity functions. Triggers: /techdebt, technical debt, code quality check
0
AI 80
merge-pr
snkrheadz2/22/2026
Merge PR and cleanup worktree and local branch. Triggers: /merge-pr, PR merge, worktree cleanup
0
AI 76
first-principles
snkrheadz2/22/2026
Rethink from design principles. Go back to fundamentals when stuck. Question assumptions and explore essential solutions. Triggers: /first-principles, back to basics, from scratch, zero-base