← ClaudeAtlas

investigatelisted

Pre-fix Iron Law: never patch a bug without investigating root cause first; auto-freeze the suspected module. Use the moment a bug surfaces, before any edit.
produtoramaxvision/maxvision · ★ 1 · AI & Automation · score 67
Install: claude install-skill produtoramaxvision/maxvision
--- name: investigate preamble-tier: 2 version: 1.0.0 description: | Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively invoke this skill (do NOT debug directly) when the user reports errors, 500 errors, stack traces, unexpected behavior, "it was working yesterday", or is troubleshooting why something stopped working. (MaxVision) allowed-tools: - Bash - Read - Write - Edit - Grep - Glob - AskUserQuestion - WebSearch triggers: - debug this - fix this bug - why is this broken - root cause analysis - investigate this error hooks: PreToolUse: - matcher: "Edit" hooks: - type: command command: "bash ${CLAUDE_SKILL_DIR}/../freeze/bin/check-freeze.sh" statusMessage: "Checking debug scope boundary..." - matcher: "Write" hooks: - type: command command: "bash ${CLAUDE_SKILL_DIR}/../freeze/bin/check-freeze.sh" statusMessage: "Checking debug scope boundary..." gbrain: schema: 1 context_queries: - id: prior-investigations kind: list filter: type: timeline tags_contains: "repo:{repo_slug}" content_contains: "investigate" sort: updated_at_desc limit: 5 render_as: "## Prior investigation