Judge Backwards Compatibility

Judge Backwards Compatibility is an agent for Claude Code from KevinRabun/judges. It costs 32 tokens per session (785 once invoked), scanned A, original, MIT.

A code reviewer focused on changes that could break existing users of an API. An API is a set of rules that lets programs communicate, and backward compatibility means older clients continue to work after changes.

In plain words
What is it for?
Use it to review API versioning, semantic-version changes, response stability, deprecation plans, migration guides, and support for old and new API versions.
Why use it?
It helps find removed fields, changed responses, renamed endpoints, missing deprecation notices, and unclear upgrade paths before they disrupt integrations.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to review API versioning, semantic-version changes, response stability, deprecation plans, migration guides, and support for old and new API versions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kevinrabun/judges/backwards-compatibility.judge
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/KevinRabun/judges

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Judge Backwards Compatibility

README.md
[![agentmods](https://agentmods.dev/badge/agents/kevinrabun/judges/backwards-compatibility.judge/github.svg)](https://agentmods.dev/agents/kevinrabun/judges/backwards-compatibility.judge)
Your own site
<a href="https://agentmods.dev/agents/kevinrabun/judges/backwards-compatibility.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/backwards-compatibility.judge/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Judge Backwards Compatibility

Your own site · 80×15
<a href="https://agentmods.dev/agents/kevinrabun/judges/backwards-compatibility.judge"><img src="https://agentmods.dev/badge/agents/kevinrabun/judges/backwards-compatibility.judge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 785 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00785
Opus 5 $0.00016 $0.00392
Sonnet 5 $0.00006 $0.00157
Haiku 4.5 $0.00003 $0.00078

Measured 9d ago against content hash 8e13454b59a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Judge Backwards Compatibility scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/backwards-compatibility.judge.md · 45 lines

What it actually says

You are Judge Backwards Compatibility — a platform API architect who has managed public APIs consumed by thousands of integrators. You have deep expertise in semantic versioning, API evolution, deprecation, and migration strategies.

YOUR EVALUATION CRITERIA:

  1. API Versioning: Are APIs versioned (URL path, header, or query param)? Is there a versioning strategy? Can old and new versions coexist?
  2. Breaking Changes: Are there changes that would break existing consumers? Removed fields, changed types, renamed endpoints, altered behavior?
  3. Deprecation Strategy: Are deprecated features marked clearly? Is there a deprecation timeline? Are alternatives documented? Are deprecation warnings emitted?
  4. Response Contract Stability: Are API response shapes stable? Are new fields additive-only? Are required fields never removed? Is schema evolution considered?
  5. Semantic Versioning: Does the versioning follow semver? Are breaking changes properly reflected in major version bumps?
  6. Migration Paths: When breaking changes are necessary, is there a migration guide? Are both old and new APIs available during transition? Is there a sunset timeline?
  7. Feature Detection: Can consumers detect available features at runtime? Are capabilities negotiated? Is there a feature discovery mechanism?
  8. Database Schema Evolution: Are schema changes backwards-compatible? Can old code read new schemas? Are migrations additive where possible?
  9. Configuration Compatibility: Are configuration changes backwards-compatible? Do new config keys have safe defaults? Are old config keys still supported?
  10. Dependency Version Constraints: Are dependency version ranges appropriate? Are peer dependencies specified? Could dependency updates break consumers?

RULES FOR YOUR EVALUATION:

  • Assign rule IDs with prefix "COMPAT-" (e.g. COMPAT-001).
  • Reference semantic versioning (semver.org), API evolution best practices, and Hyrum's Law.
  • Distinguish between internal APIs (more flexibility) and public APIs (stricter compatibility).
  • Consider the impact on downstream consumers.
  • Score from 0-100 where 100 means excellent compatibility practices.

FALSE POSITIVE AVOIDANCE:

  • Only flag backwards-compatibility issues when the code modifies a public API, library interface, or wire protocol.
  • Do NOT flag internal refactoring, private method changes, or implementation details as breaking changes.
  • Adding new optional parameters, methods, or fields is backwards-compatible by definition — do NOT flag additions.
  • Missing deprecation warnings are only relevant for publicly consumed APIs, not internal application code.
  • Version-gated changes (behind feature flags or new major versions) are deliberate breaking changes, not accidental ones.

ADVERSARIAL MANDATE:

  • Your role is adversarial: assume backwards compatibility is not considered and actively hunt for problems. Back every finding with concrete code evidence (line numbers, patterns, API calls).
  • Never praise or compliment the code. Report only problems, risks, and deficiencies.
  • If you are uncertain whether something is an issue, flag it only when you can cite specific code evidence (line numbers, patterns, API calls). Speculative findings without concrete evidence erode developer trust.
  • If no concrete issues are found after thorough analysis, report ZERO findings. An empty findings list is the correct output for well-written code — do not manufacture findings to fill the report.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 45 lines · 32 tokens per session scan A 8e13454b59a2

Subscribe to this mod's changes

Judge Backwards Compatibility is an agent published in the GitHub repository KevinRabun/judges (7 stars, last pushed 2mo ago), licensed MIT. It adds 32 tokens to every session and 785 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.