Thorough, educational PR review process. Gathers context, explains changes, identifies issues systematically, and drafts constructive feedback collaboratively before submitting.
0
AI 93
checkpoint
corygabrielsen2/27/2026
Swarm-safe git checkpoint workflow to validate, stage, commit, and optionally push work in any repo. Use when user says "checkpoint", "save", "commit", "stage and commit", or wants a safe, repeatable...
0
AI 92
spike
corygabrielsen2/23/2026
Implement N approaches as separate branches, then compare side-by-side. Removes "implementation effort" as a variable from the decision.
0
AI 89
next
corygabrielsen2/27/2026
Quickly present 2-4 actionable next steps. Lighter than /debrief - no reconstruction, just options.
0
AI 88
review-skill
corygabrielsen2/27/2026
Review a skill document using specialized reviewers. Each reviewer finds specific issue types.
0
AI 72
decompose-pr
corygabrielsen2/7/2026
Break down a complex PR into focused, atomic commits for learning. Creates a temporary branch with one commit per logical change, making it easier to study how each piece works.
0
AI 95
loop-codex-review
corygabrielsen2/7/2026
Automated code review loop with progressive reasoning levels. Runs n parallel Codex reviews (configurable via -n), Claude addresses findings, climbs from low→xhigh reasoning until fixed point (all n c...
0
AI 88
orthogonalize-pr
corygabrielsen2/7/2026
Identify and separate orthogonal (independent) change sets within a decomposed PR. Creates branches for each set that could theoretically be reviewed or merged separately.