qa-library-validation

Validate library imports and API usage against external documentation sources.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill qa-library-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-library-validation
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/qa/qa-library-validation
Command: npx skills add https://github.com/GDSDN/kord-aios --skill qa-library-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of validating library imports and API usage within a codebase, ensuring correctness, identifying deprecated methods, and flagging potential issues before they cause problems.

Core Features & Use Cases

  • Automated Validation: Checks library imports against documentation and verifies API calls.
  • Deprecation Detection: Identifies and reports the use of deprecated methods.
  • API Correctness: Verifies function signatures, parameters, and return types.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically catch library-related errors and ensure code quality for every pull request.

Quick Start

Run the validate-libraries command with the story ID '6.3' to check library usage in your project.

Frequently Asked Questions about qa-library-validation

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

FAQPage Schema
How do I validate library imports and API usage against external documentation?

To validate library imports and API usage, this skill extracts imports, resolves library IDs, and checks API signatures against external sources like Context7. It generates a detailed report identifying deprecated methods and incorrect function parameters to ensure code correctness.

How do I detect deprecated library methods in my codebase before deployment?

Detecting deprecated library methods is handled by extracting imported libraries and checking their API calls against external documentation. The skill identifies and reports any deprecated methods found, generating a detailed validation report to flag potential issues before they cause problems.

What is the best way to verify API signatures and parameters for third-party libraries?

The best way to verify API signatures and parameters is using automated validation that checks library imports against external documentation sources. The skill resolves library IDs, verifies function signatures, validates return types, and generates a detailed report of any discrepancies.

How do I check code quality for library-related errors in a pull request?

To check code quality for library-related errors in a pull request, run the validate-libraries command with your story ID. The skill checks library usage, identifies deprecated methods, verifies API correctness, and outputs a detailed report for QA review workflows.

Does library API validation work without installing additional dependencies?

Yes, library API validation works without installing additional dependencies. The skill operates independently to extract imports, resolve library IDs, check API signatures against external documentation, and generate validation reports without requiring external package installations.