Code review
Review a change for correctness, risk, and clarity.From its SKILL.md
npx -y skills add Zwin-ux/kit --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
- 0 stars0 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.
SKILL.md
0.7 KB, 129 tokens by cl100k_base, as published. Nobody here has run it
Instructions
- Identify the diff or files under review.
- Check correctness first: logic bugs, edge cases, broken contracts.
- Check risk: security, data loss, auth, unsafe shell or network use.
- Check clarity: naming, dead code, confusing control flow.
- Check tests: missing coverage for new behavior or regressions.
- Report findings as:
- Critical
- High
- Medium
- Nit
- For each finding, state the file, the problem, and a concrete fix.
- End with a short ship / do-not-ship recommendation.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.