# Warn Only

> Use when testing warning-only exit code behavior.

- Skill: `ai-creed/warn-only` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ai-creed/warn-only`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-creed/warn-only/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/warn-only

---

# warn-only

## Intent

Control fixture: exactly one warning (FM01 unknown field), exit 0.

## Inputs

None — the fixture is static.

## Preconditions

None — no external dependencies.

## Procedure

1. Lint this directory and expect one warning.

## Output

A findings list with a single FM01 warning.

## Examples

Given the input `shakespii lint tests/fixtures/warn-only`, the expected output is one warning and exit code 0.

## Anti-patterns

Adding a second unknown field — the CLI test locks the count at one.

