- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
gm
by spideystreet
Morning standup replaced — voice or text query to get a smart GitHub daily briefing powered by Voxtral and Mistral Small
pr-review
by Tmeister
Review a GitHub pull request, run targeted checks, and provide a decision-ready summary.
pr-summary-cn
by VitaDynamics
Generate concise Chinese PR summary from git changes
immunomind
by immunomind
Use this skill for AIRR-seq (Adaptive Immune Receptor Repertoire / VDJ-seq) data analysis with immunarch + immundata in R, including ingestion, receptor schema design, immutable transformations, clonality/diversity/public overlap metrics, and Seurat/AnnData integration.
verifying-changelog-in-framework
by Seika139
"外部公開を想定したフレームワークにある CHANGELOG.md の内容が適切かどうかを確認するスキルです。CHANGELOG.md を更新する際、またはレビューする際に利用します。"
Git Workflow & CI/CD
by tachfineamnay
Git conventions, branch strategy, commit messages, Husky hooks, and GitHub Actions.
agentic-commits
by deligoez
Commit format that AI agents can act on. Splits changes into atomic hunks, commits with structured format enabling Resume, Review, and Handoff. Never pushes.
gh-pr-review
by squirrel289
Interact with GitHub pull requests for review, comment management, and merge operations
gh-pr-create
by AutoFor
作業完了時に GitHub PR を作成し、ブランチ名から Issue を検出して紐付けを行う。ユーザーが「作業が完了した」「PRを作成したい」と言ったときに使用します。
commit-work
by VisualxIntelligence
"Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits."
managing-work-items
by squirrel289
"Orchestrate the full lifecycle of work items from creation through finalization. Use when: (1) Starting new tracked work with proper structure, (2) Progressing work items through status transitions, (3) Completing and archiving finished work. Composes: creating-work-item, updating-work-item, finalizing-work-item."
git-workflow-skills
by kimasplund
Provides standardized Git workflows, commit message conventions, branching strategies, and collaboration patterns for all agents performing Git operations. Use when creating commits, choosing branching strategies, creating PRs, performing git operations (merge vs rebase), or handling git collaboration workflows.
open-pr
by heykvnzhao
Open pull requests for the current git repo: verify you are not on main/prod, compare your branch to main, commit any pending work, and create a PR (prefer gh). Use when asked to open or create a PR, draft a PR description, or automate the PR workflow for a local git branch.
summarize-changes
by dolessHQ
Summarize code changes by author type and scope. Inputs are author and scope with product plus PR as defaults.
file-deletion-rules
by totto2727-dotfiles
Enforces using git stash before file deletion and prohibits direct rm/unlink commands. Use when deleting files, cleaning up codebase, or removing tracked/untracked files. MUST ALWAYS be applied when file deletion is needed.
cicd
by kprsnt2
CI/CD pipeline best practices including GitHub Actions, testing, and deployment strategies.
infinitecampus-mcp
by chrischall
This skill should be used when the user asks about Infinite Campus (Campus Parent) data for their student(s). Triggers on phrases like "check grades", "what's my kid's GPA", "any new assignments", "attendance record", "message the teacher", "Campus Parent inbox", "infinite campus", or any request involving school grades, assignments, attendance, messages, or documents in Infinite Campus.
analogical-mind
by changxubo
A cross-domain problem solver that finds unexpected solutions by drawing analogies from biology, history, music, architecture, warfare, nature, sports, cooking, and other fields. Use this skill when the user faces a complex problem and wants fresh perspectives, creative solutions, or thinks "there must be a better way" but can't see it from within their domain.
Microsoft Work IQ
by ianphil
pr-review-assistant
by tomwangowa
Assist in reviewing pull requests by analyzing diffs and providing structured feedback. Use this Skill when the user asks to review a PR, analyze pull request changes, check code quality in PRs, or help with code review.
scraps-coordination
by morrisclay
Enables safe multi-agent collaboration on shared git repositories using the scraps.sh coordination primitives. Use this skill when multiple AI agents need to work on the same codebase simultaneously, when you need to claim files before editing to prevent conflicts, or when coordinating work with other agents.
mcp-neo4j-memory-ops
by janjaszczak
Use Neo4j memory MCP for creating/updating linked memories (entities, relations), de-duplication (DRY), and retrieval queries for project continuity. Use when saving global learnings or querying graph relationships.
jj-commit
by bromanko
Analyze jj status and create well-structured, logical commits with descriptive messages. Use when the user wants to commit changes in a jujutsu repository, create atomic commits, or organize working copy changes into meaningful commit groups.
commit-jira
by bohdan-shulha
Create and execute Git commits with a required JIRA-style subject and required body. Use when the user asks to commit changes, write commit messages, or prepare a clean commit and expects a ticket-prefixed subject. Always run a pre-commit safety guard first, abort on log files or untracked high-risk binary extensions, then stage with git add . -A.