From c27e7f9cfb152ef2ca36f93c771a5049c884c5c3 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 17 Oct 2025 19:09:07 +0800 Subject: [PATCH] docs: update test workflow command references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/skills/prompt-enhancer/SKILL.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/skills/prompt-enhancer/SKILL.md b/.claude/skills/prompt-enhancer/SKILL.md index 647d93b9..f89749b0 100644 --- a/.claude/skills/prompt-enhancer/SKILL.md +++ b/.claude/skills/prompt-enhancer/SKILL.md @@ -1,6 +1,6 @@ --- name: Prompt Enhancer -description: Systematically enhance ambiguous user prompts by combining session memory with codebase analysis. Use when user input is unclear, vague, or lacks technical specificity (e.g., "fix", "improve", "clean up") or affects multiple modules or critical systems. +description: Systematically enhance unclear and ambiguous user prompts by combining session memory with codebase analysis. AUTO-TRIGGER when user input is vague, lacks technical specificity (e.g., "fix", "improve", "clean up", "update", "refactor"), uses unclear references ("it", "that", "this thing"), or affects multiple modules or critical systems. Essential for transforming vague intent into actionable specifications. allowed-tools: Bash, Read, Glob, Grep --- diff --git a/README.md b/README.md index aa044ca7..565f1c0a 100644 --- a/README.md +++ b/README.md @@ -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