code-verify

Compare code API usage against official documentation and report mismatches.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sirn/dotfiles --skill code-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-verify
Source: https://github.com/sirn/dotfiles/tree/main/var/agents/skills/code-verify
Command: npx skills add https://github.com/sirn/dotfiles --skill code-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that API usage aligns with official documentation, reducing incorrect implementations and integration drift.

Core Features & Use Cases

  • API-usage auditing: scans provided code or descriptions to identify APIs, versions, and libraries in use.
  • Documentation alignment: compares usage against authoritative docs to detect mismatches and deprecated patterns.
  • Actionable recommendations: outputs concrete changes needed to conform to the docs.
  • Use Case: imagine validating a code snippet that uses a REST API to ensure endpoints and parameters match the latest spec.

Quick Start

Provide the code snippet or API usage you want validated, and I will compare it against the official documentation and return mismatches.

Frequently Asked Questions about code-verify

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

FAQPage Schema
How do I verify my API usage against official documentation?

A code-verify audit detects deprecated usage and mismatches by comparing your provided code against official documentation. It returns a structured report detailing confirmed correct usage, issues found, required changes, and the documentation sources consulted.

How do I audit my code for deprecated API patterns and parameter mismatches?

To audit code for deprecated API patterns and parameter mismatches, submit your code snippet for validation. The Skill scans the code to identify the specific APIs and library versions in use, compares them against the latest official documentation, and surfaces any integration drift or required configuration updates.

What is the best way to check if my REST API endpoints match the latest spec?

The best way to check if your REST API endpoints match the latest spec is to run a documentation alignment validation. Provide your API usage code to the Skill, which compares your endpoints and parameters against authoritative documentation to identify mismatches and correct integration drift.

Do I need to specify the library versions before checking my code for documentation alignment?

You do not need to specify library versions before checking your code for documentation alignment. The Skill automatically identifies the APIs, versions, and libraries in use directly from your provided code context and samples before validating against official docs.

What does an API usage validation report include when checking for integration drift?

An API usage validation report includes four structured sections: Confirmed Correct Usage, Issues or Mismatches, Required Changes, and Sources. This output details exactly how your code aligns with official documentation and provides concrete recommendations to fix deprecated usage.