- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
pr-review
by aivokone
Use FIRST for any PR/code review work — checking feedback, reading CR comments, responding to reviewers, addressing review bot or human comments, or preparing commits on a PR. Collects feedback from ALL sources (conversation, inline, reviews) to prevent the common failure of missing inline feedback. Start with check-pr-feedback.sh, then reply inline where needed and summarize with one Fix Report.
create-pr
by vkehfdl1
Create a Pull Request for a Marshroom cart issue matching the current branch with proper closing keywords
ticket-workflow Skill
by Frxnklyn
references/stop-rules.md
code-review
by keenranger
Review code for quality, correctness, security. Use when user asks for code review, wants feedback on changes, or says /code-review.
git_refactor_skill
by theoneLee
分析 git commit 差异并根据用户指令进行重构的技能。它可以根据指定的 commit 到 HEAD 之间的变更,以最强大脑视角提供高内聚、易维护的重构建议。
example-skill
by tippyentertainment
Short description of the skill.
code-story-teller
by tomwangowa
Analyze git history to tell the story of how code evolved. Use this Skill when the user asks to understand code history, explain evolution, show file timeline, or understand design decisions behind code.
Git Commit
by kadel
This skill should be used when the user asks to "commit changes", "create a commit", "commit my work", "stage and commit", "write commit message", "make a commit", or mentions committing code changes to a git repository.
rubait-relay
by ftpuser250
Git-based tool relay system for extending Claude's capabilities. Use this skill at the START of every conversation with Rubait to load system context, run cleanup, and enable tool calls via the GitHub relay repo (ftpuser250/claude). Trigger whenever Rubait says "continue where we left off", "use your tools", "check system status", or starts any technical session. Also trigger when creating new tools mid-conversation using tool_factory.
hotfix-workflow
by IHKREDDY
Rapid hotfix branch creation, fix application, and PR to main
home-assistant-apps
by Borales
Develop, configure, test, publish, and secure Home Assistant apps (formerly add-ons) — Docker-based extensions managed by the Supervisor. Use when creating new apps, writing Dockerfiles, configuring config.yaml, setting up Ingress, building repositories, implementing security best practices, or publishing to container registries.
sync-context
by xuesongjun
读档 - 快速恢复上次开发上下文
git-convention
by yanix2445
Standard de référence pour la gestion de Git. Règles de sécurité, workflows atomiques, conventions de commit et bonnes pratiques de configuration.
simple-git-worktrees
by pproenca
This skill should be used when the user asks to "create worktree", "remove worktree", "work in worktree", "switch to worktree", "clean up worktree", mentions "repo--branch pattern", or during plan execution when worktree isolation is needed. Documents the sibling directory worktree pattern for simple, safe git worktree workflows.
autoresearch
by chrisliu298
Autonomous experiment loop faithful to Karpathy's autoresearch. Set up a branch, establish a baseline, then loop forever: edit, commit, run, measure, keep or revert. Use when asked to "run autoresearch", "optimize X in a loop", or "start experiments".
pull-request
by junoh-moon
AUTOMATICALLY invoke this skill whenever PR creation is needed - no user request required. Direct gh pr create will FAIL validation. This skill contains required PR setup. Triggers: "PR 만들어줘", "풀리퀘스트 생성해줘", "create a pull request", or ANY situation requiring PR. For bucketplace organization repos, adds PR-by-AI label.
mantine
by ehyland
A fully featured React components library
code-review
by lct1407
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.
generate-pr-description
by Lichens-Innovation
Generate pull request descriptions by comparing current branch with parent branch. Creates semantic commit-style PR titles and fills PR templates. Use when the user asks to generate PR description, prepare pull request, or create merge request description.
cmux-and-worktrees
by psycho-baller
Manage parallel development with cmux-style git worktrees in one repository. Use this skill whenever the user asks to run multiple agents in parallel, create or resume isolated worktrees, list/switch/merge/remove worktrees, set up .cmux/setup, or recover from worktree conflicts. In this environment, always use the cmx alias in commands.
git
by Alicoder001
Conventional Commits standard for consistent commit messages. Use when committing code, reviewing commit history, or setting up git workflows. Includes commit types, scopes, and breaking change format.
code-reviewer
by aleister1102
Use this skill to review code. It supports both local changes (staged or working tree)
coderabbit-loop
by Mzeey-Empire
Iteratively improves a GitHub PR or GitLab MR until CodeRabbit leaves zero unresolved actionable comments. Triggers a CodeRabbit review, fixes all actionable comments, pushes, re-triggers review, and repeats. Use when the user wants to fully resolve a PR/MR against CodeRabbit's review feedback before requesting human review.
github
by cuba6112
Automation of GitHub tasks using the gh CLI and REST API. Includes pagination strategies, payload construction, and rate limit management. Triggers: github, gh-cli, github-api, rate-limit, pagination, pull-request.