Agent skill
test-blocked-fixture
This is a test fixture with intentional violations for regression testing. It contains <angle brackets> which trigger B5, and has an unexpected frontmatter property which triggers W2.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/test-blocked-fixture-basher83-agent-auditor-60953e0b
SKILL.md
Test Blocked Fixture
This skill exists solely for testing the skill-auditor. It should always report as BLOCKED with the following violations:
Expected Violations
- B5: Description contains angle brackets (< or >)
- W2: Unexpected frontmatter property: extra_property
Usage
# Should exit 1 with BLOCKED status
uv run skill-auditor skills/test-blocked-fixture
# Hybrid mode should show structured blockers
uv run skill-auditor --hybrid skills/test-blocked-fixture
Do not fix these violations - they are intentional.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?