Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Author Contributions

pormicrosoft·microsoft· v1.0.0 · atualizado em 2026-04-10
80
Score

Identify all files a specific author contributed to on a branch versus its upstream, tracing code through renames. Use when asked who edited what, what code an author contributed, or to audit authorship before a merge. This skill should be run as a subagent — it performs many git operations and returns a concise table.

gitcode-analysisauthorshipcode-contributionversion-controlcode-auditbranch-analysis
Linguagens
multi-language
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdauthor-contributions/workflow
1
Identify Author: — Determine the author's exact git identity using `git log`.
2
Collect Direct Contributions: — Find all files the author directly committed to using `git log` and `git diff-tree`.
3
Build Rename Map: — Extract file renames from all commits on the branch using `git diff-tree`.
4
Get Merge Diff: — Obtain the list of files that will be merged using `git diff`.
5
Classify Files: — Categorize each file as DIRECT or VIA_RENAME based on the author's contributions and the rename map.
6
Get Diff Stats: — Calculate the lines added/removed for each file using `git diff --stat`.
7
Format Table: — Create a markdown table summarizing the author's contributions.

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 aRust Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aGo Code Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aFix Errors
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Author Contributions
author-contributions
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.REFLECT
5.ACT
Triggers8
find files an author contributed toidentify code contributions by authoraudit authorship before a mergewho edited what on this branchwhat code did author X contributelist files modified by a specific authordetermine author's contributions on a branchtrace code contributions through renames

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 author-contributions
$ synaptic skills detail author-contributions
$ synaptic skills live author-contributions

Dependências

gitpython

Links

GitHub Repository