Git & VCS

Git operations, commit helpers, branch management

Showing 4345-4368 of 4619 skills
Cygnusfear

writing-plans

by Cygnusfear

Use when you have a spec or requirements for a multi-step task, before touching code

Automation 0 5mo ago
zhibo0502

checkpoint-gate-roadmaps

by zhibo0502

Use when a roadmap, staged delivery plan, rollout plan, or integration sequence needs scriptable checkpoints with gate-based auto-advance, explicit NEXT semantics, and evidence-backed status reporting.

CLI Tools 1 2mo ago
adamelliotfields

changelog-nightly

by adamelliotfields

Get Changelog Nightly trending repositories. Use when the user requests the latest trending open source projects on GitHub.

Processing 0 5mo ago
nguyenvuquochung

Portfolio Deployment Workflow

by nguyenvuquochung

Cloudflare injects email-decode script Normal behavior; it wraps your <script> tag automatically for email obfuscation

Git & VCS 0 4mo ago
pproenca

finishing-a-development-branch

by pproenca

Guide completion of development work by presenting merge/PR options. Use when "I'm done", "merge this", "create PR", "finish up", or when implementation is complete and tests pass.

CLI Tools 0 4mo ago
gn00678465

pull-request

by gn00678465

協助建立、修改、查看或管理 GitHub Pull Request (PR)。自動分析分支 commits 與變更內容,產生符合規範的繁體中文 PR 標題與描述。使用時機包括:(1) 從當前分支建立新 PR、(2) 修改現有 PR 的標題、描述、審核者或標籤、(3) 檢查分支的 PR 狀態(開啟、已合併、已關閉)、(4) 需要自動彙整多個變更以產生摘要。適用於包含「建立 PR」、「create pull request」、「幫我開 PR」、「修改 PR 內容」等請求的情境。透過 GitHub CLI (gh) 執行操作。

CLI Tools 0 5mo ago
SzpakKamil

SymbolPicker

by SzpakKamil

'Expert guidance on SymbolPicker, a native SwiftUI SF Symbol picker. Use when developers mention: (1) SymbolPicker, (2) selecting SF Symbols, (3) picking symbols with colors, (4) customizing symbol picker appearance, (5) cross-platform symbol selection (iOS, macOS, visionOS), (6) specific modifiers like .symbolPickerSymbolsStyle or .symbolPickerDismiss.'

Git & VCS 0 5mo ago
ruchernchong

security

by ruchernchong

Run security audit with GitLeaks pre-commit hook setup and code analysis

Code Review 0 5mo ago
IHKREDDY

auto-commit

by IHKREDDY

Generates semantic commit messages from staged changes. Analyzes git diff and creates conventional commit messages. Use when users want to commit with good messages, mention "commit", "save changes", or ask for commit message suggestions.

Code Gen 0 6mo ago
rootspec

commit

by rootspec

Use when the user wants to commit changes. Stages files, updates CHANGELOG.md, and creates a commit following project conventions.

CI/CD 0 4mo ago
arinhubcom

arinhub-code-reviewer

by arinhubcom

Use this skill to review code when using the "ah" prefix. Use when asked to "ah review code", "ah review code 123", or "ah review PR 123". Review code for correctness, maintainability, and adherence to project standards. Supports local branch changes and remote Pull Requests (by ID or URL).

Code Review 0 4mo ago
rogerchappel

reviewcue

by rogerchappel

```

Code Review 0 1mo ago
tomwangowa

report-generator

by tomwangowa

Use when generating status reports, project summaries, retrospectives, or any structured report from work logs, git history, and activity records. Supports weekly, monthly, project, sprint, incident, and retrospective report types.

Analytics 0 5mo ago
bbismm

iBitLabs — Live AI-Built Crypto Trading Bot

by bbismm

Bonnybb · Lives on GitHub as bbismm. Contact via GitHub Issues on this repo, or Telegram channel @ibitlabs_sniper.

Git & VCS 0 2mo ago
guillempuche

powersync

by guillempuche

Build local-first, offline-capable TypeScript apps with PowerSync. Use when implementing real-time sync between SQLite and backend databases (Postgres, MongoDB, MySQL, SQL Server). Covers schema definition, database setup, CRUD operations, React/Vue hooks, watch queries, and Kysely/Drizzle ORM integration.

Database 0 6mo ago
awaqufexituf65-cmyk

love-director

by awaqufexituf65-cmyk

Use when the user wants to analyze their own romantic relationship patterns, dating philosophy, or emotional behavior. Use when the user asks to "understand my love patterns" (了解我的恋爱模式), "see my relationship future" (看看我的爱情走向), "am I the problem" (是不是我自己的问题), or wants to reflect on their dating history and choices. Use when the user wants a "director's perspective" on their love life rather than advice or therapy. Chinese-language users are the primary target. Do NOT use for fraud detection (use emotional-fraud-detector), for clinical diagnosis, or for giving direct dating advice.

Processing 0 1mo ago
Jackiexiao

requesting-code-review

by Jackiexiao

(中文)Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Automation 0 5mo ago
winjs-dev

winjs-app

by winjs-dev

WinJS App 模板(移动端 H5)开发指南。包含 Vue 3 配置、REM 适配、VConsole 调试、请求封装、路由与构建。适用于:(1) create-win app 模板创建的项目 (2) 修改 .winrc 配置 (3) 扩展 src/app.js (4) 编写 services 请求 (5) 配置 REM/VConsole (6) 排查移动端 H5 问题。

Git & VCS 0 5mo ago
pmco23

init

by pmco23

Use when starting a new project or adding missing boilerplate to an existing one. Generates CLAUDE.md, README.md, CHANGELOG.md, CONTRIBUTING.md, and .github/pull_request_template.md adapted to the project's language, stack, and context. Asks before overwriting any existing file.

Code Gen 0 4mo ago
stuckinforloop

github-sprint

by stuckinforloop

AI Scrum Master skill translating Beads philosophy (AI-native task tracking, dependency graphs, multi-phase sprints) to GitHub native features (Issues, Projects V2, Milestones, Labels) using gh CLI.

Agents 0 5mo ago
Envy-7z

mobile-pr-merge-gatekeeper

by Envy-7z

Mobile pull request review and merge gate for Android and Flutter codebases. Use when reviewing junior or peer code, deciding whether a PR is safe to merge, classifying findings severity, or preparing final merge notes with explicit block/approve decisions.

Code Review 0 4mo ago
Incept5

eve-bootstrap

by Incept5

Full onboarding flow — detects auth state, handles access requests for new users, and sets up project for all users.

CLI Tools 0 5mo ago
charlesroper

cbeams-git-commit-messages

by charlesroper

Write clear, consistent Git commit messages following Chris Beams' seven rules. Use when the user asks for a commit message, asks to improve one, or shares a diff and wants commit wording.

Code Review 0 5mo ago
ymkz

do

by ymkz

Standard workflow for feature development and bug fixing. Plan → Explore → Build → Test/Type-check → Commit. Includes stage-specific extensions for frontend prototypes, backend RGR approach, and browser-based QA.

Agents 0 4mo ago