git-workflow
Standardize Git Workflows
Teams often lose time when branches, commits, and cleanup steps are inconsistent. This skill gives repeatable Git worktree and conventional commit guidance for Claude, Codex, and Claude Code.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "git-workflow" from https://skillstore.io/skills/barnhardt-enterprises-inc-git-workflow.md and its manifest at https://skillstore.io/api/skills/barnhardt-enterprises-inc-git-workflow/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "git-workflow". I need to start issue 42 for user authentication.
Expected outcome:
- Branch name: feature/42-user-authentication
- First commit message: feat(auth): add login form
- Pull request title: feat: add user authentication
Using "git-workflow". I finished a bug fix and need a review plan.
Expected outcome:
- Check that commits use the fix scope and reference the issue.
- Push the branch and open a pull request that closes the issue.
- After merge, remove the worktree and delete the local branch.
Using "git-workflow". My feature branch is behind main and has unfinished changes.
Expected outcome:
- Save unfinished work with a named stash before rebasing.
- Fetch the latest main branch and rebase the feature branch.
- Apply the stash, resolve conflicts, then continue normal review.
Security Audit
SafeStatic alerts map to Markdown fences, Git and GitHub workflow examples, fixed worktree paths, sample aliases, and branch protection prose. No evidence found of prompt injection, credential access, data exfiltration, command injection, or malicious intent.
Risk Factors
โ๏ธ External commands (28)
๐ Filesystem access (5)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/barnhardt-enterprises-inc-git-workflow/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/barnhardt-enterprises-inc-git-workflow?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/barnhardt-enterprises-inc-git-workflow?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/barnhardt-enterprises-inc-git-workflow/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/barnhardt-enterprises-inc-git-workflow.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
Barnhardt-Enterprises-Inc. (2026). git-workflow security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/barnhardt-enterprises-inc-git-workflow/audits/8BibTeX citation
@techreport{barnhardt-enterprises-inc-barnhardt-enterprises-inc-git-workflow-2026,
author = {Barnhardt-Enterprises-Inc},
title = {git-workflow security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/barnhardt-enterprises-inc-git-workflow/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "git-workflow security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Barnhardt-Enterprises-Inc"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/barnhardt-enterprises-inc-git-workflow/audits/8"
identifiers:
- type: other
value: "skillstore:barnhardt-enterprises-inc-git-workflow:audit:8"
description: "Skillstore immutable audit report identifier"
Compare variants
7 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
atman36-git-workflow
2026-08-21
89jobrien-git-workflow
2026-08-21
doyajin174-git-workflow
2026-08-21
barnhardt-enterprises-inc-git-workflow
2026-08-21
cain96-git-workflow
2026-08-21
0xdarkmatter-git-workflow
2026-08-21
supercent-io-git-workflow
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Feature Branch Setup
Create a consistent issue-linked branch and worktree before starting feature development.
Team Commit Standards
Align commit messages, scopes, branch prefixes, and pull request titles across a team.
Repository Cleanup
Plan rebase, stash, worktree removal, and local branch cleanup after pull requests merge.
Try These Prompts
Help me name a branch and first commit for issue 42 about user authentication. Use this git workflow.
Plan the worktree, branch name, and first development steps for a bug fix in issue 57.
Review my planned commits and suggest a pull request title, body summary, and cleanup checklist.
Guide me through stash, rebase, commit cleanup, and worktree removal for a feature branch after review.
Best Practices
- Confirm issue numbers and branch prefixes with team standards before creating worktrees.
- Review rebase steps before rewriting shared branch history.
- Remove stale worktrees and local branches after merged pull requests.
Avoid
- Running cleanup steps before changes are pushed or merged.
- Rebasing a shared branch without coordinating with collaborators.
- Copying example branch names without adapting issue numbers and scope.
Frequently Asked Questions
Does this skill run Git commands automatically?
Can it work with existing branch naming rules?
Does it require GitHub CLI?
Can it help with rebasing?
Does it enforce protected branches?
Is it suitable for Claude, Codex, and Claude Code?
Developer Details
Author
Barnhardt-Enterprises-IncLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Barnhardt-Enterprises-Inc/quetrex-claude/tree/main/skills/git-workflowRef
5ab1d37e83436c6eef84de88573e142b94f2a4ad
Maintenance freshness
7/22/2026
Usage
8 downloads ยท 283 views
File structure
๐ SKILL.md