skf-test-skill

Validate SKILL.md documentation and API surface against code references.

91|9|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-test-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-test-skill
Source: https://github.com/armelhbobdad/bmad-module-skill-forge/tree/main/src/skf-test-skill
Command: npx skills add https://github.com/armelhbobdad/bmad-module-skill-forge --skill skf-test-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill audits a Skill's readiness for production by validating its documentation completeness, API surface coverage, and cross-skill coherence against the code and references.

Core Features & Use Cases

  • Verifies that a skill is complete enough to support reliable AI agent instructions by checking SKILL.md structure, references coherence, and an end-to-end completeness score.
  • Produces a completeness score and a gap report with traceable file:line citations for all findings.
  • Supports both naive (single-skill) and contextual (stack) modes, including external validators and a health-check workflow integration.

Quick Start

Run test-skill to verify your skill's completeness before export.

Frequently Asked Questions about skf-test-skill

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

FAQPage Schema
How do I validate skill documentation completeness before deploying an AI agent?

To validate skill documentation completeness, you can audit the SKILL.md structure and API surface coverage against code and references. This process checks cross-references and integration patterns to ensure the documentation supports reliable AI agent instructions.

What is skill coherence testing and how does it work?

Skill coherence testing verifies that a skill's documentation, API surface, and references align with the actual code. It compares SKILL.md to the actual surface and validates provenance data, returning a deterministic completeness score with evidence-backed results.

How do I generate a gap report with file and line citations for my skill?

You generate a gap report with traceable file:line citations by running a completeness audit on your skill. The report identifies missing documentation or API mismatches, providing traceable citations for all findings to locate exact gaps.

Can I test a single skill independently or do I need to validate an entire stack?

You can test a single skill independently using naive mode, or validate an entire stack using contextual mode. Contextual mode supports cross-skill coherence validation, including external validators and a health-check workflow integration.

What is the best way to check if a skill is production-ready for AI automation?

The best way to check if a skill is production-ready is to run an automated completeness audit that scores documentation, API surface, and cross-references. The audit returns a deterministic score with threshold handling and an atomic write of the result.

Why does my skill documentation score low on completeness checks?

Your skill documentation scores low on completeness checks when its SKILL.md structure, API surface coverage, or cross-references fail to match the actual code and references. The generated gap report provides traceable file:line citations to identify specific missing elements.