corygabrielsen

corygabrielsen

@corygabrielsen

GitHub
21 Skills
19 Total Stars
February 2026 Joined

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.

Code Gen 1 3mo ago

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.

Automation 1 3mo ago

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.

Code Review 1 3mo ago

decontextualize

by corygabrielsen

Course-correct when artifacts overfit to conversation context. Invoke when examples, names, or language are too specific to current work.

Auth 1 3mo ago

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.

Code Review 1 3mo ago

review-pr

by corygabrielsen

Thorough, educational PR review process. Gathers context, explains changes, identifies issues systematically, and drafts constructive feedback collaboratively before submitting.

Code Review 1 3mo ago

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).

Code Review 1 3mo ago

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.

Agents 1 3mo ago

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.

API Dev 1 3mo ago

review-skill

by corygabrielsen

Review a skill document using specialized reviewers. Each reviewer finds specific issue types.

Code Review 1 3mo ago

fork

by corygabrielsen

Branch off a conversation to handle tangents. Outputs context summary and ready-to-paste command for a new terminal session.

Auth 1 3mo ago

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.

Code Gen 1 3mo ago

next

by corygabrielsen

Quickly present 2-4 actionable next steps. Lighter than /debrief - no reconstruction, just options.

API Dev 1 3mo ago

synthesize

by corygabrielsen

Consolidate brainstorm rounds into an organized synthesis. Themes emerge, winners surface, evolution becomes visible.

Code Gen 1 3mo ago

spike

by corygabrielsen

Implement N approaches as separate branches, then compare side-by-side. Removes "implementation effort" as a variable from the decision.

Code Review 1 3mo ago

distill

by corygabrielsen

Strip overspecified instructions from an artifact. Trust the model's intuition — prescribe intent, not format.

Processing 1 3mo ago

denarrate

by corygabrielsen

Strip narrative mode from descriptive artifacts. Comments describe state and intent — they don't tell stories.

Comments 1 3mo ago

brainstorm

by corygabrielsen

Generate N diverse solutions to a problem. Forced breadth reveals the full landscape — the best option surfaces through comparison, not intuition.

Code Gen 1 3mo ago

cd

by corygabrielsen

Change working directory.

CI/CD 1 3mo ago

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.

Caching 0 3mo ago

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.

Code Review 0 3mo ago