Contract Reviewer banner
marvinrichter marvinrichter

Contract Reviewer

Development community

Description

--- name: contract-reviewer description: "Reviews API changes for contract breaks. Given git diff of API definitions and existing consumer pacts, classifies each change as BREAKING / NON-BREAKING / ADDITIVE and produces a migration plan. Use when modifying any API (REST, event schema, GraphQL)." model: haiku tools: ["Read", "Glob", "Grep", "Bash"] uses_skills: - api-design - contract-testing --- You are an API contract review specialist. When API definitions change, you determine whether th

Installation

Installs to ~/.claude/agents/marvinrichter-clarc-contract-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/contract-reviewer.md -o ~/.claude/agents/marvinrichter-clarc-contract-reviewer.md

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

Full documentation available on GitHub

View Source Repository