droidnoob

Forensic — Development skill for Claude Code

Development community

Investigate what went wrong in a failed build.

How to install Forensic

Installs to ~/.claude/skills/droidnoob-hew-forensic/SKILL.md

Terminal
mkdir -p ~/.claude/skills/droidnoob-hew-forensic && curl -fsSL https://raw.githubusercontent.com/droidnoob/hew/HEAD/commands/forensic.md -o ~/.claude/skills/droidnoob-hew-forensic/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Forensic does


description: Investigate what went wrong in a failed build.

Walk `hew task show` audit trails. Check dependency resolution via `hew dep tree `. Find where things broke. Use Beads' Dolt history (`bd history `) to compare states across commits — no `hew` wrapper for history yet.

Alternatives in Development

  • Investigate — Investigation Skill 1.9k ★
  • Investigate Performance — Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evid 1.6k ★
  • Projectmem — Open-source coding agent memory 766 ★

Full documentation available on GitHub

View Source Repository