- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
jpralph-iterate
by juanpare
"Execute a single Ralph iteration - implement one user story autonomously. Use for manual mode where you want maximum control and fresh context per story. Triggers on: ralph iterate, execute one story, run single iteration, manual ralph."
address-github-comments
by ncdevshiv
"Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI."
ogt-docs-rules-git
by OpenDNDApps
Define and manage Git workflow rules in docs/rules/git/. Use when establishing commit message formats, branch naming conventions, PR requirements, code review standards, or any Git-related enforceable rules.
refactor
by Evan-acg
"Before refactoring, this process must be used. Through collaborative dialogue, we will explore user intent, requirements, and design solutions in depth."
nix-best-practices
by zhongjis
Nix patterns for flakes, overlays, unfree handling, and binary overlays. Use when working with flake.nix or shell.nix.
vueuse-best-practices
by DedsiTeam
VueUse composable patterns and TypeScript integration. Covers common VueUse gotchas, SSR compatibility, and best practices. Use when working with VueUse composables, debugging VueUse issues, or integrating VueUse with SSR.
conventional-pull-requests
by mrgrauel
Create pull requests with Conventional Commit-style titles and template-compliant descriptions using GitHub CLI. Use when asked to create, open, draft, or update a PR from the current branch and the team expects consistent semantic titles and structured PR bodies.
husky-hooks-generator
by ehtbanton
Generate Husky Git hooks for pre-commit, pre-push, and commit-msg automation. Triggers on "create husky hooks", "generate git hooks", "husky setup", "pre-commit hooks".
release-changelog
by 7UP-AI
根据 Conventional Commits 自动生成或更新 CHANGELOG,用于发布前整理变更、打 tag 前统一记录。包含可执行脚本,支持 dry-run、指定版本与起始 ref。
get-commits
by aroldolanderos
Extract and parse local git commit history into structured JSON format with custom tags ([Why], [What], [Impact]). Use when generating changelogs, creating PR summaries, updating CHANGELOG.md files, or analyzing recent code changes. Parses conventional commits, extracts technical details and business impact, and returns flat JSON to save context tokens and reduce hallucinations during documentation generation.
rsconnect
by clssck
Posit Connect deployment workflows for R and Python. Use only for Connect/rsconnect/manifest.json/renv/requirements/uv deployment issues, git-backed content, version upgrades, and bundle errors.
git-commit
by mguinada
"Generate concise, descriptive git commit messages following best practices. Use when creating git commits from staged changes, crafting commit messages, or reviewing commit message quality. Use when the user says /commit or asks to create a git commit. PROACTIVE ACTIVATION: Auto-invoke when staged changes detected or user asks to commit/save work. DETECTION: Run git status - if staged changes exist, offer to commit. User says \"commit\", \"save\", \"done with feature\". USE CASES: Staged changes detected, work completed, user wants to save progress."
project-w-unity-mcp-ssot-automation
by BaekNothing
Create and update Unity scripts with Unity MCP while handling Unity Editor actions in the same workflow, always grounded in Project_W SSOT documents under Assets/Specification. Use when requests involve script generation, editor manipulation, or implementation updates that must be traceable to specification and must always include paired Unity Test Framework tests.
github
by yousufjoyian
Clone, pull, and manage GitHub repositories using SSH authentication. Handles yousufjoyian repos and third-party repos.
git-pushing
by samChang72
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
start-issue
by vkehfdl1
Start working on a Marshroom cart issue — creates branch, injects context, updates status to running
agentic-cadence
by Chef-Code
Manage durable agent handoffs, Cadence state, pickup signatures, and clean-square shutdowns for long-running or self-evolving workflows.
governing-destructive-operations
by chrbailey
Pre-execution safety gate for destructive commands. Requires explicit confirmation before rm -rf, git push --force, DROP TABLE, database migrations, API deletes, and other irreversible operations. Use when an AI agent is about to execute a command that could cause data loss, overwrite work, or affect production systems.
incident-hotfix
by gentamura
Use this skill for incident response and hotfix deployment. Invoke when production issues occur requiring immediate attention.
ashik-commitlint-practice
by projectashik
Use when the user wants help crafting commit messages that pass the
pr-review
by carsten-j
Review the current Pull Request that has been checked out locally with structured feedback on code quality, issues, testing, and suggestions. Use when you need a comprehensive code review of a PR branch.
installer
by adamelliotfields
Installs skills from local folders or GitHub repos into agent skills directories. Use when the user wants to add or remove agent skills.
planetscale-stage-db
by Darna-Digital
Connect to the PlanetScale staging database branch and execute SQL queries/mutations. Use when the user wants to query the staging database, run SQL against the staging environment, inspect staging data, or execute mutations on the staging PlanetScale branch.
docstring-coverage
by siddham-jain
Automatically generate and add docstrings to all changed code in a git diff. Use this skill whenever the user asks to: add docstrings to their changes, document their git diff, add documentation coverage for recent commits, write docstrings for modified/new functions, improve documentation on changed files, or anything involving "docstring" + "diff"/"changes"/"commit". Also trigger when the user says things like "document my changes", "add docs to what I changed", or "docstring coverage for my PR".