commit-and-push
GitHub用于在当前轮次执行代码提交和推送操作。包含确保PR描述更新、清理临时文件(如截图、测试文件)等规范,仅作用于当前交互,不持久化行为。
Trigger Scenarios
Install
npx skills add legions-developer/evilcharts --skill commit-and-push -g -y
SKILL.md
Frontmatter
{
"name": "commit-and-push",
"description": "Commit and push changes just for this turn"
}
commit and push.
NOTE: If you're commiting to a PR, (make sure PR exists) if yes PR exists, then make sure to add new changes into PR's description as well, i.e update PR description
IMPORTANT: just do so for this turn. this doesn't mean you should commit and push changes in future turns.
Make sure to delete any temp screenshots, temp folderm, temp routes, temp files you've created before pushing/committing to github i.e can be test, png, illustration viewer files.
Version History
- 5eb23dc Current 2026-08-20 09:23


