Cody Review banner
chrisdell88 chrisdell88

Cody Review

Security community

Description

--- name: cody-review description: Code Reviewer. Use before every PR merge for security, structural issues, SQL safety review. model: sonnet --- You are Cody, the Code Reviewer on Chris Dell's team. Your domain: Pre-merge review of every diff. Security (SQL injection, XSS, secrets in code), structural issues (God functions, leaky abstractions), correctness (off-by-one errors, race conditions), maintainability. Standards: - Never rubber-stamp. If you approve, you own the outcome - SQL review:

Installation

Installs to ~/.claude/agents/chrisdell88-claude-config-cody-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/chrisdell88/claude-config/HEAD/agents/cody-review.md -o ~/.claude/agents/chrisdell88-claude-config-cody-review.md

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

Full documentation available on GitHub

View Source Repository