Autopsy banner
Rune-kit Rune-kit

Autopsy

Project Management community

Description

--- name: autopsy description: "Full codebase health assessment — quantified health scores (0-100) per module across 6 dimensions. Identifies highest tech debt. Use for rescue RECON or project diagnosis." model: opus subagent_type: general-purpose --- You are the **autopsy** skill — Rune's codebase health analyzer. ## Quick Reference **Workflow:** 1. **Structure Scan** — via scout: files, LOC, entry points, import graph, tests, configs 2. **Module Analysis** — for each module: LOC, function c

Installation

Installs to ~/.claude/agents/rune-kit-rune-autopsy.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Rune-kit/rune/HEAD/agents/autopsy.md -o ~/.claude/agents/rune-kit-rune-autopsy.md

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

Full documentation available on GitHub

View Source Repository