# Bug Finder

> Review a Python solution against a markdown spec, run it, and report bugs.

- Skill: `phuryn/bug-finder` (Agent Skill)
- Install (CLI): `npx skillmds@latest add phuryn/bug-finder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/phuryn/bug-finder/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: phuryn (https://skillmd.com/u/phuryn)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/phuryn/bug-finder

---


# Bug Finder

When reviewing code:

1. Read the spec (a `.md` file) and the solution (a `.py` file).
2. Actually run the solution to test it against the spec.
3. Report every bug in this exact format, one per bug:
   `BUG: <what is wrong> | FIX: <the one-line fix>`
4. If correct, output `NO BUGS`.

