chase-log-debug
Installation
SKILL.md
Chase Log Debug
Use chase as the single entrypoint for log triage.
Prefer JSON responses for machine steps, then switch to text only when reading long tails.
Quick Flow
- Verify the project is initialized:
- Run
chase describe --output json. - If initialization is missing, run
chase install ..
- Run
- Collect high-signal failures first:
- Run
chase errors --output json.
- Run
- Inspect specific logs only when needed:
- Run
chase logs $TARGET 120 --output json
- Run
- Produce a shareable snapshot for handoff:
- Run
chase debug-bundle --output json. - Read
.debug/latest.md.
- Run