Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Create Branch Command

porruchernchong·ruchernchong· v1.0.0 · atualizado em 2026-04-10
79
Score

Create and checkout a new git branch with smart validation and GitHub issue integration

gitbranchinggithubversion-controldevelopment-workflowcliissue-tracking
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcreate-branch/workflow
1
Check for GitHub CLI: — If an issue number is provided, verify if GitHub CLI is installed.
2
Validate Issue: — If using GitHub CLI, verify the issue exists.
3
Create Branch (GitHub CLI): — If GitHub CLI is available and issue is valid, create and checkout the branch using `gh issue develop`.
4
Get Branch Name: — If no issue number is provided, get the desired branch name from the user.
5
Validate Branch Name: — Apply prefix and validate the branch name.
6
Check for Duplicates: — Check for existing local and remote branches with the same name.
7
Create and Checkout Branch: — Create and checkout the new branch using `git checkout -b`.
8
Push to Remote: — Ask the user if they want to push the branch to the remote repository.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSolana Development Skill (framework-kit-first)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aCoder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aElysiaJS Development Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84

Árvore do Skill

Create Branch Command
create-branch
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
create a new branchmake a new branchstart a new feature branchcreate branch for issuecreate a bugfix branchbranch from maincreate a branch with a specific name

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download create-branch
$ synaptic skills detail create-branch
$ synaptic skills live create-branch

Dependências

git

Links

GitHub Repository