MCP Zero
schema-audit icon

Schema Audit

jiranfamily-158/schema-audit

Coding설치 86검증됨
소개

API 스키마와 실제 구현 사이의 차이를 찾아 정리합니다.

SKILL.md

Schema Audit

When to use

  • route contract와 실제 handler 응답이 맞는지 확인하고 싶을 때
  • shared type, SDK, docs drift를 한 번에 점검하고 싶을 때

Instructions

  1. shared contract를 기준으로 public surface를 정리합니다.
  2. 실제 구현과 문서를 비교해 drift를 찾습니다.
  3. 사용자 영향이 큰 차이부터 우선순위를 매겨 보고합니다.