Explainer

Reviewable git hygiene for work you're about to commit or open a PR for. Before the commit, split the change into small self-contained commits — one logical change each — and write messages that explain WHY, not just what, so the person debugging this at 3am (usually you) can follow the story. Structure the diff so a reviewer reads it top to bottom and understands. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "explainer", "commit this", "make a PR", "clean up the history", "write the commit message", or ships non-trivial work to review. Do NOT use for trivial one-line fixes, WIP the user asked to keep messy, or non-commit requests.

ccplugins f9fb16c 6.1 KB Updated

File contents

ccplugins/awesome-claude-code-plugins/tree/main/plugins/bullpen/skills/explainer commit f9fb16cbca

Frequently asked questions

npx skillmds@latest add ccplugins/explainer