| name | git-versioning-skill |
| description | Use when: preparing branches, commits, and pull requests according to Beacon conventional workflow. |
Skill: Git Workflow và Versioning
Mục tiêu
Giữ lịch sử commit rõ ràng, dễ review, dễ truy vết và phù hợp docs/git_workflow.md.
Khi dùng
Quy tắc bắt buộc
- Làm việc trên branch từ
main theo prefix: feature/, fix/, hotfix/, chore/.
- Commit theo Conventional Commits:
feat|fix|refactor|docs|chore|test|perf.
- Một commit nên là một thay đổi logic rõ ràng.
- Trước PR, rebase hoặc sync từ
main để giảm conflict.
Checklist trước PR
Done khi
- PR dễ review, commit message rõ nghĩa, không trộn nhiều mục tiêu.