CO
code-review
Use when reviewing code, pull requests, or diffs. Covers best practices for risk-focused review, severity ordering, and identifying missing tests or regressions.
Install
mkdir -p .claude/skills/code-review-ivegamsft && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15289" && unzip -o skill.zip -d .claude/skills/code-review-ivegamsft && rm skill.zipInstalls to .claude/skills/code-review-ivegamsft
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when reviewing code, pull requests, or diffs. Covers best practices for risk-focused review, severity ordering, and identifying missing tests or regressions.161 chars✓ has a “when” trigger
About this skill
Code Review
Use this skill when the task is to review code rather than write it.
Review Priorities
- Bugs and behavioral regressions
- Data loss, security, and correctness risks
- Missing validation or broken edge cases
- Missing or weak tests for changed behavior
- Secondary maintainability concerns
Output Shape
- Findings first, ordered by severity
- File references for each finding
- Open questions or assumptions
- Short summary only after findings
Non-Goals
- Do not rewrite the code just because there is a different style preference.
- Do not bury real risks under a long summary.
Related Guardrails
- Code Review Escalation — When and how to escalate findings to blocking issues vs inline comments