- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
code-review
by unclecatvn
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.
lint
by aaddrick
Run shellcheck and actionlint on shell scripts and GitHub Actions workflows. Use before pushing or when fixing lint issues.
commit-push-pr
by jh941213
변경사항 커밋, 푸시, PR 생성을 한 번에 수행. "커밋", "PR", "푸시" 키워드에 활성화.
huashu-material-search
by alchaincyf
搜索个人素材库1800+条真实经历和观点,为内容增加人味。当用户提到"个人经历"、"真实案例"、"素材"、"人味"时使用。
vue-jsx-best-practices
by vuejs-ai
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
massgen-release-documenter
by massgen
Guide for following MassGen's release documentation workflow. This skill should be used when preparing release documentation, updating changelogs, writing case studies, or maintaining project documentation across releases.
release-prep
by massgen
Prepare release documentation including CHANGELOG entry, announcement text, and validation. Run before tagging a new release.
pr-checks
by massgen
Run comprehensive PR checks including reviewing CodeRabbit comments, ensuring PR description quality, running pre-commit hooks, tests, and validation. Use on an existing PR to address review feedback.
git-commit
by accomplish-ai
Create well-structured git commits with conventional commit messages, proper staging, and commit best practices.
argocd
by TerminalSkills
Argo CD for GitOps continuous delivery on Kubernetes. Use when the user needs to define applications declaratively, sync Kubernetes manifests from Git repositories, manage sync policies, and implement progressive delivery workflows.
act
by TerminalSkills
Run GitHub Actions locally with act. Use when a user asks to test GitHub Actions workflows locally, debug CI pipelines without pushing, or run workflows offline.
vue-router-best-practices
by vuejs-ai
"Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions."
huashu-agent-swarm
by alchaincyf
多Agent蜂群并行协作,纯git自组织,适合大型项目开发。当用户提到"蜂群模式"、"多agent"、"并行开发"、"agent swarm"时使用。
sdd-archive
by Gentleman-Programming
Sync delta specs to main specs and archive a completed change. Trigger: When the orchestrator launches you to archive a change after implementation and verification.
codex-review
by ryoppippi
Run a code review using Codex CLI. Use when the user wants a code review of uncommitted changes, a specific commit, or changes against a base branch.
pr-apply-review
by ryoppippi
Fetch and apply review comments from the current PR. Use when you need to address PR feedback.
create-pr
by ryoppippi
Manages complete PR workflow from start to finish - creates feature branch, commits changes, pushes to remote, and opens pull request. Use when user wants to create a PR (e.g., "create a PR for these changes" or "the fix is ready, push it up and create a pull request").
1k-app-upgrade-test
by OneKeyHQ
Create test versions to verify app auto-update functionality and version migration.
commit-work
by softaworks
"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."
cocoapods-publishing-workflow
by TheBushidoCollective
Use when publishing CocoaPods libraries to CocoaPods Trunk. Covers pod trunk registration, podspec validation, version management, and publishing best practices for successful library distribution.
cocoapods-podspec-fundamentals
by TheBushidoCollective
Use when creating or modifying CocoaPods podspec files. Covers required attributes, file patterns, dependencies, and platform specifications for iOS, macOS, tvOS, watchOS, and visionOS projects.
act-local-testing
by TheBushidoCollective
Use when testing GitHub Actions workflows locally with act. Covers act CLI usage, Docker configuration, debugging workflows, and troubleshooting common issues when running workflows on your local machine.
gitlab-ci-variables-secrets
by TheBushidoCollective
Use when configuring GitLab CI/CD variables, managing secrets, or integrating with external secret providers. Covers secure credential handling.
bwa-mem2-dna-aligner
by jaechang-hits
"Fast short-read DNA aligner for whole-genome, whole-exome, and ChIP-seq alignment to a reference genome. BWA-MEM2 is the 2× faster successor to BWA-MEM; outputs SAM/BAM with read group headers required by GATK. Produces primary alignments with supplementary records for chimeric reads. Use STAR instead for RNA-seq splice-aware alignment; use Bowtie2 as an alternative with comparable accuracy."