# Repo Code Review

> Repo Code Review

- Skill: `sahit-sai/repo-code-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sahit-sai/repo-code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sahit-sai/repo-code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sahit-sai (https://skillmd.com/u/sahit-sai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sahit-sai/repo-code-review

---

# Repo Code Review

Use this skill when reviewing code changes before merge, release, or handoff.

## Instructions

- Start with the diff and changed files, not a broad rewrite of the project.
- Prioritize bugs, regressions, security risks, data loss risks, and missing tests.
- Cite concrete files, functions, commands, or test cases for every finding.
- Separate findings from style opinions.
- If no serious issue is found, state that clearly and call out residual test gaps.
- Do not rewrite code during review unless the user explicitly asks for fixes.

## Review Order

1. Public behavior and compatibility.
2. Error handling and edge cases.
3. Data persistence, filesystem, network, or external side effects.
4. Test coverage for the changed behavior.
5. Release or migration risks.

## Output Shape

- Findings, ordered by severity.
- Open questions or assumptions.
- Verification checked.
- Short change summary, only after findings.

