jysvai

Cha Hunt — Development skill for Claude Code

Development community

First-eye pass over a slice of source.

How to install Cha Hunt

Installs to ~/.claude/skills/jysvai-cha-cha-hunt/SKILL.md

Terminal
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 Repository