malformed-skill-fixture

Validate SKILL.md files for structural and content standards.

2|Updated May 3, 2026
One-click install
npx skills add https://github.com/lukeivers/loam --skill malformed-skill-fixture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: malformed-skill-fixture
Source: https://github.com/lukeivers/loam/tree/main/plugins/dev-sdlc/tests/fixtures/skill-promotion-review/synthetic-skills/quality-fail
Command: npx skills add https://github.com/lukeivers/loam --skill malformed-skill-fixture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps identify and validate the structural integrity of SKILL.md files by testing conformity to required conventions and detecting errors.

Core Features & Use Cases

  • Validation Testing: Checks if the frontmatter description is non-empty and within length constraints.
  • Scenario Simulation: Exercises failure modes such as incomplete sections to ensure error handling pathways.
  • Use Case: Automate testing of skill templates to guarantee quality standards before integration or deployment.

Quick Start

Load this skill into your validation pipeline to automatically assess the structural compliance of SKILL.md files.

Frequently Asked Questions about malformed-skill-fixture

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

FAQPage Schema
How do I validate SKILL.md files for structural compliance?

To validate SKILL.md files, apply YAML parsing and validation scripts to check that required sections and frontmatter descriptions meet structural and content standards. This ensures quality and conformity before integration.

What does structural testing for skill quality check?

Structural testing for skill quality checks the conformity of SKILL.md files to required conventions by detecting missing or malformed sections. It exercises failure modes like incomplete sections to ensure proper error handling.

Can I automate SKILL.md validation in continuous integration workflows?

Yes, you can automate SKILL.md validation in continuous integration workflows. Load the validation scripts into your pipeline to automatically assess structural compliance, checking frontmatter length constraints and detecting incomplete sections.

Do I need specific dependencies to run SKILL.md validation scripts?

No specific dependencies are required beyond standard YAML parsing capabilities. The validation scripts operate independently to detect missing or malformed sections in SKILL.md files.

Why does my SKILL.md validation fail on frontmatter description?

SKILL.md validation fails on frontmatter description when the description field is empty or exceeds defined length constraints. Structural testing checks this specific field to ensure it meets content standards.

What is the best way to test skill templates before deployment?

The best way to test skill templates before deployment is to run structural validation that simulates failure modes and checks for incomplete sections. This guarantees quality standards are met before integration or deployment.