Help us improve
Share bugs, ideas, or general feedback.
From claude-scholar
Executes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.
npx claudepluginhub galaxy-dawn/claude-scholar --plugin claude-scholarHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:testsc/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /sc:test - Testing and Quality Assurance ## Triggers - Test execution requests for unit, integration, or e2e tests - Coverage analysis and quality gate validation needs - Continuous testing and watch mode scenarios - Test failure analysis and debugging requirements ## Usage ## Behavioral Flow 1. **Discover**: Categorize available tests using runner patterns and conventions 2. **Configure**: Set up appropriate test environment and execution parameters 3. **Execute**: Run tests with monitoring and real-time progress tracking 4. **Analyze**: Generate coverage reports and failure diagnost...
/sc-testExecutes unit, integration, or E2E tests with coverage analysis, quality metrics, failure diagnostics, and reports. Supports watch mode, auto-fix, and Playwright browser testing.
/testExecutes unit, integration, or E2E tests on targets, generates reports and coverage metrics. Supports --watch mode and --fix for auto-fixes.
/flow-test-strategy-executionOrchestrates test strategy execution for unit/integration/e2e/regression tests, validating coverage, triaging defects, and analyzing regressions.
/coverGenerates and runs unit, integration (docker-compose/testcontainers), and Playwright E2E test suites for existing code. Analyzes coverage gaps, spawns parallel agents per tier, executes tests, and heals failures up to 3 times.
/testRuns unit, integration, E2E test suites with framework detection (Jest/Vitest/pytest/Go/Playwright/Cypress/Selenium), generates coverage reports and badges.
/testWrites and runs unit, integration, or E2E tests for provided code, acceptance criteria, and critical flows. Ensures coverage of happy paths, errors, edge cases; documents gaps.
Share bugs, ideas, or general feedback.
/sc:test [target] [--type unit|integration|e2e|all] [--coverage] [--watch] [--fix]
Key behaviors:
--type e2e browser testing/sc:test
# Discovers and runs all tests with standard configuration
# Generates pass/fail summary and basic coverage
/sc:test src/components --type unit --coverage
# Unit tests for specific directory with detailed coverage metrics
/sc:test --type e2e
# Activates Playwright MCP for comprehensive browser testing
# Cross-browser compatibility and visual validation
/sc:test --watch --fix
# Continuous testing with automatic simple failure fixes
# Real-time feedback during development
Will:
Will Not: