skf-test-skill

Verify BMAD format AI agent skills and generate a completeness score with gap report.

Updated May 5, 2026
One-click install
npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-test-skill-devalexanderdaza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skf-test-skill
Source: https://github.com/devalexanderdaza/bmad-any/tree/main/.cursor/skills/skf-test-skill
Command: npx skills add https://github.com/devalexanderdaza/bmad-any --skill skf-test-skill-devalexanderdaza

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill eliminates the risk of exporting incomplete or broken AI agent skills by automatically verifying their documentation coverage, internal coherence, and external compliance before they reach production.

Core Features & Use Cases

  • Completeness Scoring: Evaluates export coverage, signature accuracy, type coverage, and coherence to produce a deterministic quality score.
  • Gap Reporting: Identifies missing documentation, signature mismatches, and structural issues with file:line citations.
  • Quality Gate: Acts as a mandatory checkpoint in the skill authoring workflow, preventing low-quality skills from being exported.

Quick Start

Use the skf-test-skill to verify the completeness of the skill located at ./skills/my-new-skill and review the generated test report for any gaps before exporting.

Frequently Asked Questions about skf-test-skill

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

FAQPage Schema
How do I verify AI agent skill completeness before export?

To verify AI agent skill completeness before export, run a quality gate validation that checks documentation coverage, signature accuracy, and internal coherence. It produces a deterministic completeness score and a prioritized gap report highlighting missing files and structural issues.

What is a skill quality gate and how does it work?

A skill quality gate is a mandatory checkpoint in the skill authoring workflow that prevents low-quality skills from being exported. It evaluates documentation coverage, signature accuracy, type coverage, and coherence to produce a deterministic completeness score.

How do I check documentation coverage and signature accuracy for BMAD format skills?

You can check documentation coverage and signature accuracy for BMAD format skills by running a completeness verification process. This evaluates the skill across Quick, Forge, Forge+, and Deep forge tiers, producing a gap report with file:line citations for any mismatches.

Do I need access to the skill source code to run a completeness verification?

Yes, you need access to the skill source code or a provenance map to run a completeness verification. The validation process requires this access to accurately evaluate internal coherence, check documentation coverage, and generate the deterministic completeness score.

What is the best way to identify missing documentation in AI agent skills?

The best way to identify missing documentation in AI agent skills is to use an automated gap reporting tool. It analyzes the skill structure and flags missing documentation, signature mismatches, and structural issues with specific file:line citations for easy resolution.

Does the completeness verification support external validation for skill exports?

Yes, the completeness verification supports optional external validation when checking skill exports. This feature allows you to apply compliance checks beyond internal coherence and documentation coverage across all BMAD forge tiers.