home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

3362 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
24.3K

biome-developer

General development best practices and common gotchas when working on Biome. Use for avoiding common mistakes, understanding Biome-specific patterns (AST, syntax nodes, string extraction, embedded languages), and learning technical tips.

biomejs
biomejs
devops
open
git-workflows
23.5K

summarize-activity

Summarize recent GitHub activity — discussions, PRs, issues, events, traffic — into an actionable report so you can stay on top of the project without reading everything.

livewire
livewire
devops
open
git-workflows
23.5K

review-pr

Review an open PR like a maintainer — checkout, fix issues, push changes, post a structured verdict comment. You just merge or close.

livewire
livewire
devops
open
git-workflows
23.4K

modularize-chrome-browser

Modularize a chrome/browser/ subfolder by splitting its sources out of the monolithic //chrome/browser:browser target into dedicated source_set targets in the subfolder's own BUILD.gn. Use when the user asks to modularize, extract, or create BUILD targets for a chrome/browser/ subfolder, or mentions "Project Bedrock", "//chrome/browser modularization", or wants to split a subfolder into header/impl/test targets. Also use when the user says "modularize chrome/browser/X" for any X.

chromium
chromium
devops
open
git-workflows
23.2K

find-reviewable-pr

Finds open PRs in the dotnet/maui and dotnet/docs-maui repositories that are good candidates for review, prioritizing by milestone, priority labels, partner/community status.

dotnet
dotnet
devops
open
git-workflows
23.2K

pr-finalize

Finalizes any PR for merge by verifying title/description match implementation AND performing code review for best practices. Use when asked to "finalize PR", "check PR description", "review commit message", before merging any PR, or when PR implementation changed during review. Do NOT use for extracting lessons (use learn-from-pr), writing tests (use write-tests-agent), or investigating build failures (use azdo-build-investigator and ci-analysis).

dotnet
dotnet
devops
open
git-workflows
23.1K

roo-conflict-resolution

Provides comprehensive guidelines for resolving merge conflicts intelligently using git history and commit context. Use when tasks involve merge conflicts, rebasing, PR conflicts, or git conflict resolution. This skill analyzes commit messages, git blame, and code intent to make intelligent resolution decisions.

RooCodeInc
RooCodeInc
devops
open
git-workflows
22.8K

saleor-commit

Commit changes in the Saleor codebase with pre-commit hook error handling. Use when asked to "commit", "commit changes", "make a commit", or any git commit task in the Saleor project. Handles virtual env activation, staging, commit message writing, and automatic resolution of pre-commit hook failures (ruff, mypy, schema, migrations).

saleor
saleor
devops
open
git-workflows
22.4K

translation-status-summary

Summarize UniGetUI translation status across all languages using the repository PowerShell workflow.

Devolutions
Devolutions
devops
open
git-workflows
22.1K

backlog-management

Manage open-source GitHub issue backlogs (especially PrefectHQ/prefect) in batches. Use for backlog cleanup days, stale review, duplicate pruning, missing-info follow-up, and prioritized queue curation across many open issues.

PrefectHQ
PrefectHQ
devops
open
git-workflows
22.1K

segment-create

Full scaffolding workflow for creating a new Oh My Posh segment. Invoke when asked to add a new segment: generates the Go source, registers the type, creates documentation, updates the sidebar and JSON schema.

JanDeDobbeleer
JanDeDobbeleer
devops
open
git-workflows
22K

github-proxy

GitHub 国内访问加速 skill,使用 githubproxy.cc 代理加速 GitHub 仓库克隆、文件下载、Raw 文件访问等操作。使用场景:(1) 需要 git clone GitHub 仓库时加速,(2) 下载 GitHub Release 文件、Raw 文件、Archive 压缩包时加速,(3) 任何需要访问 GitHub 资源但速度慢的场景

volcengine
volcengine
devops
open
git-workflows
22K

github

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

volcengine
volcengine
devops
open
git-workflows
21.5K

fix-issues

Auto-fix GitHub issues labeled as bugs: fetch open bug issues, analyze feasibility, fix code, and submit PRs. One issue per invocation. Use when: (1) User says "/fix-issues", (2) User asks to fix GitHub issues.

iOfficeAI
iOfficeAI
devops
open
git-workflows
21.4K

assign-copilot

Assigns a GitHub issue to the Copilot coding agent, optionally specifying a custom agent. Use this when asked to assign an issue to Copilot or delegate an issue to CCA.

desktop
desktop
devops
open
git-workflows
21.4K

testing

Instructions for writing and maintaining tests in GitHub Desktop. Covers unit tests, UI component tests, and ad-hoc E2E tests. Use this skill when implementing features or bugfixes to write relevant tests, update existing tests, run the full suite to check for regressions, and produce screenshots and videos for Pull Request documentation.

desktop
desktop
devops
open
git-workflows
21.4K

update-git

Walk through updating the version of Git shipped in GitHub Desktop. This is a multi-repo process spanning dugite-native, dugite, and desktop. Use this when asked to update Git, update Git for Windows, or bump the Git version.

desktop
desktop
devops
open
git-workflows
21K

gh-create-issue

Create a new GitHub issue (feature request or bug report) by gathering an unstructured description from the user, classifying it, filling out the appropriate Kibana template, interviewing the user to improve any weak sections, and filing the issue via the GitHub CLI.

elastic
elastic
devops
open
git-workflows
21K

gh-enhance-issue

Fetch a GitHub issue by number or URL and reformat it according to the Kibana bug report or feature request template. Classifies the issue type automatically, then rewrites the body and updates it via the GitHub CLI.

elastic
elastic
devops
open
git-workflows
21K

scout-create-scaffold

Generate or repair a Scout test scaffold for a Kibana plugin/package (test/scout*/{api,ui} Playwright configs, fixtures, example specs). Use when you need the initial Scout directory structure; prefer `node scripts/scout.js generate` with flags for non-interactive/LLM execution.

elastic
elastic
devops
open
git-workflows
20.8K

release

Manage releases for this project. Validates changelog, installs git hooks, and cuts releases. Use when user says "/release", "release 1.0.5", "cut a release", or asks about the release process. NOT auto-invoked by the model.

tobi
tobi
devops
open
git-workflows
20.7K

git-master

Git expert for atomic commits, rebasing, and history management

Yeachan-Heo
Yeachan-Heo
devops
open
git-workflows
20.7K

worker

Team worker protocol (ACK, mailbox, task lifecycle) for tmux-based OMX teams

Yeachan-Heo
Yeachan-Heo
devops
open
git-workflows
20.7K

pr-draft-summary

Create the required PR-ready summary block, branch suggestion, title, and draft description for openai-agents-python. Use in the final handoff after moderate-or-larger changes to runtime code, tests, examples, build/test configuration, or docs with behavior impact; skip only for trivial or conversation-only tasks, repo-meta/doc-only tasks without behavior impact, or when the user explicitly says not to include the PR draft block.

openai
openai
devops
open
Previous
Page 7 / 141
Next