commit-helper
Generate clear commit messages from repository changes. Use when creating commits, writing commit messages, or reviewing staged/current changes. Works with both git and jj.
Generate clear commit messages from repository changes. Use when creating commits, writing commit messages, or reviewing staged/current changes. Works with both git and jj.
INVOKE FIRST before any code work. Validates git workflow (branch, issue, worklog) and checks approach. Use at START of every task and END before completing. Prevents skipped steps.
Create isolated git worktrees with smart directory selection and safety verification
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
GitLab Merge Requestのレビュー操作を行うスキル。MR情報取得、差分確認、コメント取得・投稿、インラインコメント、コメント返信をglabコマンドで実行する。MRレビュー、コードレビュー、MR操作が必要な時に使用。
PR review response workflow - fetch comments, triage, and respond to review feedback (GitHub and GitLab)
Verify and sync gruvbox theme consistency across vim, neovim, tmux, and terminal
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Follow the end-of-session git checklist before handing off.
Prepares branch for PR and merge. Cleans up, tests, validates commits, and generates PR/merge titles and descriptions.
Commit message style and structure for this repository.
智能检查本地代码与GitHub的同步状态,识别未提交、未推送、未拉取的更改,帮助在多台电脑之间无缝切换开发。触发词:"检查同步"、"切换电脑"、"准备下班"、"开始工作"。
Commit and ship a branch to production by rebasing the current branch onto local production, fast-forwarding production, pushing both branches, and switching back to main. Use when a user asks to /ship, ship changes, ship everything, or to perform this exact production shipping workflow.
Create isolated git worktrees with safety verification. Use when starting feature work needing isolation or before executing plans - systematic directory selection and baseline verification.
Launch subagent with task context in isolated worktree with token tracking
Use after completing and verifying a task. Checks git branch (feature → suggests finishing-a-development-branch), closes task, recursively checks parents with confirmation, runs bd sync. Handles task completion workflow for beads.
Enriches Jira tickets created by Sentry with code analysis, relevant files, and creates a GitHub PR with the fix plan
Use for routine git operations in this repo (status, diff, checks, staging, commit, push) and GitHub actions via gh.