test-blocked-fixture

Detect blocked skill fixtures with angle brackets and unexpected frontmatter properties.

5|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/basher83/agent-auditor --skill test-blocked-fixture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-blocked-fixture
Source: https://github.com/basher83/agent-auditor/tree/main/skills/test-blocked-fixture
Command: npx skills add https://github.com/basher83/agent-auditor --skill test-blocked-fixture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a test fixture designed to validate the skill-auditor’s BLOCKED status, intentionally triggering violations B5 (angle brackets) and W2 (unexpected frontmatter property).

Core Features & Use Cases

  • BLOCKED testing: ensures auditor flags violations and preserves artifacts for debugging
  • Violations demonstrated: B5 (angle brackets) and W2 (unexpected frontmatter property)

Quick Start

uv run skill-auditor skills/test-blocked-fixture uv run skill-auditor --hybrid skills/test-blocked-fixture

Frequently Asked Questions about test-blocked-fixture

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

FAQPage Schema
How do I test skill-auditor BLOCKED status detection?

BLOCKED status testing validates that your auditor flags skill violations and preserves artifacts for debugging. This Skill is a test fixture that intentionally triggers violations—B5 (angle brackets) and W2 (unexpected frontmatter property)—to verify the auditor's regression test suite catches them correctly.

What violations does the skill-auditor detect in fixture testing?

The skill-auditor detects two fixture violations: B5 (angle brackets in skill definitions) and W2 (unexpected frontmatter properties). This Skill demonstrates both to ensure the auditor flags and reports them with explicit blockers in standard and hybrid modes.

How do I run auditor regression tests on skill fixtures?

Run the auditor against fixtures using `uv run skill-auditor skills/test-blocked-fixture` for standard mode or `uv run skill-auditor --hybrid skills/test-blocked-fixture` for hybrid mode. The fixture applies violations that auditor regression tests must identify and validate.

What is a BLOCKED skill and when does the auditor flag it?

A BLOCKED skill contains critical violations that prevent it from functioning. The auditor flags BLOCKED status when it detects violations like angle brackets (B5) or invalid frontmatter (W2), emitting explicit blockers to help you identify and fix the issues.

Can I use this fixture to test auditor behavior in both standard and hybrid modes?

Yes. This fixture supports exit behavior testing in both standard mode and hybrid mode, allowing you to validate that the auditor correctly detects and reports BLOCKED violations regardless of execution mode.