- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
Git Commit Helper
by 89jobrien
Generate descriptive commit messages by analyzing git diffs. Use when
git-release
by mgiovani
Create semantic version releases with automated changelog generation
mcp-integration
by 89jobrien
Model Context Protocol (MCP) integration specialist. Use when creating
agent-bridge
by richfrem
Bridge plugin capabilities (commands, skills, agents, hooks, MCP) to specific agent environments (Claude Code, GitHub Copilot, Gemini, Antigravity). Use this skill when converting or installing a plugin to a target runtime.
split-commit
by luan
"Collapse a branch into working tree and repackage as clean, tested, vertical commits. Triggers: 'split commits', 'repackage commits', 'reorganize commits', 'clean up branch history', 'consolidate commits into clean ones'. Do NOT use when: branch already has a single clean commit or only needs amending — use /commit instead."
session-wrap
by redredchen01
Universal session wrap-up: automatically persist project context to memory files for seamless resume. Works with ANY AI agent — Claude Code, Codex, Gemini CLI, Cursor, Windsurf, Cline, Roo Code, Aider, Continue.dev, Copilot, Amp, OpenClaw, OpenHands, Amazon Q, Tabnine, Supermaven, Devin, bolt.new, and any future agent framework. Use when: user says "收工", "wrap up", "結束", "整理記憶", "resume準備", "保存上下文", "下次繼續", "先到這", "今天先這樣", "done for now", "save context", "end session", "今日はここまで", or any session-ending intent in any language. Also trigger proactively when a major milestone is reached and user seems done.
using-git-worktrees
by atxinsky
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
agent-hush
by elliotllliu
Invisible privacy guardian for agent workspaces. Automatically intercepts outbound actions (git push, skill publish, file sharing) and checks for sensitive data leaks. Users don't need to know commands — the agent handles everything silently. Activate on: ANY outbound action (push, publish, share, sync, send files), or when user asks "检查隐私", "有没有敏感信息", "privacy check", "scan for secrets".
git
by DaleStudy
"Git 버전 관리 모범 관례 및 워크플로우 가이드. 다음 상황에서 사용: (1) Git 커밋 메시지 작성 시 (Conventional Commits 규칙 적용), (2) 브랜치 생성 및 관리 시 (GitHub Flow 기반), (3) PR 생성 및 병합 전략 선택 시, (4) Git 히스토리 정리 작업 시 (rebase, squash, cherry-pick), (5) Merge conflict 해결 시, (6) 'git', '.git', 'commit', 'branch', 'merge', 'rebase' 키워드가 포함된 작업 시"
openfootball
by Outsharp
openfootball (football.json) is a free, open, public domain collection of football (soccer) match data in JSON format. It covers major leagues worldwide including the English Premier League, Bundesliga, La Liga, Serie A, Ligue 1, World Cup, Euro, and Champions League. Use this skill to fetch historical and current season fixtures, results, and scores. No API key or authentication is required.
dual-loop
by richfrem
"(Industry standard: Sequential Agent / Agent as a Tool) Primary Use Case: Delegating a well-defined task to a worker agent, verifying its execution, and repeating if necessary. Inner/outer agent delegation pattern. Use when: work needs to be delegated from a strategic controller (Outer Loop) to a tactical executor (Inner Loop) via strategy packets, with verification and correction loops."
acceptance
by luan
"Validate implementation against acceptance criteria using dual-agent verification. Works on epics (all descendants) or individual tasks. Triggers: 'accept', 'acceptance check', 'verify implementation', 'did it work', 'check my implementation'. Also invoked automatically by /develop after completion."
commit
by luan
"Use when the user wants to commit, save changes, create a conventional commit, amend a commit, make a fixup commit, or squash commits."
pr-ci
by luan
"Fix failing CI/GitHub Actions checks. Triggers: 'fix CI', 'fix GHA', 'build failing', 'tests failing in CI', 'checks red'."
create-worktree
by ky1ejs
Create and bootstrap a git worktree for isolated development work.
coderabbit-review
by showcase-gig-platform
Use CodeRabbit CLI to receive external code review feedback and address identified issues. Invoke this skill when the user requests CodeRabbit review, or proactively after implementing significant code changes to get feedback and improve code quality.
gh-daily
by mgiovani
Generate smart standup reports from GitHub Issues activity and git history.
documentation
by 89jobrien
Comprehensive documentation specialist covering API documentation, technical
readme-doctor
by JungHoonGhae
README diagnosis and treatment. Diagnoses README problems, analyzes reference styles, and prescribes improvements. Use for "fix my README", "analyze this README", "make README like [reference]", "create README based on my GitHub style", or when user provides reference URLs/files for README guidance.
git-workflow
by 89jobrien
Git workflow and pull request specialist. Use when creating PRs, managing
ci-generate
by mgiovani
Generate CI/CD pipeline configurations for GitHub Actions, GitLab CI,
commit
by kvnwolf
Wrap up work by syncing documentation, committing changes, pushing to the remote, and opening a pull request. Consult this skill whenever committing code, pushing changes, creating a pull request, or finishing a task that involves documentation updates — including partial workflows like "just commit" or "push and create a PR."
github
by DaleStudy
"GitHub CLI(gh)를 활용한 GitHub 플랫폼 상호작용 가이드. 다음 상황에서 사용: (1) GitHub 이슈 생성, 조회, 수정 시, (2) Pull Request 생성, 리뷰, 병합 시, (3) GitHub 릴리스 생성 및 관리 시, (4) 레이블, 마일스톤 등 프로젝트 관리 시, (5) GitHub Actions 워크플로우 실행 및 결과 조회 시, (6) 'gh', 'issue', 'pull request', 'PR', 'release', 'label', 'workflow', 'run' 키워드가 포함된 작업 시"
git-create-pr
by mgiovani
Create a GitHub Pull Request with conventional commit format and pre-filled