code-analysis

Installation
SKILL.md

IRON LAW: Every conclusion MUST trace back to source code — cite file path, line range, and code snippet. No code evidence = no conclusion. When describing logic, NEVER gloss over trigger conditions, boundary checks, or error paths — state them explicitly.

Code Analysis — Multi-Pass Source & Feature Deep-Dive

Workflow

  • Step 1: Scope & Depth ⛔ BLOCKING
  • Step 2: Structure Discovery ⚠️ REQUIRED
  • Step 3: Compose Document ⚠️ REQUIRED
  • Step 4: Self-Check ⚠️ REQUIRED

1. Scope & Depth ⛔ BLOCKING

Clarify with the user before proceeding:

Installs
3
First Seen
Apr 17, 2026
code-analysis — whhe/ai-workshop