From pulp
Runs the Pulp test suite via ctest, accepting an optional filter pattern to target specific tests. Skips known flaky AudioWorkgroup timeout tests.
How this command is triggered — by the user, by Claude, or both
Slash command
/pulp:testcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
Run the Pulp test suite. Accepts an optional filter pattern as $ARGUMENTS. If $ARGUMENTS is provided, use it as a test filter: Otherwise run all tests: If tests fail, read the output and diagnose the issue. Known pre-existing flaky test: AudioWorkgroup timeout — skip investigating that one (use `--exclude-regex AudioWorkgroup` if it blocks).
Run the Pulp test suite. Accepts an optional filter pattern as $ARGUMENTS.
If $ARGUMENTS is provided, use it as a test filter:
ctest --test-dir build --output-on-failure -R "$ARGUMENTS"
Otherwise run all tests:
ctest --test-dir build --output-on-failure
If tests fail, read the output and diagnose the issue. Known pre-existing flaky test: AudioWorkgroup timeout — skip investigating that one (use --exclude-regex AudioWorkgroup if it blocks).
npx claudepluginhub danielraffel/pulp --plugin pulp/testRuns a TDD workflow: write failing tests, implement code, and verify. For bug fixes, uses the Prove-It pattern to reproduce, fix, and confirm.
/testRuns pytest tests for CLI harness on local path or GitHub repo, verifies CLI resolution, and updates TEST.md with results if all pass.
/testExecutes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.
/testGenerates test strategy overview, unit and integration test code, coverage analysis, execution plan, and maintenance roadmap for a specified component or feature.
/testLaunches Chrome for manual UI testing at given URL, monitors console errors during interaction, generates report with screenshots and logs on completion.
/testInvokes the testing-coach agent to provide guidance on screen reader, keyboard navigation, and automated testing for the given request.