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:24


