npx claudepluginhub captaincrouton89/crouton-kitThis skill uses the workspace's default tool permissions.
A failing test signals one of two things:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
A failing test signals one of two things:
Don't assume. Read the failure, trace the code path, determine which is true before changing anything.
Common signs the test is wrong:
Common signs the code is broken:
When adding new functionality, write tests first:
Benefits:
Skip TDD when: fixing obvious bugs, exploratory prototyping, or when the test setup cost exceeds the implementation.
When using agents to fix test failures:
Why agents don't run tests:
In agent instructions, include:
Fix the failing test. Do NOT run the test suite—make your change and exit.
If an agent encounters ambiguity about whether to fix the test or the code, it should stop and report a blocker.
If no, keep investigating.