Generate tests for completed phase code. Detects test framework and targets key files.
From pbrnpx claudepluginhub sienklogic/plan-build-run --plugin pbr/testRuns pytest tests for CLI harness on local path or GitHub repo, verifies CLI resolution, and updates TEST.md with results if all pass.
/testRuns TDD workflow for features (red-green-refactor) or bugs (Prove-It pattern): writes failing tests, implements, verifies with full suite. Handles browser issues via DevTools.
/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 based on the request.
This command is provided by the pbr:test skill.