.claude/skills/review/SKILL.md
Reviews the diff against the default branch for typos, bugs, and inconsistencies.
npx skillsauth add nickolashkraus/dotfiles 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 reviewing a set of changes. Follow every step in order.
Check if $ARGUMENTS contains --staged. If present, only review files that
are already staged.
git remote show origin | grep 'HEAD branch' | awk '{print $NF}'
If --staged was passed, diff only staged changes against the default branch
(git diff --cached).
Otherwise, diff all changes (staged, unstaged, and untracked) against the default branch. If there are untracked files, read them in full. You need the complete context to review.
Go through every changed file. For each file, check for:
Read surrounding context in each file when needed to understand intent.
If you find issues, fix them directly. Do not just list them.
After fixing, re-run the diff to confirm your fixes are correct.
If the diff is clean, say so and move on.
Run CI (formatting, linting, tests, etc.) to ensure the changes will pass.
tools
Check the veracity of a claim against notes, documentation, and resources. Takes a string argument or reads from the clipboard.
development
Generates a Technical Requirements Document through structured interviews and codebase analysis.
content-media
Update a Notion page with the Markdown contents of a local file.
content-media
Update a Linear issue with the Markdown contents of a local file.