·api-contract-review
</>

api-contract-review

Review REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency. Use when user asks "review API", "check endpoints", "REST review", or before releasing API changes.

9Installs·2Trend·@decebals

Installation

$npx skills add https://github.com/decebals/claude-code-java --skill api-contract-review

How to Install api-contract-review

Quickly install api-contract-review AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/decebals/claude-code-java --skill api-contract-review
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: decebals/claude-code-java.

SKILL.md

View raw

Audit REST API design for correctness, consistency, and compatibility.

| Wrong HTTP verb | POST for idempotent operation | Confusion, caching issues | | Missing versioning | /users instead of /v1/users | Breaking changes affect all clients | | Entity leak | JPA entity in response | Exposes internals, N+1 risk | | 200 with error | {"status": 200, "error": "..."} | Breaks error handling |

| Inconsistent naming | /getUsers vs /users | Hard to learn API |

Review REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency. Use when user asks "review API", "check endpoints", "REST review", or before releasing API changes. Source: decebals/claude-code-java.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/decebals/claude-code-java --skill api-contract-review
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from decebals/claude-code-java

Quick answers

What is api-contract-review?

Review REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency. Use when user asks "review API", "check endpoints", "REST review", or before releasing API changes. Source: decebals/claude-code-java.

How do I install api-contract-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/decebals/claude-code-java --skill api-contract-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/decebals/claude-code-java