npx claudepluginhub danielraffel/pulp --plugin pulpcommands/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).
/testRuns TDD workflow: write failing tests first, implement to pass them, refactor. For bugs, applies Prove-It pattern to reproduce and fix.
/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.
Share bugs, ideas, or general feedback.
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).