branch
Create Git Workflow Branches
Manual branch naming can slow specification and implementation workflows. This skill guides Claude, Codex, or Claude Code to create consistent spec and impl branches.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "branch" from https://skillstore.io/skills/clionegohan-branch.md and its manifest at https://skillstore.io/api/skills/clionegohan-branch/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 "branch". Create a spec branch for action 001-01-01 named user auth.
Expected outcome:
- Proposed branch: spec/001-01-01-user-auth
- Base branch: main
- Status: waiting for confirmation before creating the branch
Using "branch". Start implementation for action 002-03-04 with description audit-log.
Expected outcome:
- Proposed branch: impl/002-03-04-audit-log
- Uncommitted changes detected
- Options: stash changes, commit changes, or cancel branch creation
Security Audit
Medium RiskMost static findings are false positives caused by Markdown backticks, code fences, and inline examples. The remaining concern is semantic: the documented Git checkout command uses a branch-name placeholder that should be validated before any shell execution.
Confirmed security concerns (1)
Risk Factors
⚙️ External commands (25)
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/clionegohan-branch/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/clionegohan-branch?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/clionegohan-branch?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/clionegohan-branch/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/clionegohan-branch.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
Clionegohan. (2026). branch security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/clionegohan-branch/audits/8BibTeX citation
@techreport{clionegohan-clionegohan-branch-2026,
author = {Clionegohan},
title = {branch security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/clionegohan-branch/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: "branch security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Clionegohan"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/clionegohan-branch/audits/8"
identifiers:
- type: other
value: "skillstore:clionegohan-branch:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Start a specification branch
Create a spec branch before drafting requirements or design notes.
Open an implementation branch
Create an impl branch before coding an approved action item.
Standardize branch naming
Keep team branches aligned with action IDs and short descriptions.
Try These Prompts
Use the branch skill to create a spec branch for action 001-01-01 with description user-auth. Ask before running Git commands.
Create an impl branch for action 001-01-01 using the current repository. Confirm the base branch and branch name first.
Prepare a spec branch for action 002-02-03. If it already exists, show safe options before switching or creating another branch.
Create an impl branch for action 003-04-05 payment-retry. Validate the branch name, check local changes, and ask before each Git action.
Best Practices
- Confirm the base branch and branch name before creating anything.
- Use short descriptions with letters, numbers, and hyphens.
- Resolve uncommitted changes before switching branches.
Avoid
- Creating branches without user confirmation.
- Using long descriptions or unsupported characters in branch names.
- Discarding local changes just to make branch creation easier.
Frequently Asked Questions
What branch types does this skill support?
Does it create remote branches?
Can I use it with Claude Code?
Does it require user confirmation?
What happens if the branch already exists?
What should I check before using it?
Developer Details
Author
ClionegohanLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
02f077c174c5335e2f5d02ca15e77b70d9543e58
Maintenance freshness
7/22/2026
Usage
7 downloads · 190 views
File structure
📄 SKILL.md