- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
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.
start-issue
by vkehfdl1
Start working on a Marshroom cart issue — creates branch, injects context, updates status to running
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".
obsidian-plan-wiki
by Cygnusfear
Create and manage behavior specification wikis in Obsidian format. Use when creating specs, documenting features, or when user mentions "wiki", "spec", "feature", or "Obsidian".
process-pr
by squirrel289
End-to-end workflow for processing pull requests from review to merge
update-work-item
by squirrel289
"Update an existing work item with status changes, effort tracking, test results, and related commits. Use when progressing work, recording test results, or adjusting estimates. Supports: (1) Status transitions (not_started → in_progress → testing → completed), (2) Feature branch creation and sync, (3) Automatic PR creation on testing transition, (4) Effort tracking (estimated_hours → actual_hours), (5) Test and commit tracking, (6) Dependency updates and notes"
argocd
by jyasuu
GitOps continuous delivery tool for Kubernetes with repository management and application synchronization.
cypress
by yusenthebot
Cypress is a next generation front end testing tool built for the modern web. Use when: writing unit and integration tests; mocking dependencies and APIs; snapshot testing. NOT for: production runtime logic; replacing static type checking.
safe-refactoring
by togswr
コードスメルの検出、安全なリファクタリング手順の設計、レガシーコード改善を行う。 リファクタリング計画の作成、テストなしコードの段階的改善、Tidy First?による日常的な整頓、 大規模リファクタリング戦略の選定が必要な場合に使用する。
review-staged-changes
by Lichens-Innovation
Reviews staged git changes for code quality, maintainability, readability, and potential regressions. Verifies changes make sense in context, improve maintainability, enhance readability, and don't introduce side effects. Use when reviewing staged changes, examining git diffs, or when the user asks to review modifications before committing.
builder-data
by talentprotocol
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
em-release
by easymailing
Use when the user wants to publish changes, create a release, commit to git, or says "haz release", "publica los cambios", "sube a git", "crear release".
pr-review
by mczkzk
Review GitHub PR <number> and identify issues and improvements
delegation-principle
by DUTSTECH
Core principle that the main agent is a coordinator, not an implementer. All work must be delegated to subagents.
cra-deploy-windows
by RenoMO-lab
Deploy CRA safely to local localhost:3000 and Windows production (192.168.50.55) with commit-hash pinning, NSSM restart, and verification; includes known SSH/quoting/PATH pitfalls and fixed command patterns.