Git Workflows

Browse Git Workflows agent skills in Development and compare related workflows, tools, and use cases.

42 skills
A
verification-loop

by affaan-m

verification-loop is a Claude Code verification workflow for checking builds, types, lint, tests, security, and diffs after code changes. This verification-loop skill is useful before PRs and after refactors when you want a structured post-change guide instead of a generic prompt.

Verification
Favorites 0GitHub 156.3k
A
terminal-ops

by affaan-m

terminal-ops is an evidence-first repo execution skill for terminal work. Use it to run commands, inspect git state, debug CI or builds, and make narrow fixes with proof of what changed and what was verified. This terminal-ops guide helps reduce guesswork for Code Editing and repo operations.

Code Editing
Favorites 0GitHub 156.3k
A
tdd-workflow

by affaan-m

tdd-workflow is a test-first workflow skill for new features, bug fixes, and refactors. It enforces TDD with 80%+ coverage across unit, integration, and E2E tests, plus explicit checkpoints and edge-case validation. Use the tdd-workflow skill when you need a practical guide for Test Automation and more predictable code changes.

Test Automation
Favorites 0GitHub 156.3k
A
git-workflow

by affaan-m

The git-workflow skill helps you choose and apply a Git workflow for branching, merges, commits, conflict handling, tags, and releases. Use it to turn team constraints into a practical policy for GitHub Flow, trunk-based development, or GitFlow, with clear guidance for onboarding and day-to-day collaboration.

Git Workflows
Favorites 0GitHub 156.2k
O
using-git-worktrees

by obra

using-git-worktrees helps create isolated Git worktrees for new branch work with directory selection, ignore checks, and safer parallel workflows without touching your current checkout.

Git Workflows
Favorites 0GitHub 121.9k
O
requesting-code-review

by obra

requesting-code-review is a lightweight workflow for dispatching the superpowers:code-reviewer subagent with a clean git diff, requirements, and change summary so reviews happen at the right time and produce actionable, severity-ranked feedback before merge.

Code Review
Favorites 0GitHub 121.8k
O
receiving-code-review

by obra

receiving-code-review helps you verify PR feedback before editing code. Use it to restate review comments, check them against the codebase, ask for clarification on unclear items, and push back when suggestions do not fit.

Code Review
Favorites 0GitHub 121.8k
O
finishing-a-development-branch

by obra

The finishing-a-development-branch skill helps close a Git branch safely after implementation is done. It verifies tests, checks the base branch, then presents four clear options: merge locally, push for a Pull Request, keep the branch, or discard the work.

Git Workflows
Favorites 0GitHub 121.8k
G
land-and-deploy

by garrytan

land-and-deploy is a workflow skill for merging a ready PR, waiting for CI and deployment, and verifying production health with canary checks. Use this land-and-deploy skill when you need a reliable handoff from merge to ship, especially for teams that already use /ship or similar release steps.

Deployment
Favorites 0GitHub 91.8k
C
changelog-generator

by ComposioHQ

changelog-generator is a Claude skill for turning git commit history into clear, user-facing release notes. It guides agents to group features, fixes, security, and breaking changes while filtering internal noise for Technical Writing workflows.

Technical Writing
Favorites 0GitHub 67.4k
M
setup-pre-commit

by mattpocock

setup-pre-commit helps you add Husky pre-commit hooks with lint-staged, Prettier, and optional typecheck/test runs. Use this setup-pre-commit guide when your repo needs a fast, repeatable pre-commit safety net and you want to preserve existing config while adding the right scripts for the current package manager.

CI Troubleshooting
Favorites 0GitHub 66k
M
git-guardrails-claude-code

by mattpocock

git-guardrails-claude-code adds a PreToolUse hook to block dangerous git commands before Claude Code runs them. Install it to prevent destructive pushes, hard resets, forced cleans, and branch deletes, with scoped control for this project or all projects. Useful when you need git-guardrails-claude-code for Access Control boundaries in Claude Code.

