Run tests quickly without full ensure workflow. Supports filtering, coverage, and watch mode.
/plugin marketplace add packlikez/claude-code-dev-plugin/plugin install packlikez-dev@packlikez/claude-code-dev-plugin# /dev:test $ARGUMENTS Quick test runner. Lighter than /dev:ensure - just runs tests. ## Usage --- ## When to Use --- ## Workflow --- ## Step 1: Detect Test Stack --- ## Step 2: Build Test Command Based on target and flags: ### No Target (run all) ### Specific Module ### With Coverage ### E2E Only ### BDD Only --- ## Step 3: Run Tests Use **test-runner** agent to execute tests. --- ## Step 4: Parse Results Extract from output: --- ## Step 5: Report Results ### All Pass ### Some Fail --- ## Options ### --coverage ### --failed ### -...