feat: edit resolve_todos_parallel skill for complete todo lifecycle (#292)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
PJ Hoberman
2026-03-18 17:18:18 -06:00
committed by GitHub
parent 5c1452d4cc
commit 88c89bc204
8 changed files with 67 additions and 45 deletions

View File

@@ -100,7 +100,7 @@ Core workflow commands use `ce:` prefix to unambiguously identify them as compou
| `/reproduce-bug` | Reproduce bugs using logs and console |
| `/resolve_parallel` | Resolve TODO comments in parallel |
| `/resolve_pr_parallel` | Resolve PR comments in parallel |
| `/resolve_todo_parallel` | Resolve todos in parallel |
| `/resolve-todo-parallel` | Resolve todos in parallel |
| `/triage` | Triage and prioritize issues |
| `/test-browser` | Run browser tests on PR-affected pages |
| `/xcode-test` | Build and test iOS apps on simulator |