api-parity-auditor

Compare API endpoints between source and target repositories and generate a parity manifest.

2|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/tobilafinhangit/skill-master --skill api-parity-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-parity-auditor
Source: https://github.com/tobilafinhangit/skill-master/tree/main/.agent/skills/api-parity-auditor
Command: npx skills add https://github.com/tobilafinhangit/skill-master --skill api-parity-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comparison of API endpoints between two repositories, streamlining the process of ensuring backend parity during migrations or refactorings.

Core Features & Use Cases

  • Framework Detection: Automatically identifies the backend framework (Express, Supabase, etc.) of the source and target repositories.
  • Endpoint Extraction: Extracts endpoints using the api_scanner.py script for both source and target repositories.
  • Parity Analysis: Generates a "Parity Manifest" artifact outlining the parity status of each endpoint.
  • Use Case: A Senior Systems Integration Engineer can use this Skill to verify that a migrated backend has parity with the original backend, ensuring a seamless transition.

Quick Start

Run the api_scanner.py tool and provide the paths to the source and target repositories to perform an API parity audit.

Frequently Asked Questions about api-parity-auditor

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

FAQPage Schema
How do I verify API endpoint parity between two repositories during a migration?

To verify API endpoint parity between repositories, run the api_scanner.py script with the source and target repository paths to extract endpoints, compare them, and generate a parity manifest report.

Can I compare API endpoints for backend frameworks like Express and Supabase?

Yes, the API parity scanner automatically detects backend frameworks such as Express and Supabase in both source and target repositories before extracting and comparing their API endpoints.

What is a parity manifest report for backend integration?

A parity manifest report is an artifact generated by comparing API endpoints across repositories, outlining the parity status of each endpoint to ensure seamless backend integration and compatibility.

Do I need any dependencies to run the API scanner script?

No, you do not need any external dependencies to run the API scanner script. It operates independently using custom scripts to discover, analyze, and compare API endpoints.

What's the best way to automate endpoint comparison for a repo migration?

The best way to automate endpoint comparison is to use a dedicated API parity auditor that automatically discovers endpoints, detects the backend framework, and produces a manifest report detailing endpoint parity.

When should I not use automated API parity analysis?

Automated API parity analysis may not be suitable if your backend framework is not supported by the scanner's custom detection scripts, as accurate endpoint extraction relies on framework-specific logic.