session_debug_log_investigator

Use when diagnosing a failing or confusing Claude Code session by enabling debug logging, tailing recent logs, and explaining warnings or errors.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "session_debug_log_investigator" with this command: npx skills add wimi321/session-debug-log-investigator

Session Debug Log Investigator

Use this skill to diagnose runtime issues in an agent session.

Workflow

  1. Enable debug logging if it is not already active.
  2. Read the latest portion of the debug log instead of the whole file.
  3. Search for warnings, errors, and repeated failure patterns.
  4. Cross-check config files that can explain the behavior.
  5. Summarize likely causes and next reproduction steps.

Guardrails

  • Tail logs instead of loading giant files.
  • Separate configuration issues from product/runtime bugs.
  • If logging was just enabled, ask for reproduction before concluding too much.

Example Requests

  • Help me understand why this Claude Code session is misbehaving.
  • Turn on debug logging and diagnose this issue from the latest logs.

Inputs

  • Issue description
  • Current log availability
  • Relevant settings files

Outputs

  • Error or warning analysis
  • Likely causes
  • Suggested reproduction or next steps

Success Criteria

  • Recent logs were interpreted correctly.
  • The diagnosis distinguishes config vs runtime issues.
  • Follow-up steps are specific.

Non-Goals

  • Reading giant logs in full without need
  • Pretending to diagnose pre-log activity that was never captured

Source Provenance

Derived from src/skills/bundled/debug.ts.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Workflow Skillify

Use when a successful session or repeatable process should be captured as a reusable skill with steps, arguments, and invocation guidance.

Registry SourceRecently Updated
1301Profile unavailable
Coding

Verifier Skill Generator

Use when a project needs one or more verifier skills for web, CLI, or API runtime checks that the Verify agent can discover automatically.

Registry SourceRecently Updated
900Profile unavailable
Coding

Stuck Session Diagnosis

Use when another Claude Code session appears frozen, stuck, or abnormally slow and needs process-level diagnosis and reporting.

Registry SourceRecently Updated
1170Profile unavailable
Coding

Statusline Setup

Use when the user wants to configure Claude Code statusline UI by inspecting shell prompt configuration and updating the relevant settings.

Registry SourceRecently Updated
910Profile unavailable