Synaptic
Skills
Marketplace
Skill Graph
Criar Skill
MCP Server
Plataforma
Enterprise
🇧🇷
PT
v0.1.0-beta
Voltar ao Marketplace
DevOps
Médio
Git Workflow
por
bobmatnyc
·
bobmatnyc
· v1.0.0 · atualizado em 2026-04-10
80
Score
Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.
git
version-control
branching
commit-message
code-management
collaboration
workflow
Linguagens
TypeScript
JavaScript
Python
Java
C#
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
git-workflow/workflow
1
Initialize or Clone:
— Start with `git init` for a new project or `git clone` for an existing one.
2
Branching:
— Create a new branch using `git checkout -b feature/new-feature`.
3
Make Changes:
— Modify files in your working directory.
4
Staging:
— Add changes to the staging area with `git add .` or `git add <file>`.
5
Commit:
— Commit staged changes with a descriptive message using `git commit -m "feat: add new feature"`.
6
Update Local Branch:
— Keep your branch up-to-date with `git pull origin main` or `git rebase origin/main`.
7
Push Changes:
— Push your branch to the remote repository with `git push origin feature/new-feature`.
8
Create Pull Request:
— Submit a pull request for review and merging.
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
Bitbucket CLI (bkt)
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a
Gradle Build Performance
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar a
GitLab CLI (glab) Skill
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Árvore do Skill
Git Workflow
git-workflow
Fases Cognitivas
5
1.
SENSE
2.
CONTEXTUALIZE
3.
RECOMMEND
4.
ACT
5.
REFLECT
Triggers
8
explain git workflow
guide me through git branching
show me how to commit changes in git
help me resolve git conflicts
what are git best practices
how to use git stash
how to revert a commit
how to cherry-pick commits
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 git-workflow
$
synaptic skills detail git-workflow
$
synaptic skills live git-workflow
Links
GitHub Repository