Help us improve
Share bugs, ideas, or general feedback.
From pbr
Generates tests for completed code phases by auto-detecting the test framework and targeting key files.
npx claudepluginhub sienklogic/plan-build-runHow this command is triggered — by the user, by Claude, or both
Slash command
/pbr:testThe summary Claude sees in its command listing — used to decide when to auto-load this command
This command is provided by the `pbr:test` skill.
/generate-testsGenerate production-ready unit tests for source code files or snippets. Auto-detects framework (Jest, pytest, JUnit, etc.), covers happy paths, edges, errors, mocks.
/generate-test-casesGenerates unit, integration, edge case, performance, and error-handling test cases for target code or functions, including mocks, stubs, data-driven tests, and coverage analysis.
/add-testsGenerates unit and E2E tests for a completed phase, using UAT criteria and implementation files as specifications. Classifies files, presents a test plan for approval, then writes RED-GREEN tests.
/add-testsAdds tests for specified file path or function name, or recently changed files lacking coverage. Detects framework, analyzes code, writes happy path/edge/error tests, and runs them.
/write-testsWrites unit and integration tests by detecting test framework, analyzing code, planning strategy, and implementing AAA-pattern tests with mocks, edge cases, errors, security, and performance coverage.
Share bugs, ideas, or general feedback.
This command is provided by the pbr:test skill.