sliced-bread-review
Installation
SKILL.md
Sliced Bread Review
Review the target change set against the Sliced Bread architecture. The full rationale lives at https://cheeselord.dev/sliced-bread-architecture/reference/sliced-bread/; this skill is the operational checklist.
Scope
Determine the review target from the invocation, in priority order:
- An explicit path, diff, branch, or PR named by the user.
- The current branch's diff against the default branch.
- Uncommitted changes (
git diff HEAD).
Review only the changed files plus any file a changed import points at.