mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
feat: Update skill references from issue-lifecycle to issue-discover and enhance inline status display in workflow skills
This commit is contained in:
@@ -323,17 +323,17 @@ function parseMarkdownBody(body) {
|
||||
### Clear Input (No Questions)
|
||||
|
||||
```bash
|
||||
Skill(skill="issue-lifecycle", args="https://github.com/org/repo/issues/42")
|
||||
Skill(skill="issue-discover", args="https://github.com/org/repo/issues/42")
|
||||
# → Fetches, parses, creates immediately
|
||||
|
||||
Skill(skill="issue-lifecycle", args="\"Login fails with special chars. Expected: success. Actual: 500\"")
|
||||
Skill(skill="issue-discover", args="\"Login fails with special chars. Expected: success. Actual: 500\"")
|
||||
# → Parses structure, creates immediately
|
||||
```
|
||||
|
||||
### Vague Input (1 Question)
|
||||
|
||||
```bash
|
||||
Skill(skill="issue-lifecycle", args="\"auth broken\"")
|
||||
Skill(skill="issue-discover", args="\"auth broken\"")
|
||||
# → Asks: "Please describe the issue in more detail"
|
||||
# → User provides details → saved to feedback[]
|
||||
# → Creates issue
|
||||
|
||||
Reference in New Issue
Block a user