Types: feat, fix, refactor, test, docs, chore, perf, ci
Commit Rules
One logical change per commit
Describe WHY not HOW
No WIP commits
Tests must pass
PR Workflow
Create feature branch
Make commits with messages
Run all tests
Push with -u
Create PR with summary
Wait for review
Address feedback
Merge when approved
PR Description
Summary of changes
Link to issue/PRD
Test plan checklist
Screenshots (if UI)
Branch Names
feature/xxx - new features
fix/xxx - bug fixes
refactor/xxx - code cleanup
1---2name: git-workflow3description: Commit and PR standards4---56# Git Workflow78Clean, traceable history.910## Commit Format1112```13<type>: <description>1415[optional body]16```1718Types: feat, fix, refactor, test, docs, chore, perf, ci1920## Commit Rules2122- One logical change per commit23- Describe WHY not HOW24- No WIP commits25- Tests must pass2627## PR Workflow28291. Create feature branch302. Make commits with messages313. Run all tests324. Push with -u335. Create PR with summary346. Wait for review357. Address feedback368. Merge when approved3738## PR Description3940- Summary of changes41- Link to issue/PRD42- Test plan checklist43- Screenshots (if UI)4445## Branch Names4647- feature/xxx - new features48- fix/xxx - bug fixes49- refactor/xxx - code cleanup
Run npx skillmds@latest add hongmaple0820/git-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Commit and PR standards It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
hongmaple0820 (@hongmaple0820) published this skill. Their other Agent Skills are listed on their SkillMD profile.