What is decompose-pr?
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. Source: corygabrielsen/skills.
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.
Quickly install decompose-pr AI skill to your development environment via command line
Source: corygabrielsen/skills.
Turn a multi-concern PR into a sequence of focused commits that each do one thing.
Complex PRs are hard to understand because changes interleave. A single function might have three modifications serving different purposes. By decomposing into atomic commits, you can:
Get user approval before proceeding. They may want to reorder, combine, or split changes differently.
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. Source: corygabrielsen/skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/corygabrielsen/skills --skill decompose-prBreak 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. Source: corygabrielsen/skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/corygabrielsen/skills --skill decompose-pr Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/corygabrielsen/skills