- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
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.
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.
task-graph
by igorrendulic
Turn approved implementation plans into plan-isolated task files and a conservative executable DAG in .agent/<plan-slug>/.
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.
create-pull-request
by YPYT1
Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.
Aitherhub Development Skill
by LCJ-Group
ALWAYS lock files before editing (Layer 2) and unlock after pushing
commit
by ianphil
This skill should be used when the user asks to "commit changes", "push my code", "commit and push", "save my work", or wants to stage all changes and push to remote.
pm-group-interview
by YuLinzhong
产品经理群面方案生成。给定群面题目,快速生成结构化答题方案(markdown),包含题目解析、时间规划、方案大纲、方案内容及思维导图。
ghwf1-kickoff
by ShotaIuchi
GitHub Issue からワークスペースと Draft PR を作成
arinhub-verify-requirements-coverage
by arinhubcom
Use this skill to verify requirements when using the "ah" prefix. Use when asked to "ah verify requirements", "ah verify requirements issue 42", "ah verify requirements PR 123", or "ah verify requirements PR 123, issue 42". Verify that a PR or local changes fully implement requirements from a linked GitHub issue.