verify-api

Verify the existence and signature of functions, arguments, options, types, callbacks, or CLI flags in a codebase.

28|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/AndrewDryga/coop --skill verify-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-api
Source: https://github.com/AndrewDryga/coop/tree/main/internal/scaffold/templates/skills/verify-api
Command: npx skills add https://github.com/AndrewDryga/coop --skill verify-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps confirm the existence and signature of functions, arguments, options, types, callbacks, or CLI flags before they are used, preventing potential errors and ensuring accurate API usage.

Core Features & Use Cases

  • API Signature Verification: Confirm the actual signature of a function or flag before calling it.
  • Prevent Errors: Stops potential errors from incorrect API usage.
  • Use Case: Before integrating a new API into your code, use this Skill to verify its existence and signature to ensure compatibility and prevent issues.

Quick Start

Verify the existence of the 'my_function' API before using it.

Frequently Asked Questions about verify-api

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

FAQPage Schema
How do I verify a function signature before calling it in my codebase?

To verify a function signature, you need a tool that checks the existence and expected arguments of functions, options, types, callbacks, or CLI flags in your codebase. This process ensures API compatibility and prevents errors caused by incorrect usage.

How can I check API compatibility before integrating a new function?

Checking API compatibility involves confirming the actual signature of a function or flag against your expected usage before integration. This prevents potential errors and ensures accurate API usage by requiring codebase access and knowledge of the expected signature.

What is the best way to prevent errors from incorrect API usage?

The best way to prevent errors from incorrect API usage is to verify the existence and signature accuracy of functions, arguments, options, types, callbacks, or CLI flags before they are actually called in your codebase.

Do I need codebase access to verify CLI flags and API signatures?

Yes, you need codebase access to verify CLI flags and API signatures. The verification process requires scanning the codebase to confirm the existence and signature of functions and flags to ensure accurate API compatibility.

Why does my code throw errors when calling a new API integration?

Code throws errors when calling a new API integration due to incorrect API usage or incompatible function signatures. Verifying the existence and actual signature of the API before usage prevents these potential integration issues.

What does API signature verification check for in a codebase?

API signature verification checks for the existence and signature accuracy of functions, arguments, options, types, callbacks, or CLI flags within a codebase. It ensures that the actual API signature matches the expected signature before usage.