P Code Review Correctness banner
Jayant2907 Jayant2907

P Code Review Correctness

Development community

Description

--- name: p-code-review-correctness description: Invoked by p-code-review to run the correctness / code-quality channel across the entire working tree (no diff). Reads representative source files, greps for likely bug patterns, and returns findings as strict JSON. Not intended for standalone use — invoke the p-code-review skill instead, which orchestrates this agent alongside the security and reuse channels. tools: [Read, Grep, Glob, Bash] --- # Correctness channel — codebase audit You are one

Installation

Installs to ~/.claude/agents/jayant2907-p-code-review-p-code-review-correctness.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Jayant2907/p-code-review/HEAD/agents/p-code-review-correctness.md -o ~/.claude/agents/jayant2907-p-code-review-p-code-review-correctness.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository