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

create-gsd-extension

Create, debug, and iterate on GSD extensions (TypeScript modules that add tools, commands, event hooks, custom UI, and providers to GSD). Use when asked to build an extension, add a tool the LLM can call, register a slash command, hook into GSD events, create custom TUI components, or modify GSD behavior. Triggers on "create extension", "build extension", "add a tool", "register command", "hook into gsd", "custom tool", "gsd plugin", "gsd extension".

gsd-build
gsd-build
devops
open
git-workflows
5.3K

gh

Install and configure the GitHub CLI (gh) for AI agent environments where gh may not be pre-installed and git remotes use local proxies instead of github.com. Provides auto-install script with SHA256 verification and GITHUB_TOKEN auth with anonymous fallback. Use when gh command not found, shutil.which("gh") returns None, need GitHub API access (issues, PRs, releases, workflow runs), or repository operations fail with "failed to determine base repo" error. Documents required -R flag for all gh commands in proxy environments. Includes project management: GitHub Projects V2 (gh project), milestones (REST API), issue stories (lifecycle and templates), and label taxonomy management.

gsd-build
gsd-build
devops
open
git-workflows
5.2K

add-dynamic-filter

Guide for adding dynamic/filter hooks in slime rollout pipeline. Use when user wants sample-group selection during rollout, buffer filtering before training, or per-sample masking/processing hooks.

THUDM
THUDM
devops
open
git-workflows
5.2K

add-rollout-function

Guide for adding a new rollout function in slime and wiring it through --rollout-function-path. Use when user wants to implement custom rollout data generation logic, custom train/eval rollout outputs, or migrate from the default sglang rollout path.

THUDM
THUDM
devops
open
git-workflows
5.2K

create-worktree

Create or reuse a git worktree for a pull request or branch so reviews and work happen in isolation

dlt-hub
dlt-hub
devops
open
git-workflows
5.2K

implement-issue

Triage, plan, and implement a fix or feature for a GitHub issue end-to-end

dlt-hub
dlt-hub
devops
open
git-workflows
5.2K

release-notes

Generate release notes between two git tags with categorized PR summaries and author attribution

dlt-hub
dlt-hub
devops
open
git-workflows
5.2K

switch-worktree

Switch the current session to work in an existing git worktree

dlt-hub
dlt-hub
devops
open
git-workflows
5.2K

worktree-from-issue

Create a git worktree with a new branch for implementing a fix or feature for a GitHub issue

dlt-hub
dlt-hub
devops
open
git-workflows
5.2K

worktree-make-dev

Set up a dev environment in an existing worktree (make dev + copy secrets)

dlt-hub
dlt-hub
devops
open
git-workflows
5.1K

prepare-pr

Prepare all work before creating a pull request, optionally for the issue provided as argument

mengxi-ream
mengxi-ream
devops
open
git-workflows
5.1K

release-note

Generate and polish release notes for an Armeria version. Runs site-new/release-note.ts to collect PR data from a GitHub milestone, then rewrites the skeletal output into publication-ready MDX. Invoked as `/release-note <version>` (e.g., `/release-note 1.38.0`).

line
line
devops
open
git-workflows
5K

devmoji

Devmoji commit message emoji conventions. Use when writing git commit messages, formatting commit descriptions, or choosing the right emoji prefix for a commit. Triggers on "commit message", "git commit", "commit emoji", "devmoji".

lukevella
lukevella
devops
open
git-workflows
5K

record-session

Records completed work progress to .trellis/workspace/ journal files after human testing and commit. Captures session summaries, commit hashes, and updates developer index files for future session context. Use when a coding session is complete, after the human has committed code, or to persist session knowledge for future AI sessions.

mindfold-ai
mindfold-ai
devops
open
git-workflows
5K

split-file

Split a large Go file into smaller focused files while preserving git history. Use when a file is too large and needs to be broken into logical modules.

grafana
grafana
devops
open
git-workflows
5K

commit-conventions

AReaL commit message conventions. MUST load on every git commit -- provides Conventional Commits format with scope inference from file paths.

inclusionAI
inclusionAI
devops
open
git-workflows
5K

create-pr

Rebase the current branch onto the latest base branch, squash local commits, generate a Conventional Commit message, and create or update the GitHub pull request.

inclusionAI
inclusionAI
devops
open
git-workflows
5K

commit-conventions

AReaL commit message conventions. MUST load on every git commit -- provides Conventional Commits format with scope inference from file paths.

inclusionAI
inclusionAI
devops
open
git-workflows
5K

commit-conventions

AReaL commit message conventions. MUST load on every git commit -- provides Conventional Commits format with scope inference from file paths.

inclusionAI
inclusionAI
devops
open
git-workflows
4.9K

sandbox-file-discovery-and-validation

Use shell tools safely in sandboxed environments by discovering files from real workspace roots instead of assumed user folders, then explicitly verifying output artifacts after generation.

HKUDS
HKUDS
devops
open
git-workflows
4.9K

project-scaffold

Scaffold a Vite + TypeScript personal dashboard project with the correct directory structure, dependencies, and configuration files.

HKUDS
HKUDS
devops
open
git-workflows
4.9K

typescript-compile-check-resilient-fallback

A resilient workflow for running TypeScript compile checks (tsc --noEmit) that falls back gracefully when npx or direct binary invocations fail, and distinguishes pre-existing errors from newly introduced ones.

HKUDS
HKUDS
devops
open
git-workflows
4.9K

fluid-pr

Use when creating a pull request in the Fluid Framework repo. Composes a PR title and body following Fluid Framework conventions, proposes them to the user, then pushes the branch and creates the PR on GitHub. Triggers on "create a PR", "make a PR", "open a PR", "submit a PR", or "push and create a PR".

microsoft
microsoft
devops
open
git-workflows
4.9K

fluid-release

Fluid Framework client release group — minor releases, patch releases, and post-release type test updates. Covers release prep, branching, version bumps, changelogs, release notes, and type test baselines. In autonomous mode, auto-detects state from the schedule and repo, attempts to execute, and falls back to a GitHub issue on failure. Triggers on "release", "do the release", "release status", version bump, release notes, changelog, release branch, or release engineering.

microsoft
microsoft
devops
open
Previous
Page 15 / 141
Next