corygabrielsen
@corygabrielsen
Public Skills
decompose-pr
by corygabrielsen
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.
checkpoint
by corygabrielsen
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 snapshot.
loop-address-pr-feedback
by corygabrielsen
Systematically address AI and human review feedback on PR stacks. Triage issues, fix valid ones, respond to comments, restack, and request re-reviews until all reviewers are satisfied.
decontextualize
by corygabrielsen
Course-correct when artifacts overfit to conversation context. Invoke when examples, names, or language are too specific to current work.
loop-review-skill-until-fixed-point
by corygabrielsen
Iterate /review-skill on a target until fixed point. Runs review passes until all reviewers return NO ISSUES.
review-pr
by corygabrielsen
Thorough, educational PR review process. Gathers context, explains changes, identifies issues systematically, and drafts constructive feedback collaboratively before submitting.
review-skill-parallel
by corygabrielsen
Review a skill document with n parallel reviewers. Synthesizes findings, addresses issues, verifies changes, gets human approvals (plan and confirmation).
mission-control
by corygabrielsen
Coordinate complex multi-step work using task graphs and parallel background agents. Use when work requires decomposition, delegation, and long-running operations that may survive context compaction.
debrief
by corygabrielsen
Reconstruct context and present next steps when a user returns to a conversation after a break. Synthesizes status into scannable summaries with actionable options.
review-skill
by corygabrielsen
Review a skill document using specialized reviewers. Each reviewer finds specific issue types.
fork
by corygabrielsen
Branch off a conversation to handle tangents. Outputs context summary and ready-to-paste command for a new terminal session.
decompose-branch
by corygabrielsen
Reorganize a messy local branch into focused, atomic commits before sharing. Use when user says "decompose branch", "clean up commits", "reorganize my branch", or wants to restructure local work.
next
by corygabrielsen
Quickly present 2-4 actionable next steps. Lighter than /debrief - no reconstruction, just options.
synthesize
by corygabrielsen
Consolidate brainstorm rounds into an organized synthesis. Themes emerge, winners surface, evolution becomes visible.
spike
by corygabrielsen
Implement N approaches as separate branches, then compare side-by-side. Removes "implementation effort" as a variable from the decision.
distill
by corygabrielsen
Strip overspecified instructions from an artifact. Trust the model's intuition — prescribe intent, not format.
denarrate
by corygabrielsen
Strip narrative mode from descriptive artifacts. Comments describe state and intent — they don't tell stories.
brainstorm
by corygabrielsen
Generate N diverse solutions to a problem. Forced breadth reveals the full landscape — the best option surfaces through comparison, not intuition.
cd
by corygabrielsen
Change working directory.
orthogonalize-pr
by corygabrielsen
Identify and separate orthogonal (independent) change sets within a decomposed PR. Creates branches for each set that could theoretically be reviewed or merged separately.
loop-codex-review
by corygabrielsen
Automated code review loop with progressive reasoning levels. Runs n parallel Codex reviews (configurable via -n), Claude addresses issues, climbs from low→xhigh reasoning until fixed point (all n clean). Human approval at each iteration.