Back to tags
Tag

Agent Skills with tag: git

64 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

moai-workflow-worktree

>

gitworktreeparalleldevelopment
modu-ai
modu-ai
603106

git-workflows

Advanced Git workflows including interactive rebase, bisect, worktrees, branch strategies, conflict resolution, cherry-picking, and submodules. Use when doing complex git operations, cleaning up commit history, managing multiple branches, investigating bugs with git bisect, or working on parallel features with worktrees.

gitbranch-managementconflict-resolutioninteractive-rebase
randalmurphal
randalmurphal
0

sdd-pr

AI-powered PR creation after spec completion. Analyzes spec metadata, git diffs, commit history, and journal entries to generate comprehensive PR descriptions with user approval before creation.

pull-requestsautomationgitai-generated-content
tylerburleigh
tylerburleigh
0

worktree-policy

Enforce mandatory git worktree usage for multi-agent file modifications

gitgit-worktreesbranch-protection
ekson73
ekson73
01

hierarchical-merge

Enforce hierarchical merge protocol - branches merge to parent, not directly to main

gitbranch-protectionpull-requests
ekson73
ekson73
01

git-workflows

Guide for git operations with Claude Code. Commits, PRs, code review, branch management, and best practices. Use when committing changes, creating pull requests, reviewing code, or managing branches.

gitcommitpull-requestbranch-management
hgeldenhuys
hgeldenhuys
1

clean-commits

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point

atomic-commitscommit-messagecode-qualitygit
troykelly
troykelly
1

branch-discipline

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

branch-managementgitworkflowversion-control
troykelly
troykelly
1

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans

gitversion-controlworkspace-managementfeature-branch
axiomantic
axiomantic
0

merge-conflict-resolution

Use when git merge or rebase fails with conflicts, you see 'unmerged paths' or conflict markers (<<<<<<< =======), or need help resolving conflicted files

gitmerge-conflictsconflict-resolutionversion-control
axiomantic
axiomantic
0

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

gitworkspace-managementfeature-branchingisolation
prof-ramos
prof-ramos
0

git-pushing

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.

gitversion-controlcommit-messageconventional-commits
prof-ramos
prof-ramos
0

changelog-generator

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

gitcommit-historyrelease-notesautomation
prof-ramos
prof-ramos
0

git-hex-conflict-resolution

>

gitmerge-conflictsconflict-resolutionelixir
yaniv-golan
yaniv-golan
0

git-hex-pr-workflow

>

gitpull-requestsworkflowci-cd
yaniv-golan
yaniv-golan
0

git-hex-branch-cleanup

>

gitbranch-managementcleanupversion-control
yaniv-golan
yaniv-golan
0

git-workflow

Automates git workflows with branch management, atomic commits, history cleanup, and PRs. Use when committing, pushing, creating PRs, cleaning up commits, or organizing git changes with best practices.

gitbranch-managementcommit-managementpull-requests
philoserf
philoserf
0

reindex-docs

Re-index all PDF and HTML documents, update index.html, and commit/push changes to the repository

pdfhtmlindexinggit
alanben
alanben
0

git-workflow

Git and GitHub workflow automation skills for OpenCode agents

gitgithubworkflow-automationversion-control
layeddie
layeddie
0

plan-incremental-commits

Review a mixed working tree and produce (and optionally execute) a small, logically grouped sequence of incremental git commits.

gitversion-controlincremental-commitscommit-planning
dudarev
dudarev
0

git-commit

Write clear git commits with Conventional Commits format. Detects project conventions from history and config. Guides commit granularity. Use when: (1) Completing working code, (2) Code builds and tests pass, (3) Ready to save, (4) Before pushing, (5) After review feedback. Triggers: automatically when finishing commitable work that builds and passes tests.

gitconventional-commitscommit-guidancecommit-automation
LukasStrickler
LukasStrickler
0

use-graphite

Manage stacked PRs with Graphite CLI (gt) instead of git push/gh pr create. Auto-detects Graphite repos and blocks conflicting commands with helpful alternatives. Use when: (1) About to run git push or gh pr create in a Graphite repo, (2) Creating a new branch for a feature, (3) Submitting code for review, (4) Large changes that should be split into reviewable chunks, (5) Hook blocks your git command and suggests gt equivalent. NOT for: repos not initialized with Graphite, git add/commit/status/log. Triggers: git push blocked, gh pr create blocked, create branch, submit PR, stacked PRs, split large PR, gt create, gt submit, graphite workflow.

gitpull-requestsclistacked-prs
LukasStrickler
LukasStrickler
0

docs-check

Analyze git diff to identify code changes requiring documentation updates. Categorizes changes (database/schema, API endpoints, components, configuration, authentication) and suggests relevant documentation files to review. Use when: (1) After making code changes, (2) Before committing significant changes, (3) When adding new features or modifying APIs, (4) During PR preparation, (5) When working with database schemas, API routes, components, or configuration files, (6) To ensure documentation stays synchronized with code changes, (7) For documentation sync and maintenance, or (8) For pre-commit documentation checks. Triggers: check docs, docs check, documentation check, update docs, sync documentation, what docs need updating, check if docs are up to date, after code changes, before committing.

gitdocumentationdiffsync-strategy
LukasStrickler
LukasStrickler
0

new-skill-wizard

Creates a new skill in the Powerhouse Lab skills library with proper git workflow. Use when the user wants to create a new skill, add a skill, build a skill, or says "new skill called X".

gitbuild-automationrepository-setupworkflow-automation
Eddale
Eddale
0

commit

Meaningful git commits with reasoning and wisdom extraction. Use when committing changes to capture the why, not just the what.

