Reduce Tests — Development skill for Claude Code
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
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 RepositoryRelated Skills
Coding Skill
Portable TDD-first coding-agent skill for Codex and Claude Code: clarify behavior first, write RED tests, impl
Ghost
Read a past Claude Code session in this herdr space and get a clear catch-up summary, plus questions to resume
Zclean
19+ Kills orphaned processes left behind by Claude Code and Codex. Stops zombie node/python/esbuild from eatin
Kilroy
A plugin that gives your agents a knowledge base shared across your team. They autonomously read what others l
Pre Ship
This is the final quality gate before shipping. Nothing goes to production without passing this checklist. Be
Cc Safe
Tip 34: Write lots of tests (and use TDD)
Related Agents
Regression Guard
Proactive regression scanner that checks code changes against documented bug patterns. Use before commits, PRs
Skill Scorecard Analyst
Reviews collected skill telemetry and recommends keep / refine / merge / deprecate per skill, with the evidenc
Hive Coder
End-to-end development specialist handling feature implementation and production bug fixes with TDD discipline