ChiefGuti

Unit Test Expand — Testing skill for Claude Code

Testing community

Increase test coverage by targeting untested branches and edge cases.

How to install Unit Test Expand

Installs to ~/.claude/skills/chiefguti-claude-load-unit-test-expand/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chiefguti-claude-load-unit-test-expand && curl -fsSL https://raw.githubusercontent.com/ChiefGuti/claude-load/HEAD/commands/unit-test-expand.md -o ~/.claude/skills/chiefguti-claude-load-unit-test-expand/SKILL.md

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

What Unit Test Expand does


name: Expand Unit Tests description: Increase test coverage by targeting untested branches and edge cases tags: testing, coverage, unit-tests

Expand Unit Tests

Expand existing unit tests adapted to project's testing framework:

  1. Analyze coverage: Run coverage report to identify untested branches, edge cases, and low-coverage areas
  2. Identify gaps: Review code for logical branches, error paths, boundary conditions, null/empty inputs
  3. Write tests using project's framew

Alternatives in Testing

  • Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
  • Test TDD — Run when user calls /test-tdd 957 ★

Full documentation available on GitHub

View Source Repository