← Back to wkappbot-workflow
wkappbot-workflow ★★★

Git Commit Conventions

Commit message rules for this repo. English only -- Korean wastes 2-3x tokens in git history.

developer
workflowgitcommitconventiondeveloperproject

Steps

  1. Language: English only -- no Korean in commi...
  2. Format: '<type>: <what changed and why>' --...
  3. Types: feat / fix / refactor / test / docs /...
  4. feat = new user-visible capability
  5. fix = bug fix (describe symptom, not file na...
  6. refactor = restructuring with no behavior ch...
  7. test = test additions or corrections
  8. docs = documentation only (CLAUDE.md, README...
  9. bump = version bump (always 3 files: Assembl...
  10. chore = build/tooling/CI, no production code...
  11. Body: bullet points for non-obvious details...
  12. - Use '- ' bullets, not numbered lists
  13. - Explain WHY, not WHAT (the diff already sh...
  14. - Max 5 bullets; if more needed, consider sp...
  15. NO file listings -- never list changed files...
  16. Bad: 'fix: TeeTextWriter.cs, Program.cs, Eye...
  17. Good: 'fix: --sudo no longer spawns a visibl...
  18. Co-Authored-By line: always append 'Co-Autho...
  19. Examples:
  20. feat: multi-browser CDP port scan auto-route...
  21. fix: elevated Eye proxy drops OperationCance...
  22. fix: webbot window position wrong when sandb...
  23. refactor: split TeeTextWriter error record i...
  24. bump: v5.11 -> v5.12 (WebBot multi-port scan...
  25. chore: add git commit conventions skill
🔒 Pro Skill
Get Pro Access →