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

Git Workflow

porbobmatnyc·bobmatnyc· v1.0.0 · atualizado em 2026-04-10
80
Score

Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.

gitversion-controlbranchingcommit-messagecode-managementcollaborationworkflow
Linguagens
TypeScriptJavaScriptPythonJavaC#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgit-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 aBitbucket CLI (bkt)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aGradle Build Performance
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aGitLab CLI (glab) Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Git Workflow
git-workflow
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
explain git workflowguide me through git branchingshow me how to commit changes in githelp me resolve git conflictswhat are git best practiceshow to use git stashhow to revert a commithow to cherry-pick commits

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

Links

GitHub Repository