# Petrovc AI Agent Kit Code Review

> Code Review Skill

- Skill: `tomevault-io/petrovc-ai-agent-kit-code-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/petrovc-ai-agent-kit-code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/petrovc-ai-agent-kit-code-review/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/petrovc-ai-agent-kit-code-review

---


# Code Review Skill

## Goal
Find real problems before they reach production. Not cosmetic issues.

A good review catches: incorrect behavior, regressions, security holes, missing tests,
and architectural drift. It does not nitpick style unless style hides a real problem.

## Quick reference

| Focus | Check |
|---|---|
| Scope | Small, reviewable PRs (one concern per PR, < 200 lines preferred) |
| Security | Sanitized inputs, parameterized SQL, authorized endpoints, no committed secrets |
| Correctness | Handle async errors, prevent race conditions, check null/undefined boundary cases |
| Testing | Verify changed code is covered by automated unit/integration tests |

## Full guidance
Extended how-to, patterns, anti-patterns, and checklists: [`SKILL.deep.md`](SKILL.deep.md)

---
> Source: [PetrovC/ai-agent-kit](https://github.com/PetrovC/ai-agent-kit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

