- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
stata-sep
by canyangliunian
Use when performing Stata analysis via Stata-MCP tools, including do file generation, execution, result analysis, or managing ado packages.
gitmoji
by ddaanet
Select gitmoji emoji for commit messages. Triggers on "use gitmoji", "add gitmoji", "select gitmoji", or when creating commit messages requiring gitmoji prefixes. Semantic matching of commit intent to emoji.
conventional-commits
by EnderPuentes
Generate and validate commit messages following the Conventional Commits specification. Use when creating git commits, writing commit messages, reviewing commit history, generating changelogs, or when the user mentions commits, commit messages, semantic versioning, or changelog generation.
git-branch-cleanup
by Tmeister
Safely clean merged and stale git branches with explicit confirmations.
changeset-validation
by aiagentskills
Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.
github-issues
by helincao
Triage and resolve repository GitHub issues using the bundled CLI. Use when asked to read issue state, discuss issue scope, implement issue-driven code changes, post comments, or close issues.
commit-message-generator
by Daisuke897
Generate appropriate commit messages based on Git diffs
kn-git-standard-commit
by kaisanetwork
"Unified git commit workflow: plan commit boundaries, stage intentionally, generate Conventional Commit messages, enforce git safety rules, and run minimum verification before commit. Use when the user asks to commit, split commits, stage changes, craft commit messages, or mentions '/commit'."
conventional-commits
by tranhaidang2320
Draft and validate commit messages that comply with Conventional Commits 1.0.0. Use when writing git commit messages, enforcing commit format in reviews/CI, mapping commits to SemVer intent, or converting plain-language change notes into spec-compliant messages with optional scope, body, footers, and breaking-change markers.
vibenotifications
by pooriaarab
"Customizable notifications for Claude Code -- GitHub PRs, Slack DMs, stock prices, and more while you code"
idempiere-version-upgrade
by comitsrl
"Planificar y ejecutar upgrades/migraciones entre versiones de iDempiere (minor y major), incluyendo assessment de customizaciones/plugins/DB, lectura de migration notes y changelog, restore points y rollback, resolucion iterativa de scripts, y verificacion post-migracion (changelog/post migration helper). Usar cuando haya que actualizar un entorno iDempiere o migrar desde ADempiere/Compiere."
agent-decision-log
by jonocbell
"Persistent decision log that creates a read-write feedback loop: read previous decisions before starting work, respect or supersede them, and write new Y-statement records as you go. Activates during any task involving architectural, structural, or design decisions - choosing libraries, designing schemas, creating modules, making tradeoffs, selecting patterns. Also activates when DECISIONS.md already exists in the project. Do NOT activate for trivial changes like typos, renames, or formatting."
gh-pr-approve
by AutoFor
PR の承認・マージと後処理(Issue クローズ、ブランチ切り替え、Worktree 削除)を行う。ユーザーが「PRを承認する」「マージして」と言ったときに使用します。
github-cli
by hrdtbs
Interact with GitHub repositories, issues, and pull requests using the GitHub CLI (gh). Use this skill for all GitHub interactions, prioritizing it over curl or web scraping.
TriClaude Manager
by yousufjoyian
Claude agent skills and workspace configuration
githooks
by rozwer
Claude Code 固有の git ガードを対話的ウィザードで設定します。
changelog-generator
by Hiccup-za
Automated changelog generation with semantic versioning. Triggers on: generating changelogs, updating versions, releasing software, version bumps, changelog updates, semantic versioning, and when users ask to "update changelog", "bump version", "create release", or "generate changelog". Use when user: needs to update CHANGELOG.md, bump package.json version, create a release, generate changelog entries, or follow semantic versioning and Keep a Changelog standards.
tesseract
by yousufjoyian
Pull and start Tesseract - the Information Mapping Knowledge Engine with Firebase backend. Provides localhost and Tailscale URLs.
pr-create
by BuidlGuidl
Create a GitHub PR with the changes you made.
Skill-Updater
by tempest-01
Git-based skill auto-updater for OpenClaw. Syncs skills to GitHub, checks clawhub versions, auto-merges local modifications, and pushes updates daily via cron. Includes conflict detection and formatted QQ summaries.
validating-changes
by squirrel289
"Validate code changes before PR update and merge. Use when preparing to update a PR, pushing changes, or running pre-merge checks: (1) run local CI parity tests, (2) add regression tests for new failures, (3) verify all tests pass before pushing or requesting review."
deepwork-tracker
by adunne09
Track deep work sessions locally (start/stop/status) and generate a GitHub-contribution-graph style minutes-per-day heatmap for sharing (e.g., via Telegram). Use when the user says things like “start deep work”, “stop deep work”, “am I in a session?”, “show my deep work graph”, or asks to review deep work history.
feature-dev
by keenranger
Develop features end-to-end from planning to PR. Use when user asks to implement feature, build functionality, or says /feature-dev.
actionlint
by arielperez82
Actionlint static analysis for GitHub Actions workflow files. Use when a repo has .github/workflows/ and you need to lint, validate, or set up pre-commit/CI checks for workflow YAML.