Access Control
Favorites 0GitHub 66k
M
request-refactor-plan

by mattpocock

request-refactor-plan helps turn a vague refactor request into a detailed plan with tiny commits, repo verification, scope boundaries, test coverage review, and a GitHub issue. Use it for refactoring RFCs, incremental change plans, and safer implementation prep.

Refactoring
Favorites 0GitHub 66k
W
changelog-automation

by wshobson

The changelog-automation skill helps teams design changelog workflows with Keep a Changelog, SemVer, release notes, and Conventional Commits. Use it to plan install context, define usage inputs, and improve release-note consistency for Technical Writing and developer documentation.

Technical Writing
Favorites 0GitHub 32.6k
W
git-advanced-workflows

by wshobson

git-advanced-workflows helps with advanced Git tasks like interactive rebase, cherry-pick, bisect, worktrees, and reflog recovery. Use it to clean branch history, move fixes between branches, debug regressions, and recover safely from mistakes in complex Git workflows.

Git Workflows
Favorites 0GitHub 32.6k
W
monorepo-management

by wshobson

monorepo-management helps plan and improve JS/TS monorepos with pnpm workspaces, Turborepo, and Nx. Use it for project setup, migrations, CI and build optimization, shared package strategy, and dependency management across multi-package repos.

Project Setup
Favorites 0GitHub 32.6k
W
workflow-patterns

by wshobson

workflow-patterns is a Conductor-style process skill for task execution with TDD, plan.md status tracking, verification checkpoints, and disciplined commit handling.

Workflow Templates
Favorites 0GitHub 32.6k
W
parallel-feature-development

by wshobson

The parallel-feature-development skill helps teams split one feature into clear ownership groups, define shared contracts early, and choose safer merge patterns for multi-agent Git workflows. Use it to plan file ownership, dependency-aware integration, and lower-conflict parallel implementation.

Git Workflows
Favorites 0GitHub 32.5k
A
git-worktree-manager

by alirezarezvani

git-worktree-manager helps run parallel Git worktrees with isolated branches, deterministic ports, env file sync, optional dependency installs, and cleanup checks. Use this skill for multi-agent or multi-branch Git workflows that need safer local app isolation.

Git Workflows
Favorites 0GitHub 22.2k
A
changelog-generator

by alirezarezvani

changelog-generator turns Conventional Commit history into auditable Keep a Changelog release notes. Use this changelog-generator skill to lint commits, infer semver bumps, generate CHANGELOG.md entries, and support CI, monorepo, hotfix, and Technical Writing workflows.

Technical Writing
Favorites 0GitHub 22.2k
A
collab-proof

by alirezarezvani

collab-proof helps Claude Code users turn AI-assisted coding sessions into collaboration evidence, separating developer decisions, Claude contributions, rejected alternatives, and proof artifacts for retrospectives, portfolios, hiring, and Knowledge Capture.

Knowledge Capture
Favorites 0GitHub 22.1k
A
resume

by alirezarezvani

resume is a Claude workflow skill for continuing paused autoresearch experiments. It checks out the experiment branch, reads .autoresearch config, strategy, results history, and git logs, then reports current state before iteration.

Workflow Automation
Favorites 0GitHub 22.1k
A
merge

by alirezarezvani

merge is an AgentHub skill for /hub:merge that lands the winning agent branch into the base branch, archives losing branches with tags, cleans worktrees, and writes a post-merge summary.

Git Workflows
Favorites 0GitHub 22.1k
A
agenthub

by alirezarezvani

agenthub is an Agent Orchestration skill for running parallel AI agents in isolated git worktrees, tracking progress on a local board, evaluating results by metric or LLM judge, and merging the best branch. Best for repo-based optimization, refactoring, research, and content variants.

Agent Orchestration
Favorites 0GitHub 22.1k
Git Workflows agent skills