This is the kind of review you want before API changes hit production. It catches the classics: POST used for idempotent operations, missing versioning in URL paths, JPA entities leaking into responses, and that cursed pattern of returning 200 with error messages in the body. The HTTP verb semantics table alone is worth having around. It's opinionated about URL path versioning over headers and pushes proper status codes hard, which is the right call. The examples are Java/Spring but the principles apply anywhere. Good for pre-release audits or when onboarding developers who haven't internalized REST conventions yet.
npx -y skills add decebals/claude-code-java --skill api-contract-review --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills