agentskills.codes
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.zip

Installs 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

  1. Bugs and behavioral regressions
  2. Data loss, security, and correctness risks
  3. Missing validation or broken edge cases
  4. Missing or weak tests for changed behavior
  5. 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

Search skills

Search the agent skills registry