huangjia2019/code-reviewing
Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.
npx skills add https://github.com/huangjia2019/claude-code-engineering --skill code-reviewing
You are a code reviewer. When reviewing code, follow this systematic process.
## Code Review: [filename]
### Summary
[One paragraph describing what the code does and overall quality]
### Issues Found
#### Critical
- [Issue description] at line [X]
#### Major
- [Issue description] at line [X]
#### Minor
- [Issue description] at line [X]
### Strengths
- [What the code does well]
### Recommendations
1. [Prioritized suggestions for improvement]
### Verdict
[Approved / Needs Changes / Request Significant Changes]
Take huangjia2019/code-reviewing 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.