Command
/test
Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern.
One command from addyosmani-agent-skills. It ships with the plugin.
shell
$ npx -y skills add addyosmani/agent-skills --agent claude-codeShips with addyosmani-agent-skills. Installing the plugin gets this command.
Command definition
test.md
--- description: Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern. --- Invoke the agent-skills:test-driven-development skill. For new features: 1. Write tests that describe the expected behavior (they should FAIL) 2. Implement the code to make them pass 3. Refactor while keeping tests green For bug fixes (Prove-It pattern): 1. Write a test that reproduces the bug (must FAIL) 2. Confirm the test fails 3. Implement the fix 4. Confirm the test passes 5. Run the full test suite for regressions For browser-related issues, also invoke agent-skills:browser-testing-with-devtools to verify with Chrome DevTools MCP.
Ships with addyosmani-agent-skills
Stars78,170Forks8,394LanguageJavaScriptLicenseMIT
Get the whole plugin, auto-invoked