# Debug Review

> Use when develop output needs a blocking Codex-native debug quality gate: reproduce or smoke-test the claimed change, inspect logs/artifacts, verify branch/provenance when relevant, and issue PASS, PASS_WITH_WARNINGS, FAIL, or URGENT_BLOCKER.

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

---


# Debug Review

Use this before audit or before declaring implementation ready.

## Procedure

1. Read the task, result, handoff, and changed files.
2. Verify git state when code changes are involved.
3. Run the smallest meaningful validation path:
   - syntax/import checks for code
   - smoke test for model/runtime changes
   - targeted command from the plan when available
4. Compare claimed behavior against observed evidence.
5. Record exact commands, outputs, artifacts, and unresolved gaps.
6. Return one outcome: `PASS`, `PASS_WITH_WARNINGS`, `FAIL`, or `URGENT_BLOCKER`.

## Output

- debug outcome
- validation commands and results
- evidence paths
- issues and owner
- next action

## Guardrails

- Do not add unrelated feature work.
- Raise `URGENT_BLOCKER` for integrity, baseline, or unsafe-execution issues.
- Do not treat skipped validation as a pass.

