Six — Testing skill for Claude Code
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
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 RepositoryRelated Skills
Write Tests
Generate unit and integration tests for existing code. Triggers on "write tests", "add tests", "test this", "t
Quality
Improve test coverage, fix tests, optimize performance, reduce bundle size
Testing
/test - Run Tests & Coverage Analysis
Cpp Test
Enforce TDD workflow for C++. Write GoogleTest tests first, then implement. Verify coverage with gcov/lcov.
Go Test
Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test
Kotlin Test
Enforce TDD workflow for Kotlin. Write Kotest tests first, then implement. Verify 80%+ coverage with Kover.
Related Agents
Test Gap Analyzer
Find untested code paths in changed files - missing test cases, uncovered edge cases, and integration gaps. De
Test Purist
The merciless enforcer of test coverage and quality. Use this agent to find untested code, meaningless asserti
Test Coverage Agent
Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t