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 .