malformed-stray-backtick

Validate SKILL.md frontmatter for mandatory name and description fields.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/benjithompson/blazemeter-perfecto-skills --skill malformed-stray-backtick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: malformed-stray-backtick
Source: https://github.com/benjithompson/blazemeter-perfecto-skills/tree/main/tests/fixtures/malformed-stray-backtick
Command: npx skills add https://github.com/benjithompson/blazemeter-perfecto-skills --skill malformed-stray-backtick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill is designed to identify and prevent the deployment of malformed SKILL units in CI pipelines, ensuring that only properly formatted units are activated.

Core Features & Use Cases

  • Frontmatter Validation: Checks the presence and correctness of SKILL.md frontmatter, specifically the name and description fields.
  • CI Failure Proofing: Ensures that CI pipelines do not proceed with malformed SKILL units, thereby maintaining the integrity of the testing and deployment process.
  • Use Case: When integrating new SKILL units into a CI pipeline, this Skill can be used to validate the frontmatter of each unit before deployment.

Quick Start

Run the malformed-stray-backtick skill to check the frontmatter of the SKILL unit at the specified path.

Frequently Asked Questions about malformed-stray-backtick

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

FAQPage Schema
How do I validate SKILL.md frontmatter to prevent CI pipeline failures?

Frontmatter validation prevents CI pipeline failures by checking SKILL.md files for mandatory name and description fields and ensuring proper YAML formatting before deployment proceeds.

What causes malformed SKILL units in a CI pipeline?

Malformed SKILL units result from missing mandatory frontmatter fields or improper YAML formatting, which validation detects to halt bad deployments before pipeline breakage occurs.

How do I check for missing mandatory fields in SKILL unit frontmatter?

Checking for missing mandatory fields requires parsing SKILL.md frontmatter to verify required name and description entries exist and are correctly formatted, blocking deployment if validation fails.

Does frontmatter validation require YAML parsing?

Frontmatter validation requires basic YAML parsing to read SKILL.md structure and apply error handling when checking for mandatory fields and proper formatting rules.

When do I need to run frontmatter validation on SKILL units?

Run frontmatter validation when integrating new SKILL units into a CI pipeline, ensuring only properly formatted units are activated and deployed without breaking integrity.