owainlewis/code-review
Review code changes for bugs, security issues, performance problems, and style violations. Use when asked to review code, a PR, or recent changes.
npx skills add https://github.com/owainlewis/youtube-tutorials --skill code-review
When reviewing code, follow this process:
Run git diff (or git diff --staged for staged changes) to see what changed.
Read the modified files in full to understand the surrounding context.
Review each changed file for:
Correctness
Security
Performance
Maintainability
Format your review as:
Be direct. Don't pad with praise. Focus on things that matter.
Take owainlewis/code-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.