git-workflow
Installation
SKILL.md
默认流程
- 确认当前状态,并确定本次任务负责的路径:
git status -sb
- 获取
Assisted-by信息:
<skill_dir> 是当前 SKILL.md 所在文件夹。脚本必须直接当作可执行命令运行,不要用 uv run python 或 python。
(cd <skill_dir> && ./scripts/codex_git_commit.py)
错误示例:
git status -sb
Assisted-by 信息:<skill_dir> 是当前 SKILL.md 所在文件夹。脚本必须直接当作可执行命令运行,不要用 uv run python 或 python。
(cd <skill_dir> && ./scripts/codex_git_commit.py)
错误示例: