missing-dont-block

Validate credentialed CLI skill files for missing required security headings.

15|5|Updated May 4, 2026
One-click install
npx skills add https://github.com/eugenelim/agent-ready-repo --skill missing-dont-block
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: missing-dont-block
Source: https://github.com/eugenelim/agent-ready-repo/tree/main/packages/agentbundle/tests/fixtures/creds/skills/missing-dont-block
Command: npx skills add https://github.com/eugenelim/agent-ready-repo --skill missing-dont-block

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines a credentialed-CLI fixture for verifying that linting and validation catch a missing required security-heading block in a skill file.

Core Features & Use Cases

  • Fixture Validation: Models a skill that should fail checks because the expected non-negotiable security section is absent.
  • Compliance Testing: Helps confirm that repository tooling rejects credentialed skills that do not meet the required heading convention.
  • Use Case: Use this fixture to test that a packaging or linting pipeline reports the missing security block before acceptance.

Quick Start

Use this skill to validate that the fixture is flagged for omitting the required security rules heading.

Frequently Asked Questions about missing-dont-block

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

FAQPage Schema
How do I lint a skill file for a missing security heading?

Linting a skill file for a missing security heading requires parsing YAML frontmatter and detecting headings to confirm the non-negotiable security section is present. This fixture models a file that should fail those checks.

What is fixture-based linting for credentialed CLI skills?

Fixture-based linting for credentialed CLI skills is a validation process that tests whether repository tooling correctly rejects skill files omitting required security rules. This fixture confirms packaging pipelines flag the missing block before acceptance.

How do I check repository compliance for missing security rules in agent bundle workflows?

Checking repository compliance involves running fixture-based linting against credentialed CLI skill files to verify the expected security heading is present. This fixture helps confirm that packaging pipelines report missing security blocks before acceptance.

Does YAML frontmatter parsing work with skill validation for pack acceptance tests?

YAML frontmatter parsing works with skill validation by enabling heading detection to confirm required security sections are present. This fixture models a file that should fail pack acceptance tests because the security block is absent.

When do I need a fixture to test missing security heading detection?

You need a fixture to test missing security heading detection when validating that linting and compliance checks correctly reject credentialed CLI skill files. It applies to repository compliance checks and pack acceptance tests in agent bundle workflows.