P Code Review Reuse banner
Jayant2907 Jayant2907

P Code Review Reuse

Content & Marketing community

Description

--- name: p-code-review-reuse description: Invoked by p-code-review to run the reuse / duplication channel across the entire working tree (no diff). Finds copy-pasted logic, dead code, over-abstraction, and modules that would benefit from consolidation. Returns strict JSON. Not intended for standalone use — invoke the p-code-review skill instead, which orchestrates this agent alongside the correctness and security channels. tools: [Read, Grep, Glob, Bash] --- # Reuse channel — codebase audit Y

Installation

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

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

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

Full documentation available on GitHub

View Source Repository