feat(codex): add git-commit skill

This commit is contained in:
mlogclub
2026-04-16 23:12:24 +08:00
parent 5854517e36
commit e0fe755f95
2 changed files with 130 additions and 0 deletions
@@ -0,0 +1,4 @@
interface:
display_name: "Git Commit"
short_description: "Commit changes, handle submodules, push all remotes."
default_prompt: "Use $git-commit to inspect local git changes, commit dirty submodules first, commit the parent repo, and push the current branch to every remote."