# Code Review

> Review Python changes for correctness risks and missing test coverage.

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

---


# Code Review

1. Read the changed implementation and its nearest tests.
2. Identify correctness, error-handling, and compatibility risks before style issues.
3. Cite the smallest relevant file and line range for each finding.
4. Suggest the narrowest correction and a focused regression test.

If no correctness issue is present, say so directly and identify any remaining
test-coverage uncertainty.

