- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
git-propose
by vicagbasi
Review full Git working tree changes and propose one or more safe, reviewable commit messages plus commit ordering. Use when the user asks for "git propose", asks how to split current changes into commits, or wants Conventional Commit messages from staged, unstaged, and untracked changes.
pr-creator
by JonDotsoy
Creates GitHub pull requests in draft mode following Conventional Commits format. Use when user requests "create PR", "make pull request", "open PR", or similar. Automatically pushes branch, analyzes changes, generates structured title/body with proper labels, and assigns to creator. Never modifies code or merges branches.
commit-message
by SuzumiyaAoba
Use this to write commit messages unless specific commit message conventions are explicitly specified.
custom-skill
by whddnjs
Use this skill when the user asks about Git conventions, commit messages, or branch naming. Trigger when the user: - Asks about commit message format, convention, or style (커밋 메시지, 커밋 컨벤션, commit convention) - Wants to commit code and needs guidance on the message (커밋, commit, git commit) - Asks about commit types like feat, fix, refactor, chore, docs, test, style, perf - Asks how to split or separate commits (커밋 분리, atomic commit) - Asks about branch naming or branch strategy (브랜치 전략, 브랜치 이름, branch naming) - Asks about Git workflow rules or best practices (Git 작업 규칙, Git 가이드) Do NOT trigger for general Git usage questions unrelated to conventions (e.g., "how to rebase", "how to resolve merge conflicts").
conventional-commits
by ocmrz
Write a Conventional Commits message for the staged changes structured in the conventional commit format.
changelog-generator
by nlyrthiia
Generate changelogs from git commit history in multiple formats (Keep a Changelog, Conventional Changelog, grouped by date). Use when the user asks to 'generate changelog', 'create release notes', 'summarize commits', 'what changed since last release', or needs a CHANGELOG.md file created or updated. Triggers on any changelog, release notes, or commit summary task.
feature-orchestration
by vineethsoma
Story orchestration with progress tracking, standardized directory structure, and validation
bf-lead-review
by khaki4
Discourse 패턴으로 다관점 리뷰를 수행한다. Tech Spec 리뷰와 에픽 통합 코드 리뷰를 모두 처리하며, 쟁점 해소 프로토콜에 따라 합의/미합의를 분리한다.
SKILL.md — PomeraToKnowledge プロジェクト知識
by koxtuichi
work
by VitaDynamics
Execute work plans efficiently while maintaining quality and finishing features
skill-installer
by yuanxiao0115
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
tashan-development-loop
by lemonhall
Use when implementing any non-trivial feature, integration, refactor, or bugfix in this repo where there is a risk of skipping analysis/design/planning or skipping tests due to time pressure, scope pressure, or sunk-cost pressure.
executing-backlog
by squirrel289
"Orchestrate the full lifecycle of implementing backlog work items from planning through delivery, with integrated validation gating for bulk operations. Use when: (1) Asked to execute backlog, implement work items (WI-ABC), or close out a task, (2) Implementing changes across 3+ similar files, (3) Need end-to-end delivery including PR/merge. Coordinates with prevalidating-bulk-operations for routing and discover-validation-criteria for schema discovery."
debug
by keenranger
Debug issues systematically, especially mobile/platform-specific. Use when user asks to debug, diagnose, troubleshoot, or says /debug.
commit-helper
by Olino3
Forge is a marketplace for a Claude Code Plugins
vue2-business-development
by levai
Vue 2 项目从规范到业务开发的完整工作流程,包括创建新业务模块、开发CRUD页面、实现业务功能、遵循项目规范等。适用于开发新功能、创建新模块、实现业务需求等场景。
ok-git
by okash1n
git config global を前提に、日常的な Git 操作(状況確認・ブランチ作成・安全コミット・同期)を実行する。ユーザーが「コミットして」「ブランチ切って」「pushして」「差分見て」などを依頼したときに使う。git config は変更せず既存設定を利用する。
w04-review-gate
by qiao-925
任务执行完成后,提示用户新开 Agent 审查 git 未提交代码。运动员不当裁判,审查通过后再收尾。
commit
by pitzcarraldo
This skill should be used when the user asks to "commit changes", "make a commit", "commit staged files", "create a commit with conventional commit format", or mentions committing code following conventional commit convention.
skill-discovery
by weskao
Daily discovery of new Claude Code skills AND adjacent AI/agent tools. Detects the host project home (e.g. ~/.claude or ~/.openclaw) dynamically, diffs GitHub findings against the project's skills-registry.yaml, scores candidates, writes a shortlist to skill-candidates.yaml, and sends a Telegram message for user approval. Triggered on a daily cron via /schedule, or manually invoked. Also handles user replies that approve installation of candidates.
documentation
by hk-vk
Documentation documentation and resources. Use this skill when working with Documentation or when the user mentions documentation.
code-review
by nu1nux
Review code changes for quality, security, and best practices; save report to docs/reviews/
pr
by ahmadawais
PR workflow - validate, branch, commit, push, PR, checkout main, rebase, squash merge. Use when submitting changes.
finishing-a-development-branch
by ederheisler
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup