zieka

Reduce Tests — Development skill for Claude Code

Development community

Prune tests TDD left behind — keep only those that name a specific bug they would catch in production.

How to install Reduce Tests

Installs to ~/.claude/skills/zieka-ike-reduce-tests/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zieka-ike-reduce-tests && curl -fsSL https://raw.githubusercontent.com/zieka/ike/HEAD/commands/reduce-tests.md -o ~/.claude/skills/zieka-ike-reduce-tests/SKILL.md

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

What Reduce Tests does


description: Prune tests TDD left behind — keep only those that name a specific bug they would catch in production.

test driven development is a great way to iterate but often it leaves behind tests that were good for building but serve little purpose later.

evaluate if any newly introduced test in the commit(s) are worthy of keeping:

A single governing question does most of the work: **if I delete this test, what specific bug could reach production, and what would it cost?** If you c

Alternatives in Development

  • Internet Court Skill — The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 4.9k ★
  • Defensive Code Cleanup — Clean Defensive Try-Catch Blocks 1.2k ★
  • Obsidian Learn — Review vault learnings, prune stale ones, surface active patterns — the vault's lessons compound or expire 277 ★

Full documentation available on GitHub

View Source Repository