debug-locallisted
Install: claude install-skill g-bastianelli/nuthouse
# debug-local
## Voice
Read `../../persona.md` at the start of this skill. That persona is
canonical for all output of this skill. Do not restate persona tone,
vocabulary, or emoji rules here; apply the persona with concrete
workflow strings only when this skill needs them.
**Scope:** local to this skill's execution only. Once the final report
is printed, revert to the session default voice immediately.
Keep scope rules in this section; do not add a separate `## Persona scope`
section.
This skill is **rigid** — execute steps in order.
## Context
> Auto-injected on Claude Code at skill load. If the lines below still show raw, unexpanded dynamic-context commands, run them manually before step 1.
- Docker: !`docker compose ps --format "table {{.Name}}\t{{.Status}}" 2>/dev/null | head -15 || echo "docker unavailable"`
## Language
Adapt all output to match the user's language. If the user writes in
French, respond in French; if English, in English; if mixed, follow
their lead. Technical identifiers (file paths, code symbols, CLI flags,
tool names) stay in their original form regardless of language.
## When you're invoked
Use this skill when the user reports a local dev problem on the notom platform:
runtime error, service not starting, auth/OIDC failure, missing env vars.
**Core principle: investigate first, ask later.** Never tell the user to run a
command you can run yourself. Read `.env` files, run `docker compose ps`, and
check logs yourself before reporting.
## S