From pbr
Generates tests for completed code phases by auto-detecting the test framework and targeting key files.
How 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.
This command is provided by the pbr:test skill.
npx claudepluginhub p/sienklogic-pbr-plugins-pbr/generate-testsGenerates comprehensive unit tests for source code files, covering happy paths, edge cases, error handling, mocking, and assertions. Auto-detects test framework (Jest, pytest, JUnit, etc.) and produces structured test files.
/write-testsWrites unit and integration tests using a systematic approach — detects testing framework, plans strategy, implements tests with mocking, data setup, and coverage of edge cases, errors, and performance/security aspects.
/generate-test-casesAnalyzes target code and generates comprehensive unit, integration, and edge-case test suites with mocks, stubs, and data-driven tests.
/add-testsAdds tests for recently changed files or a specified target. Detects the project's test framework, analyzes code, and writes tests covering happy path, edge cases, and error handling.
/write-testsGenerates thorough unit tests for a specified file or function, auto-detecting the test framework and following project conventions. Runs tests after writing to confirm they pass.