home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

3362 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
14.6K

make-github-actions-workflow

Create GitHub Actions workflows for CI, automation, or PR management. Use when asked to create, scaffold, or add a GitHub Actions workflow (.yml file under .github/workflows/).

dotnet
dotnet
devops
open
git-workflows
14.6K

make-skill

Create new Agent Skills for GitHub Copilot. Use when asked to create, scaffold, or add a skill. Generates SKILL.md with frontmatter, directory structure, and optional resources.

dotnet
dotnet
devops
open
git-workflows
14.3K

fix-bug

End-to-end bug fix workflow for the Ktor project. Accepts a GitHub issue (#NUMBER), YouTrack issue (KTOR-NUMBER), or YouTrack URL (https://youtrack.jetbrains.com/issue/KTOR-NUMBER). Fetches the issue, creates a failing reproducer test, commits on a new branch, implements the fix, validates, and opens a PR. Use this skill whenever the user wants to fix a bug from an issue tracker, mentions a KTOR issue number, or references a GitHub issue to fix.

ktorio
ktorio
devops
open
git-workflows
14K

git-worktree

This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles.

EveryInc
EveryInc
devops
open
git-workflows
14K

changelog

Create engaging changelogs for recent merges to main branch

EveryInc
EveryInc
devops
open
git-workflows
14K

deploy-docs

Validate and prepare documentation for GitHub Pages deployment

EveryInc
EveryInc
devops
open
git-workflows
14K

git-commit

Create a git commit with a clear, value-communicating message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.

EveryInc
EveryInc
devops
open
git-workflows
13.9K

git-guardrails-claude-code

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

mattpocock
mattpocock
devops
open
git-workflows
13.9K

github-triage

Triage GitHub issues through a label-based state machine with interactive grilling sessions. Use when user wants to triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

mattpocock
mattpocock
devops
open
git-workflows
13.9K

prd-to-issues

Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.

mattpocock
mattpocock
devops
open
git-workflows
13.9K

git-safety

Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.

tamagui
tamagui
devops
open
git-workflows
13.8K

crew-commit

Canonical commit workflow for Gas Town crew members: pre-flight checks, branch creation, gt commit with agent identity, push, and PR creation. Use when ready to commit and submit work for review.

gastownhall
gastownhall
devops
open
git-workflows
13.8K

ghi-list

List GitHub issues in a formatted ASCII table. Supports filters like --state, --assignee, --label. Use for issue triage and tracking workflows.

gastownhall
gastownhall
devops
open
git-workflows
13.8K

pr-list

List GitHub PRs in a formatted ASCII table. Supports filters like --state, --author, --label. Use for PR review workflows and sheriff duties.

gastownhall
gastownhall
devops
open
git-workflows
13.8K

pr-sheriff

PR Sheriff workflow: triage PRs into easy-wins and crew assignments. Prints recommendations inline - does NOT post to GitHub.

gastownhall
gastownhall
devops
open
git-workflows
13.5K

gh-aw

Create and maintain GitHub Agentic Workflows (gh-aw) for Prowler. Trigger: When creating agentic workflows, modifying gh-aw frontmatter, configuring safe-outputs, setting up MCP servers in workflows, importing Copilot Custom Agents, or debugging gh-aw compilation.

prowler-cloud
prowler-cloud
devops
open
git-workflows
13.5K

cargo-lock-manager

Manages Cargo.lock file updates and resolves --locked flag issues in CI/CD. Triggers when user mentions: - "cargo test --locked failed" - "cannot update the lock file" - "Cargo.lock is out of date" - "PR failed with --locked error" - "fix Cargo.lock"

different-ai
different-ai
devops
open
git-workflows
13.5K

opencode-mirror

Maintain the local OpenCode mirror for self-reference

different-ai
different-ai
devops
open
git-workflows
13.5K

openwork-orchestrator-npm-publish

Publish the openwork-orchestrator npm package with clean git hygiene. Triggers when user mentions: - "openwork-orchestrator npm publish" - "publish openwork-orchestrator" - "bump openwork-orchestrator"

different-ai
different-ai
devops
open
git-workflows
12.9K

deep-review

Multi-reviewer code review. Spawns domain-specific reviewers in parallel, cross-checks findings, posts a single structured GitHub review.

coder
coder
devops
open
git-workflows
12.8K

git-commit

Draft Angular-style Git commit messages from staged changes and execute `git commit` safely after explicit approval. Use for commit message generation, staged-diff review for commit wording, and Chinese previews of English commit messages.

tisfeng
tisfeng
devops
open
git-workflows
12.6K

rspack-pgo

Run Rspack's perf-guided optimization loop for `cases/all` and similar workloads: create an isolated worktree, build a profiling binding, benchmark with `RSPACK_BINDING`, collect and compare `perf` hotspots, implement small Rust changes, validate, commit, push, and trigger the Ecosystem Benchmark workflow after each pushed commit. Use this when the goal is iterative performance work, not just one-off profiling.

web-infra-dev
web-infra-dev
devops
open
git-workflows
12.2K

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.

addyosmani
addyosmani
devops
open
git-workflows
12.2K

incremental-implementation

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

addyosmani
addyosmani
devops
open
Previous
Page 10 / 141
Next