Generate comprehensive test suite with high coverage
/plugin marketplace add NickCrew/claude-ctx-plugin/plugin install nickcrew-claude-ctx@NickCrew/claude-ctx-plugintest/# /test:generate-tests - Test Generation ## Purpose Automatically generate comprehensive test suites for code coverage and quality assurance. ## Triggers - New feature implementation - Low test coverage areas - Regression testing needs - API endpoint testing ## Usage ## Test Generation Process ### 1. Code Analysis - Analyze code structure and dependencies - Identify testable units and edge cases - Map code paths and decision points - Determine test requirements ### 2. Test Creation - Generate unit tests for core logic - Create integration tests for component interactions - Build e2e ...