reviewable-change
Installation
SKILL.md
Reviewable Change
Write changes so a future reviewer can reconstruct intent from the diff.
Keep One Purpose Per Diff
Separate different kinds of work:
- Behavior change.
- Refactor.
- Rename.
- Formatting.
- Generated output.
- Test-only change.
- Documentation change.
Do not mix broad cleanup with feature work. If cleanup is necessary, keep it local to the edited path and explain why it was required.