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 ページを確認してインストールできます。
SOC 職業分類に基づく
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 .