- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
SKILL.md
by edmundtrinh
greptile — code search not needed with local codebase
smart-code-review
by lordprotein
"Expert code review with a senior engineer lens. Reviews git changes or targeted code (files, folders, features). Detects SOLID violations, security risks, and proposes actionable improvements."
ai-code-reviewer
by yulong-me
Automated AI-powered code review that runs on git hooks with progressive disclosure design. Use when setting up automated code review for a project, installing git hooks for code review, creating or modifying review rules, or configuring review behavior. Triggers on requests like "set up AI code review", "install review hooks", "create review rules", or "configure code reviewer".
commit
by Tmeister
Generate a conventional commit message from staged changes and commit safely.
claude-deploy
by fluid-notion-labs
Work on and push to GitHub repos from a Claude session using ephemeral GitHub App tokens. Use this skill whenever the user pastes a claude-deploy handover blob.
actions-optimiser
by kaihendry
This skill should be used when the user asks to "optimise GitHub Actions", "improve my workflow", "make actions better", "review workflow usage", "how are others using this action", "find best practices for GitHub Actions", or wants to gather real-world context on how GitHub Actions are used to improve their workflows.
wp-plugin-version
by Tmeister
Analyze changes and update WordPress plugin version references safely.
tdd-workflow
by vineethsoma
Test-Driven Development workflow with TDD commit convention, compliance tracking, and validation
mdx-article-publisher
by foreveryh
通用的 MDX 文档发布工具。验证语法 → 语义化提交 → Git 推送。支持任何 MDX 项目(Fumadocs、Next.js、Docusaurus 等)。可配置 build 命令,自动检测多语言文件。与 fumadocs-article-importer 配合完成文章导入→发布工作流。
blitz
by Cygnusfear
This skill should be used when parallelizing multi-issue sprints using git worktrees and parallel agents. Use when tackling multiple GitHub issues simultaneously, when the user mentions "blitz", "parallel sprint", "worktree workflow", or when handling 3+ independent issues that could be worked on concurrently. Orchestrates the full workflow from issue triage through parallel agent delegation to sequential merge.
tauri-create
by krissss
Tauri 项目创建向导。使用场景:创建新的 Tauri 应用
feature
by dakotahp
Use when implementing a new feature from scratch, before writing any implementation code.
quality-review
by simplerick0
Review code for quality issues including readability, maintainability, complexity, and adherence to best practices. Use for PR reviews, code audits, identifying technical debt, and ensuring code meets quality standards before merge.
gh-init-worktree
by AutoFor
既存の git リポジトリを worktree ベースのフォルダ構造に変換する。「worktree構造にしたい」「initして」と言ったときに使用します。
evaluator
by Overlord-Z
Skill evaluation and telemetry framework. Collects anonymous usage data and feedback via GitHub Issues and Projects. Privacy-first, opt-in, transparent. Helps improve ClaudeShack skills based on real-world usage. Integrates with oracle and guardian.
pkgdown-site
by brianmsm
"End-to-end pkgdown workflow for R packages: setup, publishing, content architecture, articles/vignettes, README migration, troubleshooting, and maintenance scripts."
inspecting-changes-skill
by viktar-silakou
```
commit
by aravhawk
Commits with perfect messages. Use when making a commit.
git-cleanup
by aleister1102
"Safely analyzes and cleans up local git branches and worktrees by categorizing them as merged, squash-merged, superseded, or active work."
create-pr
by mguinada
"Creates GitHub pull requests with properly formatted titles. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request. Analyzes changes on the current branch and uses the pull request template from .github folder. PROACTIVE ACTIVATION: Auto-invoke when commits exist on feature branch and user mentions PR, review, or push. DETECTION: Check for unpushed commits, feature branch (not main/master), user asks to share/review changes. USE CASES: Code is ready for review, after completing feature work, user wants to share changes."
multirepo-space
by Tacuchi
Scaffold and manage multi-repo workspaces for AI coding agents. Delegates to the multirepo-space CLI (bundled). Use when user says "create workspace", "setup multirepo", "multi-repo workspace", "add repo to workspace", "remove repo from workspace", "workspace status", "check workspace health", "init multi-repo", "orchestrate repos", "link repositories". Also use when user has multiple repos and needs a central coordination point for AI agents (Claude Code, Codex, Gemini CLI).
git-commit
by datamktkorea
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
commit-push
by Mitscherlich
当用户要求"提交代码"、"commit"、"推送代码"、"push"、"提交并推送"、"提交变更"、"推送到远程"、"帮我提交一下"、"把代码推上去"时,应使用此技能。此技能提供规范化的 git 提交与推送工作流,自动分析变更内容、生成符合规范的提交信息并执行相应操作。
commit-description
by dakotahp
Generates a commit title and body for the current changes by analyzing the diff and the repo's existing commit style. Pass optional context to guide the output (e.g. ticket number, intent).