audit-api-coverage

Audit Andamio API endpoint implementation against live specifications and codebase scans.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Andamio-Platform/andamio-app-template --skill audit-api-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-api-coverage
Source: https://github.com/Andamio-Platform/andamio-app-template/tree/main/.claude/skills/audit-api-coverage
Command: npx skills add https://github.com/Andamio-Platform/andamio-app-template --skill audit-api-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tsx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a clear, auditable overview of which Andamio API endpoints are currently implemented within the application, highlighting gaps and areas for development.

Core Features & Use Cases

  • Endpoint Coverage Tracking: Generates reports detailing the implementation status of API endpoints across authentication, user management, courses, projects, and transactions.
  • Gap Identification: Pinpoints unimplemented or partially implemented API endpoints, guiding development efforts.
  • Use Case: A product manager can use this Skill to quickly assess the progress of API integration for a new feature, identify which endpoints need to be built, and report on overall API coverage to stakeholders.

Quick Start

Run the audit script to generate the coverage report.

Frequently Asked Questions about audit-api-coverage

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

FAQPage Schema
How do I audit API endpoint coverage against my codebase?

API endpoint coverage is audited by comparing the live API specification against codebase scans to identify implementation status. It generates detailed JSON and Markdown reports highlighting coverage gaps across authentication, user management, courses, projects, and transaction modules.

What is API gap analysis and how does implementation tracking work?

API gap analysis identifies unimplemented or partially implemented endpoints by comparing live specs to code. Implementation tracking works by scanning the codebase to pinpoint coverage gaps across modules like authentication and user management, guiding development efforts.

Can I generate a Markdown report for API implementation status?

Yes, you can generate a Markdown report for API implementation status. The Skill outputs detailed Markdown and JSON reports that document endpoint coverage across authentication, user management, courses, projects, and transaction modules for development tracking.

Does the API audit script require a specific runtime environment?

The API audit script requires the tsx runtime environment to execute TypeScript directly. You need tsx installed as a dependency to run the codebase scans and generate the implementation status reports.

What's the best way to track unimplemented API endpoints for development?

The best way to track unimplemented API endpoints is to run an audit comparing live API specifications against codebase scans. This generates detailed JSON and Markdown reports that pinpoint coverage gaps across modules, guiding development efforts and stakeholder reporting.