bmad-validate-skill

Audit bmad-* skills for structure, frontmatter, and workflow conventions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/florian-trehaut/bmad-global --skill bmad-validate-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-validate-skill
Source: https://github.com/florian-trehaut/bmad-global/tree/main/src/core-skills/bmad-validate-skill
Command: npx skills add https://github.com/florian-trehaut/bmad-global --skill bmad-validate-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates bmad-* workflow skills against a defined set of conventions, ensuring consistent structure, metadata, and workflow patterns across the skill library.

Core Features & Use Cases

  • Automated validation of skill structure, frontmatter, and step schema
  • Conformance checking against BMAD workflow conventions to catch legacy patterns
  • Audit workflow-hygiene by flagging hardcoded references, invalid paths, and non-standard naming

Quick Start

Run the validation workflow on a target bmad-* skill to generate a findings report.

Frequently Asked Questions about bmad-validate-skill

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

FAQPage Schema
How do I validate workflow skill conventions and frontmatter integrity?▼

Workflow validation checks skill structure, frontmatter integrity, and workflow.md consistency to enforce conventions and flag hardcoded references or legacy patterns across the codebase.

What does a skill structure audit check for in a codebase?▼

A skill structure audit checks for the presence and correctness of SKILL.md frontmatter, validates step-architecture, and flags hardcoded references or invalid paths to enforce quality assurance.

Can I check workflow.md consistency and step architecture automatically?▼

Yes, automated validation can check workflow.md consistency and step architecture by enforcing defined conventions and flagging non-standard naming or invalid paths across your skill library.

How do I catch legacy patterns and hardcoded references in workflow skills?▼

You can catch legacy patterns and hardcoded references by running a conformance check that audits workflow hygiene against defined conventions and flags non-standard naming or invalid paths.

Does skill validation require any external dependencies or components?▼

No, skill validation operates without external dependencies or components, auditing bmad-* skills directly against structural requirements and convention compliance to generate a findings report.