diff-inspector
Installation
SKILL.md
Review timing
Review before opening a pull request and before merging. Reuse the previous result if the relevant diff has not changed; otherwise review again.
Establish review scope
Identify the relevant code diff from the user's input, current worktree, pull request, or merge target. Inspect the repository's existing Git state, conventions, and task context as needed. If the review scope or base remains unclear after inspection, ask the user.
Review sequence
- Check scope: Compare the diff with the stated request and report meaningful scope drift or missing requirements.
- Review code: Review the full diff using the technical checks below.