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

  1. Verify the project is initialized:
    • Run chase describe --output json.
    • If initialization is missing, run chase install ..
  2. Collect high-signal failures first:
    • Run chase errors --output json.
  3. Inspect specific logs only when needed:
    • Run chase logs $TARGET 120 --output json
  4. Produce a shareable snapshot for handoff:
    • Run chase debug-bundle --output json.
    • Read .debug/latest.md.

Command Contract

Installs
3
First Seen
Mar 12, 2026
chase-log-debug — tsubasahonda/skills