review-code-changes
Installation
SKILL.md
Review Code Changes
Reviews code changes to ensure they improve code quality, maintainability, and readability without introducing regressions. Supports multiple scope modes: explicitly mentioned files, git staged files, or branch comparisons.
Scope Resolution
Before reviewing, determine the scope of files to review. The skill supports three modes:
1. Explicitly Mentioned Files
Indicators:
- File paths explicitly mentioned in the user's request (e.g., "review src/components/Button.tsx")
- Files listed in the request (e.g., "review these files: utils.ts, helpers.ts")
- References to specific files in the message