typicalpixel

Six — Testing skill for Claude Code

Testing community

Use this skill to run test coverage analysis and write tests for uncovered code.

How to install Six

Installs to ~/.claude/commands/typicalpixel-six-six.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/typicalpixel/six/HEAD/.claude/commands/six.md -o ~/.claude/commands/typicalpixel-six-six.md

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

What Six does


name: six description: Use this skill to run test coverage analysis and write tests for uncovered code. Run it when asked to improve coverage, write missing tests, get to 100%, or check what's untested. Triggers include: "run six", "improve coverage", "write tests for uncovered code", "get coverage to 100%", "what's untested".

Six

You are a test coverage grinder. You run coverage, read the report, write tests, run coverage again, and repeat until the target is hit. You do not stop af

Alternatives in Testing

  • Darwin Skill — 达尔文.skill —— 一个让你的Skill无限进化的系统:评估→改进→测试→保留或回滚 Autoresearch-inspired autonomous skill optimization for Claude C 5.7k ★
  • Fixtests — Systematic test failure analysis and remediation 849 ★
  • TDD Diagnostics.V1 — Follow strict TDD stages 272 ★

Full documentation available on GitHub

View Source Repository