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

github-pr-description

Generate and create pull request descriptions automatically using GitHub CLI. Use when the user asks to create a PR, generate a PR description, make a pull request, or submit changes for review. Analyzes git diff and commit history to create comprehensive, meaningful PR descriptions that explain what changed, why it matters, and how to test it.

tailcallhq
tailcallhq
devops
open
git-workflows
6.4K

create-github-issue

Create GitHub issues using GitHub CLI with support for templates, labels, assignees, milestones, and draft issues. Use when the user asks to create a GitHub issue, file a bug report, submit a feature request, or open an issue in a GitHub repository.

tailcallhq
tailcallhq
devops
open
git-workflows
6.2K

pr

Create a feature branch and open a pull request for the current changes.

katanemo
katanemo
devops
open
git-workflows
6.2K

find-related-tests

Find test files and functions related to recent git changes. Suggests exact go test commands with correct env vars.

fleetdm
fleetdm
devops
open
git-workflows
6.2K

fleet-gitops

Help with Fleet GitOps configuration files including queries, profiles, software, and DDM declarations with validation against upstream references.

fleetdm
fleetdm
devops
open
git-workflows
6.2K

spec-story

Break down a Fleet GitHub story issue into implementable sub-issues with technical specs. Use when asked to "spec", "break down", or "analyze" a story or issue.

fleetdm
fleetdm
devops
open
git-workflows
6.2K

fleet-gitops

Use when working on Fleet GitOps configuration files, including osquery queries, configuration profiles, DDM declarations, software management, and CVE remediation in the it-and-security folder.

fleetdm
fleetdm
devops
open
git-workflows
6.1K

jj-split-changeset

Split a jj (Jujutsu) changeset into smaller, focused changesets. Use when asked to break up a large changeset, split commits, reorganize changes across revisions, or create stacked PRs from a single changeset. Covers safe duplication-based workflows, file-path and hunk-level splitting without interactive commands.

RediSearch
RediSearch
devops
open
git-workflows
5.9K

openspec-archive-change

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

PBH-BTN
PBH-BTN
devops
open
git-workflows
5.9K

openspec-new-change

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

PBH-BTN
PBH-BTN
devops
open
git-workflows
5.9K

github-issue-solver

Fetches GitHub issues, proposes solutions, and interacts with the issue (commenting, closing) after user approval.

ok-oldking
ok-oldking
devops
open
git-workflows
5.8K

create-pr

Create a pull request using the repository PR template. Use when asked to: create PR, open PR, push and create PR, submit PR, open pull request, send changes for review.

microsoft
microsoft
devops
open
git-workflows
5.8K

developing-genkit-tooling

Best practices for authoring Genkit tooling, including CLI commands and MCP server tools. Covers naming conventions, architectural patterns, and consistency guidelines.

genkit-ai
genkit-ai
devops
open
git-workflows
5.7K

graphite

Manage stacked PRs with Graphite CLI (gt) instead of git for branch/PR operations. Auto-detects Graphite repos via .git/.graphite_repo_config. Use when: creating stacked PRs, navigating branches, submitting PRs, syncing with main, restacking after changes, or any gt command usage.

lightdash
lightdash
devops
open
git-workflows
5.7K

git-commit

Generate well-formatted git commit messages following conventional commit standards

ThinkInAIXYZ
ThinkInAIXYZ
devops
open
git-workflows
5.5K

fix-pylint

Automatically fix pylint issues in azure-ai-ml package following Azure SDK Python guidelines and existing code patterns. Expects GitHub issue URL and optional virtual env path in the request. Format "fix pylint issue <issue-url> [using venv <path>]"

Azure
Azure
devops
open
git-workflows
5.5K

release

Orchestrate an MSBuild release: create the tracking issue, branch, configure DARC channels and subscriptions, bump version in main, final-brand the release branch, insert into VS, and publish post-GA. Covers the full monthly release lifecycle aligned with VS shipping cadence.

dotnet
dotnet
devops
open
git-workflows
5.3K

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.

clawdbot
clawdbot
devops
open
git-workflows
5.3K

issue-bulk-process

Bulk triage and reproduce multiple SkiaSharp GitHub issues in a single command. Orchestrates parallel triage agents then serial reproduction agents, and presents a consolidated summary. Triggers: "bulk process issues", "triage and repro these issues", "process issues 3400 3428 3429", "process the newest 10 issues", "bulk triage", "batch process issues", any request to triage or reproduce multiple issues at once.

mono
mono
devops
open
git-workflows
5.3K

pr-commit-message

Write or improve high-signal PR merge commit messages and squash commit messages. Use this whenever the user says "create a commit message for this PR", "write a merge commit message", "draft the squash commit body", "improve this commit message", or asks for a message that preserves the why behind a pull request. This skill inspects the PR, linked issues, and code changes so the final commit message is readable and useful from git history alone.

mono
mono
devops
open
git-workflows
5.3K

release-branch

Create a release branch for SkiaSharp. Use when user says "release X", "start release X", "create release branch for X", "I want to release", or "release now". This is the FIRST step of releasing - creates branch and pushes to trigger CI. Can auto-detect next preview version from main branch.

mono
mono
devops
open
git-workflows
5.3K

update-skia

Update the Skia graphics library to a new Chrome milestone in SkiaSharp's mono/skia fork. Handles upstream merge, C API shim fixes, binding regeneration, C# wrapper updates, and dual-repo PR coordination. Use when user asks to: - Update/bump Skia to a new milestone (m120, m121, etc.) - Merge upstream Skia changes - Update the Skia submodule to a newer version - Check what Skia milestone is current or what version of Skia is used Triggers: "update skia", "bump skia", "skia milestone", "update to m121", "merge upstream skia", "skia update", "new skia version", "what milestone", "what version of skia", "current skia version", "check skia version". For updating individual dependencies (libpng, zlib, etc.), use `native-dependency-update` instead. For security audits, use `security-audit` instead.

mono
mono
devops
open
git-workflows
5.3K

gsd-headless

Orchestrate GSD (Get Shit Done) projects programmatically via headless CLI. Use when an agent needs to create milestones from specs, execute software development workflows, monitor task progress, check project status, or control GSD execution (pause/stop/skip/steer). Triggers on requests to "run gsd", "create milestone", "execute project", "check gsd status", "orchestrate development", "run headless workflow", or any programmatic interaction with the GSD project management system. Essential for building orchestrators that coordinate multiple GSD workers.

gsd-build
gsd-build
devops
open
Previous
Page 14 / 141
Next