Cha Hunt — Development skill for Claude Code
First-eye pass over a slice of source.
How to install Cha Hunt
Installs to ~/.claude/skills/jysvai-cha-cha-hunt/SKILL.md
mkdir -p ~/.claude/skills/jysvai-cha-cha-hunt && curl -fsSL https://raw.githubusercontent.com/jysvai/CHA/HEAD/commands/cha-hunt.md -o ~/.claude/skills/jysvai-cha-cha-hunt/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Cha Hunt does
description: First-eye pass over a slice of source. Produces suspicions with file:line — never verdicts, never fixes.
/cha-hunt ``
The first eye. Read the slice and write down what looks wrong. This step **does not fix anything and does not decide anything** — it feeds the briefing and the adjudication that follow.
What to read
`$ARGUMENTS` is a file, a directory, or a glob. If it is a directory, take the files in it one at a time; do not try to hold a whole subsystem in y
Alternatives in Development
- Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
- Projectmem — Open-source coding agent memory 766 ★
- Dashclaw Quality — Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates 297 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Cha Judge
Adjudicate second-eye claims by running them. Every verdict needs a command, an input, and an output — never a
Cha Brief
Cut a source file into second-eye briefings of 20KB or less, each carrying the code, its promises, and the fiv
Muse:Critic
Apply a persona's ## Critic frames to an existing artifact (file). Produces structured findings with P0/P1/P2/
Dream
Overnight autoresearch + maintainer sweep that surfaces a MORNING REPORT — suggested changes, issues raised wi
Bug Hunt
Adversarial bug hunt with 3 isolated agents — Hunter finds bugs, Skeptic challenges them, Referee gives final
Deja Vu
Prior-art hunt skill for Claude Code — most problems are already solved; the gap is seeing them. 10-stage loop
Related Agents
Cha Hunter
First-eye reader that produces measurable suspicions with file:line and no fixes. Use when sweeping a slice of
Canvas To Code Reviewer
Validates a single slice PR diff against the plan's slice spec. Returns PASS/REVISE with citations. Read-only
Harness Code Reviewer
Code reviewer — two-stage review against a pinned SHA: spec compliance first, then code quality, hunting fail-