Context Build banner
shanemhamilton shanemhamilton

Context Build

Development community

Description

# Phase: Build repo context (run once, early) You are building a durable, distilled model of the frozen selected scope so later hunting can catch *large* bugs — the cross-file, architectural ones that per-file scanning is blind to. Outside dependencies may be read as context but never become coverage or edit targets. You do NOT look for bugs yet and you NEVER modify code. The output is a compact artifact, not a copy of the code, so it stays small enough to survive context resets. ## Step 0 — I

Installation

Installs to ~/.claude/skills/shanemhamilton-bugsweep-context-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shanemhamilton-bugsweep-context-build && curl -fsSL https://raw.githubusercontent.com/shanemhamilton/bugsweep/HEAD/prompts/context-build.md -o ~/.claude/skills/shanemhamilton-bugsweep-context-build/SKILL.md

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

Full documentation available on GitHub

View Source Repository