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

Git Workflows Skill

porautumnsgrove·autumnsgrove· v1.0.0 · atualizado em 2026-04-11
80
Score

Execute git operations using Conventional Commits format with proper branching strategies and safe workflows. Use when making commits, managing branches, or performing git operations.

gitversion-controlconventional-commitsbranching-strategycode-managementci-cdrepository-management
Linguagens
Shell
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgit-workflows/workflow
1. Check the current status of the git repository using `git status`.
2. Stage the necessary changes using `git add .` or `git add <file>`.
3. Commit the changes using `git commit -m "<type>: <description>"`, following the Conventional Commits format.
4. If creating a new feature, create a new branch using `git checkout -b feature/<feature-name>`.
5. After completing the feature, merge the branch back into the main branch using `git checkout main && git merge feature/<feature-name>`.
6. Resolve any merge conflicts that arise during the merge process.
7. Push the changes to the remote repository using `git push origin <branch-name>`.

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 ←Push
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar a ←jj (Jujutsu) — Version Control for Agent Workflows
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←Project Workspace Cleaner
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Land
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar a ←Pull
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
76

Árvore do Skill

Git Workflows Skill
git-workflows
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
make a git commitcreate a new branchmerge branchesresolve a merge conflictreview git historyinitialize a git repositorystash changesundo git changes

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 git-workflows
$ synaptic skills detail git-workflows
$ synaptic skills live git-workflows

Links

GitHub Repository