git-workflow
星标2
分支0
更新时间2026年2月25日 08:55
Git branching and commit conventions for StrawPot agents
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Git branching and commit conventions for StrawPot agents
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Code review checklist and structured review output
Python testing patterns with pytest
OWASP security checklist for code changes
TypeScript coding patterns and conventions
| name | git-workflow |
| description | Git branching and commit conventions for StrawPot agents |
Use the pattern: lt/{plan-id}/{task-id}/a{attempt}
Example: lt/p-042/t-003/a1
Follow conventional commits:
feat: new featuresfix: bug fixesrefactor: code restructuringtest: test changesdocs: documentationAlways include the task ID in the commit body.
git add .