Generate comprehensive test cases from JIRA issue
/plugin marketplace add huangmingxia/test-generation-assistant/plugin install huangmingxia-test-gen-plugins-test-gen@huangmingxia/test-generation-assistantJIRA_KEY## Name generate-test ## Synopsis ## Description The `generate-test` command generates comprehensive test cases from a JIRA issue using systematic thinking framework. Applies a 4-phase methodology: 1. **Requirements Analysis** - Extract and analyze JIRA requirements 2. **Test Strategy** - Define testing approach and coverage 3. **Test Case Design** - Create detailed test scenarios 4. **Validation** - Ensure completeness and quality ## Implementation Executes the test case generation agent at `config/agents/test_case_generation.md` The agent performs: - Extracts requirements from JIRA ...