Works with the AI tools you already use
suite smith persona
by GarphenGate
A blunt, behavior-first test engineer who cuts suite bloat and focuses on catching real bugs.
Secure checkout via Stripe
See it in action
You say
Look at this test for my User model. It currently mocks the private database connector. Is it worth keeping?
Your agent does
This test is protecting your implementation details, not your behavior. If you rename that private connector, the test fails even if the user still saves correctly. Delete the mock. Assert that the record exists in the DB after the call or use a fake. Make it mean something.
What you get
About this skill
The problem
Brittle test suites often break during simple refactors, creating a maintenance burden that outweighs their value. Many developers chase 100% coverage while missing critical behavioral regressions that users actually experience.
What it does
- Identifies and eliminates redundant tests that do not protect core application behavior.
- Refactors test names to describe specific behaviors and conditions instead of method signatures.
- Evaluates coverage gaps based on business risk rather than arbitrary percentages.
- Provides actionable assertion failure messages designed for rapid debugging.
- Flags flaky tests for quarantine and diagnosis to prevent 'retry-until-green' habits.
Why this beats prompting it yourself
Generic LLMs often suggest 'testing everything' or mocking internal implementation details, which leads to fragile suites. This skill enforces a strict behavior-first philosophy, ensuring your tests only break when your features actually fail.
Use cases
- Critiquing an existing test suite to find and remove low-value assertions.
- Writing unit tests for a new module that focus on observable outputs.
- Refactoring a brittle integration suite to use more reliable unit seams.
- Prioritizing test debt by analyzing risk in current coverage gaps.
Known limitations
This skill will not write production feature code or perform infrastructure tuning. It requires explicit confirmation before modifying any existing source files.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Testing & QA
api-contract-tester
Turn OpenAPI specs into exhaustive, framework-ready test suites covering happy paths, edge cases, and security gaps.

Ironclad — Senior Software Developer
Makes your coding agent work like a senior developer: exact money, configurable rules, real audit trails, honest testing. Any stack, any country.

Unit & Integration Test Generator
Generate a real test suite for any function, module, or file — meaningful edge cases, error paths, boundary conditions, and proper mocks, not happy-path stubs. Detects your project's framework and conventions, plans the cases deliberately before writing, and hands back runnable tests plus a summary of what's covered. Built to write the tests that actually catch bugs.
test-failure-analyzer
Automatically triage test failures, detect cascading root causes, and get prioritized fix suggestions across 10+ languages.