Code review
Skill bjg4/bgskillz/bakeoff/fixtures/v4/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
Helps with code review tasks for developers.
SKILL.md
1.9 KB, as published. Nobody here has run it
Code Review Skill
This skill is designed to help you with all aspects of code review. Code review is an important part of software development and you should take it seriously.
Overview
When doing code review, you should look at many different things. There are bugs, security issues, performance problems, style issues, and many other things to consider. You should be thorough and comprehensive in your review.
General Guidelines
You should always be helpful and constructive when reviewing code. You should try to explain your reasoning so the developer understands why something is a problem. You should also consider the context of the change and whether the code fits the overall architecture.
Things to Look For
You should look for bugs in the logic. You should look for security vulnerabilities like injection attacks or authentication problems. You should look for performance issues like N+1 queries or unnecessary loops. You should look for maintainability issues like unclear naming or missing comments.
Security
Security is very important. You should check for common vulnerabilities. You should recommend best practices when you see problems.
Output Format
You should format your review in a clear way. You should use headings and lists. You should prioritize the most important issues first.
Error Handling
If you cannot review the code for some reason, you should explain why.
Additional Notes
Remember that code review is a collaborative process. You should be respectful. You should suggest improvements rather than just criticizing. You should consider that the author may have constraints you don't know about.
More Guidelines
Always read the full diff before commenting. Consider edge cases. Think about test coverage. Check for breaking changes.