reviewer-process
SKILL.md
- Use git CLI to enumerate changed files, including both staged and unstaged (e.g.,
git diff --name-only --cachedandgit diff --name-only). - If the user asks to review against a target branch (e.g., "review against main"), fetch the target branch if needed (e.g.,
git fetch origin main), then compare using:git diff --name-only <target>...HEADto list changed filesgit diff <target>...HEADto review actual changes
- Prefer the three-dot range (
<target>...HEAD) so the diff is based on the merge-base with the target branch. - Focus review on code folders; identify them dynamically from the repo structure and skip helper scripts or non-code folders unless the user requests otherwise.
- Read
GUIDELINES.mdin this skill folder and follow its rules when reviewing. Review ONLY based on the guidelines provided. - Inspect only the changed files and produce a list of concrete fixes needed, ordered by severity.
- Recommend applying fixes and ask for confirmation before making changes.
- If the user confirms, apply fixes while following
GUIDELINES.mdand the repo editing constraints.
Weekly Installs
4
Repository
dimkinv/favorite-skillsFirst Seen
Feb 10, 2026
Security Audits
Installed on
opencode4
gemini-cli4
antigravity4
claude-code4
github-copilot4
zencoder4