gitlab-flow
Installation
SKILL.md
GitLab Flow (Jira → Code → MR → Merge)
Quy trình chuẩn cho một feature/bugfix mới. Có 2 vai trò: Developer (người làm task) và Reviewer (người review MR). Skill này hướng dẫn Claude thực hiện đúng từng bước theo prompt mà user gọi.
📦 Phần vai Reviewer nằm ở skill riêng. 4 trigger
review the whole branch,review the MR !<N>,post review result to the MR,merge the requestđã chuyển sang skillgitlab-review(add-on, chỉ Lead cài). Skill này giữ nguyênConventionsmàgitlab-reviewtham chiếu tới. Không càigitlab-review⇒ không có 4 trigger đó — nhờ Lead chạy hộ, đừng tự dựng lại quy trình.
Conventions
Branch naming
- Default: mọi branch dùng
feature/— bất kể task là feature, bug fix, hay hotfix. - Format:
feature/<TASK-ID>-<short-desc> - Bug-fix branches dưới
feature/: mô tả trạng thái bug bằng direction marker (Duplicate,Stale,Missing,Broken,Wrong,Slow) thay vì verb "Fix" — vdfeature/HNCW-311-Duplicate-survey-log - Override: user chủ động gõ
bugfix/...hoặchotfix/...trong prompt (Mode A) → skill respect và tạo đúng prefix đó. Skill KHÔNG tự động chọnbugfix/hayhotfix/dựa trên nội dung task.
Quy tắc <short-desc> (đủ để hiểu task ở first glance, chi tiết để Jira giữ):