- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
commit-convention
by ab300819
Git 提交信息规范。着重于提交信息的格式化、风格统一。优先学习并沿用项目已有的提交历史风格,若无明显风格或为新项目,则遵循 Conventional Commits 规范。
executing-plans
by Jackiexiao
(中文)Use when you have a written implementation plan to execute in a separate session with review checkpoints
complete-task
by fancy-bread
Complete Task
Git Commit Skill
by yousufjoyian
Claude agent skills and workspace configuration
project-w-spec-governance
by BaekNothing
Enforce Project_W local specification governance and SSOT workflow. Use when requests involve creating, updating, reviewing, or implementing features tied to /Specification, /Implementation, /Log, loop-based MVP rules, or spec-to-implementation traceability in Project_W.
skill-maintainer
by zhongjis
"Maintain AI agent skills — add from upstream repositories, update from upstream sources, check for updates, sync with upstream, and manage skill provenance. Works in any project. Triggers on 'add skill from [URL]', 'install skill', 'update skills', 'sync skills from upstream', 'check for skill updates', 'which skills are from upstream?', 'compare skill with upstream', or 'update the anthropic skills'."
address-review
by zhongjis
Use when addressing PR review comments from Copilot, bots, or humans. Triggers on "fix review comments", "address Copilot feedback", "respond to PR comments".
rebasing-branches
by lenneTech
Guides rebase workflows for updating feature branches onto the current development branch (dev/develop). Activates when user mentions "rebase", "branch aktualisieren", "dev stand", "feature branch updaten", "merge conflicts", or "rebase MRs". Recommends /lt-dev:git:rebase for single branches and /lt-dev:git:rebase-mrs for batch operations. NOT for merge request descriptions (use git:mr-description). NOT for general git operations (use git commands directly).
prepare-pull-request
by curev
Prepares pull request branches by stashing changes, creating feature branch from main, reviewing changes, running code quality checks on modified files only, generating conventional commit messages, and pushing. Use when preparing a PR, creating a branch for pull request, or committing changes following conventional commits.
finish
by alienfast
Finish a Linear issue — check off requirements, add completion comment, commit/push, mark Ready For Release, suggest next issue. Use when the user says 'finish issue', 'done with this issue', 'complete PL-XX', or invokes /finish.
code-review
by reyronald
A skill for performing code reviews, providing feedback on code quality, style, and best practices on both local development branches and GitHub pull requests.
catchup
by carsten-j
Catch up on branch changes by reviewing all changes between current branch and master/main, analyzing key files, and providing a comprehensive summary. Use when you need to understand what changed in a feature branch.
parallel-execution
by kimasplund
Parallel execution patterns for cognitive reasoning tasks. Use when independent sub-problems can be solved simultaneously, multiple solution approaches need exploration, ensemble confidence is required, or time permits depth without sequential constraints. Integrates with ToT, BoT, HE, and AT for accelerated reasoning with fan-out/fan-in, MCTS-style search, and MoA aggregation patterns.
upstream-recon
by oss-skills
Investigate an open-source project before interacting with it — PRs, issues, or comments. Use BEFORE: filing an issue, submitting a PR, or commenting on an existing thread. Triggers on: "upstream recon", "should I PR this", "will they merge", "check the project", "investigate the repo", "PR strategy", "file an issue", "check existing issues", "should I comment", or any time the user wants to interact with a repo they don't maintain. Also use proactively when about to file an issue or PR — checking existing threads prevents duplicates and wasted effort.
validate-pr
by vkehfdl1
Validate the current Pull Request branch name, body, and status against Marshroom conventions
project-w-spec-collab-update
by BaekNothing
Collect structured user input and directly update Project_W Specification files using local SSOT rules, including immediate replacement of legacy Confluence/Jira-oriented documents. Use when requests involve Create/Update/Review actions on Assets/Specification and require change summary, conflict checks, impact analysis, and spec-referenced commit guidance.
lord-of-the-code
by thereprocase
Code review AND implementation via Middle-earth characters. Sauron (Opus, correctness), Gandalf (Opus, architecture), Frodo (Opus, UX), Ents (Sonnet, triage/tests/build), Uruk-Hai (Haiku, bug hunting). Reviews or builds — context determines mode.
worktree-manager
by testacode
Gestiona git worktrees en .worktrees/. Usa cuando el usuario diga "crear worktree", "nuevo branch en paralelo", "trabajar en otra feature", "limpiar worktrees", "listar worktrees", o quiera desarrollo paralelo sin cambiar de branch.
gh-worktree-from-issue
by AutoFor
既存の GitHub Issue から Git Worktree を使った作業ブランチを作成する。ユーザーが「Issue #123 から作業を開始したい」「既存のIssueで作業する」と言ったときに使用します。
confidence-calibration
by jamelna-apps
When user asks about "confidence", "accuracy", "how sure", "uncertain", "reliable", "track record", or when Claude should express calibrated uncertainty. Enables domain-aware self-assessment.
bf-lead-implement
by khaki4
Monitor 패턴으로 에픽 내 모든 Story의 구현을 조율한다. 모든 난이도의 Story를 agent에게 위임하고, sprint-status.yaml은 Lead만 갱신한다.
codex-subagent
by yuanxiao0115
Spawn Codex subagents via background shell to offload context-heavy work. Use for: deep research (3+ searches), codebase exploration (8+ files), multi-step workflows, exploratory tasks, long-running operations, documentation generation, or any other task where the intermediate steps will use large numbers of tokens.
lofi-gate-checkpoint
by LoFi-Monk
Tests passing? STOP. REQUIRED before committing. Verifies you didn't cheat and stayed within scope.
git-worktree
by VitaDynamics
This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles.