jysvai

Cha Fix — Testing skill for Claude Code

Testing community

Write the failing test first, then the smallest fix that turns it green.

How to install Cha Fix

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

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

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

What Cha Fix does


description: Write the failing test first, then the smallest fix that turns it green. One writer, one defect, one commit.

/cha-fix ``

Fix one adjudicated defect. Nothing here starts until a claim has a **true** verdict with a command and an output behind it.

The order is not negotiable

**1. Red test first.**

Write a test that fails *for the reason you are about to fix*, and run it, and watch it fail. Copy the failure output into the record.

A test written after the

Alternatives in Testing

Full documentation available on GitHub

View Source Repository