gitflow
01Skill Claude CodeCodex
GitFlow branching strategy for git repositories. Use when working with git repos. ALWAYS use with the project repo!
Skill Claude CodeCodex
GitFlow branching strategy for git repositories. Use when working with git repos. ALWAYS use with the project repo!
Skill Claude CodeCodex
Manage GitLab merge requests for the project repository using the glab CLI. Use when working with GitLab MRs — creating MRs, viewing MR details, commenting on MRs, checking pipeline status, closing MRs, or responding to MR comments.
Skill Claude CodeCodex
Manage Jira tickets via the acli CLI. Use when the user mentions a ticket (e.g. SPD-1234), asks to look up, create, edit, transition, comment on, or search Jira issues. Trigger on patterns like PROJECT-NUMBER, or keywords like "ticket", "Jira", "story", "bug", "epic", or "sprint".
Skill Claude CodeCodex
End-to-end implementation of Jira tickets. Orchestrates ticket management, git worktree setup, analysis, TDD implementation, review, and MR creation. Trigger when a message contains a ticket number (e.g. SPD-1234) with an intent to implement (e.g. "Implement SPD-1234", "Work on SPD-567"). Do NOT trigger on simple…