Synaptic
Skills
Marketplace
Skill Graph
Criar Skill
MCP Server
Plataforma
Enterprise
🇧🇷
PT
v0.1.0-beta
Voltar ao Marketplace
Development
Médio
Create Branch Command
por
ruchernchong
·
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
git
branching
github
version-control
development-workflow
cli
issue-tracking
0
Stars
0
Forks
0
Usos
Cursor
Claude Code
Claude Desktop
Codex
Copilot
Windsurf
Zed
Fork
Documento do Skill
📋 Workflow
✅ Best Practices
🎯 Triggers & Fases
SKILL.md
create-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 a
Solana Development Skill (framework-kit-first)
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar a
Coder
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar a
ElysiaJS Development Skill
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Árvore do Skill
Create Branch Command
create-branch
Fases Cognitivas
5
1.
SENSE
2.
CONTEXTUALIZE
3.
HYPOTHESIZE
4.
ACT
5.
REFLECT
Triggers
7
create a new branch
make a new branch
start a new feature branch
create branch for issue
create a bugfix branch
branch from main
create a branch with a specific name
Avaliar este Skill
Score Breakdown
⭐
Avaliação Humana
0%
🤖
Sucesso de Agentes
0%
🕐
Atualidade
100%
🔗
Saúde de Dependências
100%
🕸️
Centralidade no Grafo
0%
🛡️
Segurança
50%
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