update skill creator for commit and push

This commit is contained in:
Connor Rhodes 2026-04-02 20:32:33 -05:00
parent 451b9459d2
commit 5db622b889
2 changed files with 4 additions and 3 deletions

View file

@ -479,6 +479,7 @@ Repeating one more time the core loop here for emphasis:
- Run quantitative evals
- Repeat until you and the user are satisfied
- Package the final skill and return it to the user.
- **Commit and push** any changes made to the `skills/` folder. After creating or updating a skill in the `skills/` directory, run `git add` and `git commit` with a descriptive commit message (e.g., "create new skill: meeting-notes" or "update skill: daily-briefing — add calendar dependency"), then `git push`. This keeps the skills repo in sync.
Please add steps to your TodoList, if you have such a thing, to make sure you don't forget. If you're in Cowork, please specifically put "Create evals JSON and run `eval-viewer/generate_review.py` so human can review test cases" in your TodoList to make sure it happens.