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

git-commit

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

GitTools
GitTools
devops
open
git-workflows
3.1K

implement-issue

Use when given a GitHub issue number and base branch to implement end-to-end

aaddrick
aaddrick
devops
open
git-workflows
3.1K

clean-branches

Delete local branches whose PRs have been merged upstream. Checks GitHub PR status for each branch. Triggers on: clean branches, delete merged branches, prune branches, branch cleanup.

brave
brave
devops
open
git-workflows
3.1K

pr

Create a pull request for the current branch using `gh`.

brave
brave
devops
open
git-workflows
3.1K

generate-release-notes

Generate .NET SDK release notes by comparing two git branches, investigating PRs for user-facing changes, and producing a structured markdown document with contributor acknowledgments. Use this when asked to create or draft release notes for a new .NET SDK release.

dotnet
dotnet
devops
open
git-workflows
3.1K

gh-cli

GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.

Myriad-Dreamin
Myriad-Dreamin
devops
open
git-workflows
3.1K

tinymist-release

For command `/tinymist-dev:release version`, prepare a tinymist release with an inspect-first workflow that reuses the repository's existing release scripts and stops before external side effects until the maintainer explicitly approves them.

Myriad-Dreamin
Myriad-Dreamin
devops
open
git-workflows
3.1K

prepare-workspace-for-plan

Use when you have a plan file ready and need to create an isolated git worktree for implementation - creates worktree in parent directory following project conventions and moves the plan file

go-vikunja
go-vikunja
devops
open
git-workflows
3.1K

kiro-spec-init

Initialize a new specification with detailed project description

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-steering

Manage {{KIRO_DIR}}/steering/ as persistent project knowledge

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-spec-init

Initialize a new specification with detailed project description

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-steering

Maintain {{KIRO_DIR}}/steering/ as persistent project memory (bootstrap/sync). Use when initializing or updating steering documents.

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-spec-init

Initialize a new specification with detailed project description

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-steering

Manage {{KIRO_DIR}}/steering/ as persistent project knowledge

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-steering

Manage {{KIRO_DIR}}/steering/ as persistent project knowledge

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-spec-init

Initialize a new specification with detailed project description

gotalab
gotalab
devops
open
git-workflows
3.1K

kiro-spec-init

Initialize a new specification with detailed project description

gotalab
gotalab
devops
open
git-workflows
3.1K

review-pr

Reviews a pull request from a PR URL by directly fetching the URL content (no `gh` dependency) and verifies compliance with CONTRIBUTING.md. Use when the user asks for a PR review, to review changes before merge, or to check contribution guidelines.

RLinf
RLinf
devops
open
git-workflows
3K

l-new-issue

Create a GitHub issue for the lowdefy repo. Auto-detects bug vs feature, drafts with appropriate template, and creates with labels. Use when filing bugs, feature requests, or enhancements.

lowdefy
lowdefy
devops
open
git-workflows
3K

l-pr

Create a draft pull request targeting develop. Auto-generates PR body from design files, GitHub issues, and/or commit history. Use when opening a PR.

lowdefy
lowdefy
devops
open
git-workflows
2.9K

pr-create

Create a GitHub pull request from the current branch. Validates preconditions, generates title and description, and opens the PR as draft. Use when the user asks to create a PR, open a pull request, or submit changes for review.

MetaMask
MetaMask
devops
open
git-workflows
2.9K

pr-issue-search

Find related GitHub issues for a pull request by extracting from branch name, commit messages, or searching GitHub. Use when the user asks to find related issues, link issues to a PR, or search for GitHub issues to reference.

MetaMask
MetaMask
devops
open
git-workflows
2.9K

pr-title

Generate a conventional commit PR title from git diff analysis. Use when the user asks to generate a PR title, write a pull request title, or create a conventional commit title for a branch.

MetaMask
MetaMask
devops
open
git-workflows
2.9K

worktree-create

Creates or removes a git worktree using the project scripts and shared config. Use when the user asks to create a worktree, add a worktree, remove a worktree, delete a worktree, or work on a parallel branch in a separate directory.

MetaMask
MetaMask
devops
open
Previous
Page 23 / 141
Next