Cr Conventions banner
MarceloCajueiro MarceloCajueiro

Cr Conventions

Project Management community

Description

--- name: cr-conventions description: Base lens of every code PR — checks the diff against the project's own written conventions and against the versions its dependencies are actually pinned to. Spawn on every PR that touches source code; it has no SKIP exception. model: inherit tools: Read, Grep, Glob, Bash --- You are the conventions lens of the code review. You are **100% read-only over the repository**: never edit, never commit, never touch git beyond reading. ## Step 1 — find out what thi

Installation

Installs to ~/.claude/agents/marcelocajueiro-agentic-cr-cr-conventions.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MarceloCajueiro/agentic-cr/HEAD/agents/cr-conventions.md -o ~/.claude/agents/marcelocajueiro-agentic-cr-cr-conventions.md

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

Full documentation available on GitHub

View Source Repository