browser
This skill should be used for browser automation tasks using Chrome DevTools Protocol (CDP). Triggers when users need to launch Chrome with remote debugging,…
This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering
$ npx -y skills add cexll/myclaude --skill test-cases --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/test-casesContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering
name: test-cases description: This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering functional, edge case, error handling, and state transition scenarios. license: MIT
This skill generates comprehensive, requirement-driven test cases from PRD documents or user requirements.
Transform product requirements into structured test cases that ensure complete coverage of functionality, edge cases, error scenarios, and state transitions. The skill follows a pragmatic testing philosophy: test what matters, ensure every requirement has corresponding test coverage, and maintain test quality over quantity.
Trigger this skill when:
Follow these principles when generating test cases:
1. **Requirement-driven, not implementation-driven** - Test cases must map directly to requirements, not implementation details 2. **Complete coverage** - Every requirement must have at least one test case covering:
3. **Clear and actionable** - Each test case must be executable by a QA engineer without ambiguity 4. **Traceable** - Maintain clear mapping between requirements and test cases
First, identify the source of requirements:
1. If user provides a file path to a PRD, read it using the Read tool 2. If user describes requirements verbally, capture them 3. If requirements are unclear or incomplete, use AskUserQuestion to clarify:
Analyze requirements and extract test scenarios:
1. **Functional scenarios** - Normal use cases from requirements 2. **Edge case scenarios** - Boundary conditions, empty states, maximum limits 3. **Error scenarios** - Invalid inputs, permission failures, network errors 4. **State transition scenarios** - If the feature involves state, map all transitions
For each requirement, identify:
Organize test cases using this structure:
# Test Cases: [Feature Name] ## Overview - **Feature**: [Feature name] - **Requirements Source**: [PRD file path or description] - **Test Coverage**: [Summary of what's covered] - **Last Updated**: [Date] ## Test Case Categories ### 1. Functional Tests Test cases covering normal user flows and core functionality. #### TC-F-001: [Test Case Title] - **Requirement**: [Link to specific requirement] - **Priority**: [High/Medium/Low] - **Preconditions**: - [Condition 1] - [Condition 2] - **Test Steps**: 1. [Step 1] 2. [Step 2] 3. [Step 3] - **Expected Results**: - [Expected result 1] - [Expected result 2] - **Postconditions**: [State after test] ### 2. Edge Case Tests Test cases covering boundary conditions and unusual inputs. #### TC-E-001: [Test Case Title] [Same structure as above] ### 3. Error Handling Tests Test cases covering error scenarios and failure modes. #### TC-ERR-001: [Test Case Title] [Same structure as above] ### 4. State Transition Tests Test cases covering state changes and workflows (if applicable). #### TC-ST-001: [Test Case Title] [Same structure as above] ## Test Coverage Matrix | Requirement ID | Test Cases | Coverage Status | |---------------|------------|-----------------| | REQ-001 | TC-F-001, TC-E-001 | ✓ Complete | | REQ-002 | TC-F-002 | ⚠ Partial | ## Notes - [Any additional testing considerations] - [Known limitations or assumptions]
For each identified scenario, create a detailed test case following the structure above. Ensure:
1. **Unique IDs** - Use prefixes: TC-F (functional), TC-E (edge), TC-ERR (error), TC-ST (state) 2. **Clear titles** - Descriptive titles that explain what's being tested 3. **Requirement traceability** - Link each test case to specific requirements 4. **Priority assignment** - Mark critical paths as High priority 5. **Executable steps** - Steps must be clear enough for any QA engineer to execute 6. **Measurable results** - Expected results must be verifiable
Before finalizing, verify:
1. Every requirement has at least one test case 2. Happy path is covered for all user flows 3. Edge cases are identified for boundary conditions 4. Error scenarios are covered for failure modes 5. State transitions are tested if feature is stateful
If coverage gaps exist, generate additional test cases.
Write the test cases to `tests/<name>-test-cases.md` where `<name>` is derived from:
Use the Write tool to create the file with the structured test cases.
After generating test cases, provide a brief summary in Chinese:
AI-powered development automation with multi-backend execution (Codex/Claude/Gemini/OpenCode)
Repo: cexll/myclaude
This skill should be used for browser automation tasks using Chrome DevTools Protocol (CDP). Triggers when users need to launch Chrome with remote debugging,…
Execute codeagent-wrapper for multi-backend AI code tasks. Supports Codex, Claude, Gemini, and OpenCode backends with agent presets, skill injection, file…
Extreme lightweight end-to-end development workflow with requirements clarification, intelligent backend selection, parallel codeagent execution, and mandatory…
This skill should be used for structured feature development with codebase understanding. Triggers on /do command. Provides a 5-phase workflow (Understand,…
This skill should be used for multi-session autonomous agent work requiring progress checkpointing, failure recovery, and task dependency management. Triggers…