# Minimal Pass

> Use when verifying the shakespii seed rules against a known-clean fixture skill.

- Skill: `ai-creed/minimal-pass` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add ai-creed/minimal-pass`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-creed/minimal-pass/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ai-creed (https://skillmd.com/u/ai-creed)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ai-creed/minimal-pass

---


# minimal-pass

## Intent

Provides a known-clean control fixture for the seed rule set.

## Inputs

None — the fixture is static.

## Preconditions

None — no external dependencies.

## Procedure

1. Run the linter against this directory.
2. Expect zero findings.

## Output

An empty findings list.

## Examples

Given the input `shakespii lint tests/fixtures/minimal-pass`, the expected output is `✔ 0 problems` and exit code 0.

## Anti-patterns

Editing this fixture without updating the engine control test.

