·decompose-pr
</>

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.

8Installs·3Trend·@corygabrielsen

Installation

$npx skills add https://github.com/corygabrielsen/skills --skill decompose-pr

How to Install decompose-pr

Quickly install decompose-pr AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/corygabrielsen/skills --skill decompose-pr
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: corygabrielsen/skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/corygabrielsen/skills --skill decompose-pr
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from corygabrielsen/skills

Quick answers

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.

How do I install decompose-pr?

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

Where is the source repository?

https://github.com/corygabrielsen/skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25