jysvai

Cha Review2 — Productivity skill for Claude Code

Productivity community

Send every pending briefing to the second eye — one at a time, quota-aware, skipping anything already answered.

How to install Cha Review2

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

Terminal
mkdir -p ~/.claude/skills/jysvai-cha-cha-review2 && curl -fsSL https://raw.githubusercontent.com/jysvai/CHA/HEAD/commands/cha-review2.md -o ~/.claude/skills/jysvai-cha-cha-review2/SKILL.md

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

What Cha Review2 does


description: Send every pending briefing to the second eye — one at a time, quota-aware, skipping anything already answered.

/cha-review2

Run the second-eye queue. This is a long-running, mostly unattended step; start it in the background and keep working.

node "${CLAUDE_PLUGIN_ROOT}/tools/queue.mjs" --briefings .cha/briefings --answers .cha/answers

The command it calls per briefing comes from `.cha/config.json` → `secondEye.command`. If that is `null`, stop and point a

Alternatives in Productivity

  • Getting Help — career-ops is an open source project maintained in limited time 32.5k ★
  • Time Command — Display the current date and time in Pakistan Standard Time (PKT, UTC+5) 20.2k ★
  • Performance Optimization Skill — Systematic performance analysis and optimization for RTK CLI tool, focusing on startup time (<10ms), memory us 11.9k ★

Full documentation available on GitHub

View Source Repository