Night Market Debugging Playbook
Symptom table for Claude Code hook/CI failures, each row backed by a real commit.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · f9308db
Ran a python39-compat CI-failure prompt through it: it pointed straight at the datetime.UTC / bare X|Y union trap and warned that ruff's UP017 autofixer will silently revert the fix on the next lint run — a gotcha a generic debugging answer would miss entirely.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Night Market Debugging Playbook does
A 10-row symptom-to-cause-to-fix table for this repo's own Claude Code plugin/hook failures (ModuleNotFoundError on commit, python39-compat breaks, silent no-op hooks, swallowed scanner exceptions), each row citing the commit hash that fixed it. Triggers when a check fails unexpectedly in the night-market repo; explicitly defers to sibling skills for routine test/lint/release runs or environment setup.
How to install Night Market Debugging Playbook
git clone https://github.com/athola/claude-night-market
cd claude-night-market
mkdir -p ~/.claude/skills
cp -r .claude/skills/night-market-debugging-playbook ~/.claude/skills/night-market-debugging-playbook
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Night Market Debugging Playbook
-
/night-market-debugging-playbookSymptom table for Claude Code hook/CI failures, each row backed by a real commit.
It also activates on plain-language prompts like these:
-
Our commit hook is throwing ModuleNotFoundError, what's going on -
This CI check failed unexpectedly again, what usually causes this here -
The scanner hook silently no-ops, help me figure out why it's swallowing errors
Frequently asked questions
- Is the Night Market Debugging Playbook skill free?
- Yes. The skill itself is free from athola/claude-night-market. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Night Market Debugging Playbook work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Ran a python39-compat CI-failure prompt through it: it pointed straight at the datetime.UTC / bare X|Y union trap and warned that ruff's UP017 autofixer will silently revert the fix on the next lint run — a gotcha a generic debugging answer would miss entirely.
- What is the Night Market Debugging Playbook SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Night Market Debugging Playbook?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Night Market Debugging Playbook with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.