mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
docs: update test workflow command references
Updated documentation to use the renamed command: - README.md: Updated test workflow example to use /workflow:test-cycle-execute - SKILL.md: Updated prompt-enhancer skill documentation Changes align with test-execute → test-cycle-execute renaming for better clarity on iterative test-fix cycle functionality. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -400,8 +400,8 @@ cd .workflow/WFS-auth/.design/prototypes && python -m http.server 8080
|
||||
**Phase 5: Testing & Quality Assurance**
|
||||
```bash
|
||||
# Generate independent test-fix workflow (v3.2.2+)
|
||||
/workflow:test-gen WFS-auth # Creates WFS-test-auth session
|
||||
/workflow:execute # Runs test validation
|
||||
/workflow:test-gen WFS-auth # Creates WFS-test-auth session
|
||||
/workflow:test-cycle-execute # Execute test-fix cycle with iterative validation
|
||||
|
||||
# OR verify TDD compliance (TDD workflow)
|
||||
/workflow:tdd-verify
|
||||
|
||||
Reference in New Issue
Block a user