Issue plan commit
skill dump
npx -y skills add usrrname/agent-skills --skill issue-plan-commitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Reads from an existing issue, interprets expected outcomes, plans before making changes
SKILL.md
0.5 KB, as published. Nobody here has run it
Read the mentioned issue and tell me your understanding of the expected behaviour. We will discuss this until I agree your understanding is correct. Next, plan on tackling each problem one by one. Ask questions if it is unclear. Do NOT implement until I approve. Each solution should have a test. Commit after it passes. Next, run /simplify or /review on the committed changes.
Gives 0 of the 12 instructions most plan spec skills give
Counted across 1,100 of the 1,860 authors here whose files we hold, read 2026-08-06
- ask one question at a timein 46 of 1100, across 38 files
- Break plans into vertical slicesin 28 of 1100, across 10 files
- Publish issues in dependency orderin 27 of 1100, across 9 files
- Iterate until user approves the breakdownin 24 of 1100, across 6 files
- Explore the repository to understand the codebase statein 24 of 1100, across 7 files
- Use domain glossary vocabularyin 23 of 1100, across 5 files
- Apply correct triage labels to published issuesin 23 of 1100, across 5 files
- Write failing tests before implementation codein 23 of 1100, across 18 files
- Prefer AFK slices over HITLin 22 of 1100, across 7 files
- ask clarifying questions until requirements are concretein 21 of 1100, across 13 files
- Respect existing architecture decision recordsin 20 of 1100, across 5 files
- write a specification before writing any codein 20 of 1100, across 12 files
Said here and by no other author read
- Read the issue and state the expected behaviour
- Discuss understanding until user confirms it
- Plan to tackle each problem one by one
- Ask questions if the task is unclear
- Write a test for each solution
- Run review on the committed changes
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.