Author Contributions
This skill identifies and summarizes key contributors to a document or project, boosting transparency and understanding of collaborative efforts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add author-contributions npx -- -y @trustedskills/author-contributions
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"author-contributions": {
"command": "npx",
"args": [
"-y",
"@trustedskills/author-contributions"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to retrieve and analyze contribution history directly from GitHub repositories. It allows agents to identify specific authors, track their commit patterns, and understand the evolution of codebases over time.
When to use it
- Investigating who introduced a specific bug or feature in an open-source project.
- Analyzing contributor activity to assess community health or maintainership stability.
- Verifying authorship claims before integrating third-party libraries into your workflow.
- Generating reports on code ownership for audit or compliance purposes.
Key capabilities
- Querying GitHub repositories for specific user contributions.
- Filtering results by date range, file paths, or commit types.
- Aggregating data across multiple repositories to compare author impact.
- Extracting metadata such as commit messages and associated pull requests.
Example prompts
- "Show me all commits made by 'github-actions[bot]' in the last month for the
microsoft/vscoderepository." - "List the top 5 contributors to the
reactproject based on their commit frequency over the past year." - "Find every file modified by user 'torvalds' that contains the word 'memory' in the commit message."
Tips & gotchas
Ensure your AI agent has read access to the target GitHub repositories, as private data cannot be retrieved without proper authentication. Be mindful of rate limits when querying large numbers of repositories simultaneously to avoid API throttling.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.