Overview
eq-review-patterns is a parallel review agent that scans changed files for project-specific convention violations: schema correctness, CLAUDE.md rules, naming patterns, and architectural constraints.
When to Use
Invoked automatically by /eq-review as part of the pre-PR review suite. Can also be run standalone to check patterns on any set of changed files.
Usage Examples
/eq-review-patterns
Scans the current branch diff against main and reports violations.
Configuration
Reads conventions from CLAUDE.md and any .cursorrules or similar config in the repo root.
Installation
npx skills add mclaude95/eq-foundry -s eq-review-patterns