fix(skills): correct invalid task tool references

This commit is contained in:
YeonGyu-Kim
2026-03-14 13:44:02 +09:00
parent 674df1b1b8
commit b63082a3bb
3 changed files with 46 additions and 5 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ Use the git-master skill's atomic commit principles. The reason for atomic commi
Each commit should pair implementation with its tests. Load `git-master` skill when committing:
```
task(category="git", load_skills=["git-master"], prompt="Commit the changes atomically following git-master conventions. Repository is at {WORKTREE_PATH}.")
task(category="quick", load_skills=["git-master"], prompt="Commit the changes atomically following git-master conventions. Repository is at {WORKTREE_PATH}.")
```
### Pre-push local validation