audit-api-consistency

Audit REST and GraphQL API endpoints for design inconsistencies and generate a prioritized findings report.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GeneralJerel/chalk-skills --skill audit-api-consistency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-api-consistency
Source: https://github.com/GeneralJerel/chalk-skills/tree/main/skills/audit-api-consistency
Command: npx skills add https://github.com/GeneralJerel/chalk-skills --skill audit-api-consistency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit existing API endpoints for consistency when the user asks to check API quality, review API patterns, audit endpoints, or find API inconsistencies

Core Features & Use Cases

  • Discover all API endpoints across the project and inventory their method, path, and handler
  • Compare endpoints against dominant patterns for URL naming, HTTP methods, error shapes, pagination, and auth
  • Output a structured report with severity-driven findings and concrete fixes to improve consistency

Quick Start

Run audit-api-consistency against your codebase to generate a structured report of endpoint inconsistencies.

Frequently Asked Questions about audit-api-consistency

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit API endpoints for consistency across my codebase?

To audit API endpoints for consistency, run an audit against your repository context to analyze route patterns, HTTP methods, error shapes, pagination, and auth usage. This produces a prioritized findings list with concrete fixes.

Can I check API quality for both REST and GraphQL projects?

Yes, you can check API quality for both REST and GraphQL projects. The audit discovers all endpoints, inventories their methods, paths, and handlers, and compares them against dominant patterns to find inconsistencies.

What is API pattern consistency and why do I need to review it?

API pattern consistency ensures your endpoints follow uniform URL naming, HTTP methods, error shapes, and pagination. Reviewing it is needed to identify design inconsistencies across a codebase and output a structured report for developer and product teams.

How do I generate a structured report of API endpoint inconsistencies?

You generate a structured report of API endpoint inconsistencies by running an audit that compares your endpoints against dominant patterns. The resulting report provides severity-driven findings and concrete fixes to improve consistency.

What's the best way to find API inconsistencies in route patterns and auth usage?

The best way to find API inconsistencies in route patterns and auth usage is to apply an audit that analyzes these elements against dominant project patterns, producing a prioritized findings list suitable for developer and product teams.