- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
prime
by robzolkos
Prime yourself on a codebase by listing files and reading the README.
bknd-repo-search-with-opencode
by cameronapak
Use when querying the bknd source repository with btca CLI. Covers setup, configuration, and query patterns for learning bknd internals including data module, authentication, media handling, and adapter configuration.
github-user
by Mearman
Get GitHub user profile information including repos, followers, and activity. Use when the user asks for GitHub user details, profile information, or developer stats.
publish-skill
by johnlindquist
Publish a skill to GitHub for discovery via npx skills. Use when asked to "publish skill", "share skill", "make skill discoverable", or "upload skill to GitHub".
epic-deployment
by rubenpenap
Guide on deployment with Fly.io, multi-region setup, and CI/CD for Epic Stack
github-rate-limit
by Mearman
Check GitHub API rate limit status and remaining quota. Use when the user asks about API quota, rate limits, or wants to know how many requests are remaining.
release-check
by drillan
Validates all artifacts are complete and consistent for release. Checks spec kit artifacts, documentation, versioning, and API docs. Run before creating a release to ensure nothing is missing.
superbuild
by asteroid-belt
Use when executing implementation plans phase-by-phase with strict enforcement of quality gates, tests, and Definition of Done. Triggers on "build this plan", "execute plan", "implement phases", or when user provides a plan document to execute.
github-actions
by tylertitsworth
"GitHub Actions — workflows, triggers, matrix, reusable workflows, ARC runners, caching, security, supply chain attestations. Use when building CI pipelines. NOT for GitOps delivery (see argocd)."
requesting-code-review
by martin-janci
Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
git-workflow
by HJewkes
Use when committing, branching, splitting changes, managing stacks, creating worktrees, or cleaning up branches — detects Graphite or Git and guides the agent through best-practice workflows via CLI.
Autonomous Development
by liauw-media
/mentor - Architecture review gate
branch-discipline
by liauw-media
"Enforce one branch per issue, small focused commits, and clean git history. Use with /branch command."
sequential-thinking
by mamba-mental
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
github-content
by krmcbride
Fetch GitHub issues, PRs, repo contents, and code using the gh CLI. Use when the user shares GitHub URLs (issues, PRs, repos, source files) or asks about GitHub content. The gh CLI provides complete content that web fetching often misses due to JavaScript rendering.
code-format
by icartsh
dotnet format, prettier 및 기타 포맷팅 도구를 사용하여 코드를 정리합니다. 코드 스타일 수정, 포맷 일관성 유지 또는 커밋 전 코드 준비가 필요한 작업에서 사용합니다.
argocd
by tylertitsworth
"Argo CD GitOps on Kubernetes — Applications, ApplicationSets, sync policies, multi-cluster, Helm/Kustomize sources, RBAC, Source Hydrator, PreDelete hooks, KEDA integration, and troubleshooting. Use when deploying or managing apps via GitOps. NOT for CI pipelines or image builds."
gitlab-file
by grandcamel
"GitLab repository file operations via API. ALWAYS use this skill when user wants to: (1) read file content from GitLab, (2) create/update/delete files via API, (3) get file blame info, (4) download raw files."
systematic-debugging
by liauw-media
"Use when encountering bugs or unexpected behavior. Methodical approach to identify root cause: Reproduce → Isolate → Identify → Fix → Verify."
setup-chess-timer-hooks
by designnotdrum
Install hookify rules for automatic chess timer session management
Git Workflow
by AmnadTaowsoam
Git workflow encompasses practices, patterns, and strategies for using
homebrew-tap
by thrashr888
Manage Homebrew taps for distributing CLI tools and macOS apps. Use when creating or updating Homebrew formulas and casks.
code-review
by mamba-mental
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.
check
by weegigs
Verify workflow completion before ending a session. Use when finishing implementation work to ensure commits, reviews, and task tracking are complete.