gitcommit-messageversion-controldeveloper-guidance
genomewalker
genomewalker
0

git-workflow

Use for any git operations: fixing PRs, creating commits, creating branches, pushing changes. Handles proper branch management, commit conventions, and stacked PRs.

gitbranch-managementcommit-conventionspull-requests
RoM4iK
RoM4iK
0

mcp-toolbox

Use when working with or extending the local Codex MCP toolset/server that exposes HTTP endpoints for shell, filesystem, git, and Excel operations, or when a task should be executed by calling those MCP endpoints instead of local tools, especially if the MCP server is running.

mcphttp-endpointsshellfilesystem
ironkid90
ironkid90
0

speckit-specify-zh

中文功能规范创建工具,用于将自然语言功能描述转换为结构化的功能规范文档。支持自动生成分支名称、创建Git分支、初始化规范文件和质量验证。触发词包括:"speckit规范"、"功能规范"、"创建规范"、"功能描述转换"、"speckit-specify"。当用户需要将功能想法转换为结构化规范时使用此技能。

specification-documentsfeature-specificationworkflow-automationgit
forztf
forztf
0

ask-expert

Creates expert consultation documents with code extraction, git diffs, and size tracking (125KB limit). Use when user wants to prepare comprehensive technical documentation for external review, gather code context for architecture consultations, or create detailed technical analysis documents with full source context. Requires Node.js 18+.

nodejscode-documentationgittechnical-writing
propstreet
propstreet
1

git-workspace-init

Initialize a new git worktree and branch for feature development or bug fixes. Use when: (1) Starting work on a new feature, (2) Beginning a bug fix, (3) Creating an isolated workspace for any task, (4) You want to work in parallel on multiple branches. This skill handles branch naming with conventional branch conventions, worktree creation, and remote push setup.

gitbranch-managementworktreefeature-branch
BillChirico
BillChirico
1

git-commit

Create git commits with succinct technical messages. Activates when user requests git commit creation.

gitcommit-messageversion-controlcli
Shavakan
Shavakan
21

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

gitversion-controlworkspace-managementfeature-branch
samjhecht
samjhecht
1

sharing-skills

Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository

pull-requestversion-controlgitcontribution-guidelines
samjhecht
samjhecht
1

worktree-isolation

Use when implementing features in git worktrees to ensure all changes stay in the correct worktree - prevents "bleeding" of changes back to main branch

gitworktreesbranch-managementcode-isolation
samjhecht
samjhecht
1

git-ops

Use when performing git operations or generating smart commit messages - provides safe git workflow guidance, validation checks, and conventional commit formatting.

gitgit-workflowcommit-messagevalidation
NickCrew
NickCrew
52

sharing-skills

Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository

gitpull-requestversion-controlcollaboration
NickCrew
NickCrew
52

commit-messages

Write clear commit messages. Use when asked to commit changes, write a commit message, prepare a commit, or describe changes for version control.

commit-messagegitversion-controlcode-documentation
rockorager
rockorager
21

cc-track-tools

Provides paths to cc-track utility scripts for validation, task completion, and git operations. Use when a cc-track command needs to run a script.

script-generationtask-automationgitutility-scripts
cahaseler
cahaseler
11

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

gitchangeloggithub-releaseversioning
Nymbo
Nymbo
1

commit-work

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

gitcommit-messageversion-controlconventional-commits
Nymbo
Nymbo
1

finishing-a-development-branch

Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.

gitbranch-managementmergepull-request
CodingCossack
CodingCossack
2

using-git-worktrees

Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.

gitworkspace-managementparallel-developmentbranch-management
CodingCossack
CodingCossack
2

git-helper

Assists with git workflows, commit messages, branch strategies, and resolving common git issues

gitcommit-messagebranch-managementversion-control
onlyoneaman
onlyoneaman
21

shadow-directory + git

Full .ciallo directory ownership with git capabilities. Clone repos, edit files, commit changes directly.

gitversion-controlfile-managementrepository-management
ciallo-agent
ciallo-agent
1

atomic-commits

Creates semantic atomic commits using Conventional Commits. Use always when committing changes, staging files, or when asked to commit code. Analyzes diffs, suggests scope, and can split changes into granular commits.

gitcommit-messageconventional-commitscode-quality
tenlisboa
tenlisboa
2

git-adr

>

gitadrarchitecture-decision-recorddocumentation
zircote
zircote
1

landing-the-plane

Checklist for finishing work, pushing a branch, and opening a ready-for-review PR with tests and tracker updates.

gitpull-requestchecklistbranch-management
lambdamechanic
lambdamechanic
11

git-workflow

Activates when user needs help with git operations including branching, rebasing, merging, cherry-picking, stashing, and resolving conflicts. Triggers on "help me rebase", "fix merge conflict", "create branch", "git history", "undo commit", "squash commits", or any git workflow questions.

gitbranchingmergingrebasing
always-further
always-further
1

shirushi

Document ID management for Git repositories. Validates, assigns, and tracks immutable doc_ids across Markdown/YAML files. Use when working with doc_id, document IDs, "@see docid" references, document integrity validation, or shirushi commands.

document-idgitmarkdownyaml
CAPHTECH
CAPHTECH
1

git-workflow

Git運用・ブランチ戦略・コミット規約・PR管理の包括的なガイド。ブランチ戦略の選択、コミットメッセージ規約、コンフリクト解決、Git hooks活用など、Gitに関する全ての判断基準と手順を提供します。

gitbranch-managementcommit-conventionspull-request-management
Gaku52
Gaku52
1

Page 1 of 2 · 64 results