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
2.1K

pull-request

Create a new feature branch, commit changes, push to GitHub, and open a pull request — all in one command. Use when the user asks to open a PR, create a pull request, or push changes for review.

heyitsnoah
heyitsnoah
devops
open
git-workflows
2.1K

prp-core-runner

Orchestrate complete PRP workflow from feature request to pull request. Run create branch, create PRP, execute implementation, commit changes, and create PR in sequence. Use when implementing features using PRP methodology or when user requests full PRP workflow.

Wirasm
Wirasm
devops
open
git-workflows
2.1K

tinkerpop-dev

Development guidance for the Apache TinkerPop monorepo. Use when building, testing, or contributing to TinkerPop's graph computing framework and its multi-language Gremlin ecosystem (Java, Python, JavaScript, .NET, Go). Covers coding conventions, build recipes, test evaluation, documentation, development environment setup, and Gremlin MCP server usage.

apache
apache
devops
open
git-workflows
2.1K

analyze-issue

分析 GitHub Issue 并创建任务文件和需求分析文档。当用户要求分析某个 issue、创建任务跟踪 issue 时触发。参数为 issue 编号。

ModelEngine-Group
ModelEngine-Group
devops
open
git-workflows
2.1K

commit

提交当前变更到 Git,包含版权头年份检查和任务状态更新。当用户要求提交代码、git commit、保存变更时触发。

ModelEngine-Group
ModelEngine-Group
devops
open
git-workflows
2.1K

create-release-note

从 PR/commit 中自动生成结构化的 Release Notes,并可选创建 GitHub Draft Release。支持 x.y.0 版本合并前一 minor 系列的 release notes。当用户要求生成发布说明、创建 release notes 时触发。参数为版本号和可选的上一版本号。

ModelEngine-Group
ModelEngine-Group
devops
open
git-workflows
2.1K

sync-issue

将任务处理进度同步到对应的 GitHub Issue 评论。当用户要求同步进度到 issue、更新 issue 状态时触发。参数为 task-id。

ModelEngine-Group
ModelEngine-Group
devops
open
git-workflows
2.1K

gh-address-comments

Address review and issue comments on the open GitHub PR for the current branch using gh CLI. Use when user says "address PR comments", "fix review feedback", "respond to PR review", or "handle PR comments". Verifies gh auth first and prompts to authenticate if not logged in. Do NOT use for creating PRs, CI debugging (use gh-fix-ci), or general Git operations.

tech-leads-club
tech-leads-club
devops
open
git-workflows
2.1K

security-ownership-map

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Use when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters). Do NOT use for general maintainer lists, non-security ownership questions, or threat modeling (use security-threat-model).

tech-leads-club
tech-leads-club
devops
open
git-workflows
2K

assets-create-folder

Creates a new folder in the specified parent folder. The parent folder string must start with the 'Assets' folder, and all folders within the parent folder string must already exist. For example, when specifying 'Assets/ParentFolder1/ParentFolder2/', the new folder will be created in 'ParentFolder2' only if ParentFolder1 and ParentFolder2 already exist. Use it to organize scripts and assets in the project. Does AssetDatabase.Refresh() at the end. Returns the GUID of the newly created folder, if successful.

IvanMurzak
IvanMurzak
devops
open
git-workflows
2K

pull-request-drafter

Use this skill when you want to draft a GitHub Pull Request with a standardized structure.

GoogleCloudPlatform
GoogleCloudPlatform
devops
open
git-workflows
2K

pr

Create a GitHub pull request from current working changes. Handles all git states - uncommitted changes, no branch, unpushed commits, etc. Analyzes diffs and changesets to generate a PR with filled-in template. Opens the PR in the browser when done. Use when the user asks to create a PR, open a PR, submit changes, or push for review.

reactive
reactive
devops
open
git-workflows
2K

azure-storage-file-share-ts

Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. Use for creating shares, managing directories, uploading/downloading files, and handling file metadata. Supports Azure Files SMB protocol scenarios. Triggers: "file share", "@azure/storage-file-share", "ShareServiceClient", "ShareClient", "SMB", "Azure Files".

microsoft
microsoft
devops
open
git-workflows
2K

wiki-changelog

Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.

microsoft
microsoft
devops
open
git-workflows
2K

copilot-sdk

Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session management, custom tools, streaming, hooks, MCP servers, BYOK providers, session persistence, custom agents, skills, and deployment patterns. Requires GitHub Copilot CLI installed and a GitHub Copilot subscription (unless using BYOK).

microsoft
microsoft
devops
open
git-workflows
2K

stripe-testing

Steps to set up the Stripe CLI and forward webhook events to a local dev server for testing Stripe integrations.

ParabolInc
ParabolInc
devops
open
git-workflows
2K

mflux-pr

Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.

filipstrand
filipstrand
devops
open
git-workflows
2K

mflux-dev-env

Set up and work in the mflux dev environment (arm64 expectation, uv, Makefile targets, lint/format/test).

filipstrand
filipstrand
devops
open
git-workflows
2K

code-review

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.

mrgoonie
mrgoonie
devops
open
git-workflows
2K

commit

Read this skill before making git commits

mitsuhiko
mitsuhiko
devops
open
git-workflows
2K

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.

mitsuhiko
mitsuhiko
devops
open
git-workflows
2K

librarian

Cache and refresh remote git repositories under ~/.cache/checkouts/<host>/<org>/<repo> so future references can reuse a local copy. Use this skill when the user points you to a remote git repository as reference or you encountered a remote git repo through other means.

mitsuhiko
mitsuhiko
devops
open
git-workflows
1.9K

pr-submit

Create or update a GitHub Pull Request — use ONLY when explicitly asked to create/submit/open a PR

wysaid
wysaid
devops
open
Previous
Page 26 / 141
Next