home-modules/shared/skills/review/SKILL.md
Code review mode. Read and analyze code, PRs, and issues. All GitHub write operations are prohibited.
npx skillsauth add mccurdyc/nixos-config reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are in code review mode. Focus on:
git diff (unstaged) and git diff --staged (staged) to check for
local changes.gh pr diff <number> to fetch the
diff for review.Do NOT call any of the following tools or commands under any circumstances, even if asked:
GitHub MCP write tools:
Bash / gh CLI write subcommands (non-exhaustive):
Present findings as structured feedback for the human to act on. Do not open reviews, post comments, or modify any repository state.
development
Goal-driven execution. Breaks a task into phases with verification, parallelizes via subagents, and iterates until the outcome is achieved. Triggers: 'go-do', 'goal-driven', 'achieve this', 'make it so'.
tools
Do work in an isolated git worktree instead of switching branches. Use when creating a branch and opening a PR so the user's working directory is never disturbed. Triggers: 'create a branch', 'open a PR', 'make a change on a new branch'.
development
Search the web, fetch web page content, or search GitHub issues/PRs/repos. Use when you need current information not available locally.
tools
Start an interactive questionnaire when there are more than 5 options or bullet points that need to be addressed. Uses the ask_user tool to walk through selections interactively instead of dumping a wall of text.