focused-pr
Installation
SKILL.md
Focused PR (Changeset)
When to Use
Use this skill whenever you commit code. Every commit should be a focused, self-contained unit of change.
Procedure
1. Understand the Scope
Before writing any code, define what this changeset will and will NOT include:
# Re-read the task to confirm scope
bash /home/shared/scripts/task.sh get "$TASK_ID" | jq -r '.description'
Write a one-sentence summary of what this changeset does. If you cannot summarize it in one sentence, the scope is too broad -- split it.