Code review
Skill bjg4/bgskillz/bakeoff/fixtures/v5/code-review/code-review
Build high-quality, portable Claude skills that trigger reliably and deliver real value.
npx -y skills add bjg4/bgskillz --skill code-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review pull requests for bugs, security issues, and maintainability problems with structured findings. Use when reviewing PRs, diffs, or code changes. Do NOT use for writing new features from scratch.
SKILL.md
0.9 KB, as published. Nobody here has run it
Code Review
Quick start
Read the diff or code snippet. Produce findings grouped by severity (critical, major, minor). Each finding: location, issue, suggested fix.
Workflow
- Scan for security issues first (injection, auth, secrets, unsafe defaults).
- Check correctness and error handling paths.
- Assess maintainability (naming, duplication, missing tests).
- Output structured review — not a rewrite unless asked.
Output format
## Critical
- [file:line] Issue — suggested fix
## Major
...
## Minor
...
Error handling
If code context is missing, ask for the diff or file. If outside review scope, say so and suggest the right skill.