fix(skills): correct invalid task tool references
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user