Contributor Codebase Analyzer
>
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add contributor-codebase-analyzer npx -- -y @trustedskills/contributor-codebase-analyzer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"contributor-codebase-analyzer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/contributor-codebase-analyzer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Contributor Codebase Analyzer reads every commit diff within a codebase, quarterly, to assess engineering contributions beyond simple volume metrics. It calculates an accuracy baseline for shipped code, detects design improvements and anti-patterns, and maps codebase structure while identifying technical debt. The skill generates growth reviews with specific evidence from commits, avoiding scores or rankings.
When to use it
- Identify hidden contributors: Discover engineers who simplify complexity rather than adding to it, potentially overlooked by traditional metrics.
- Improve code quality: Detect recurring anti-patterns and areas of technical debt within the codebase.
- Inform growth reviews: Provide specific commit evidence for engineering performance discussions, moving beyond generic feedback.
- Understand dependencies: Map cross-repository dependencies to improve architectural understanding.
Key capabilities
- Reads every commit diff quarterly
- Calculates an accuracy baseline (code shipped without fixes)
- Detects design improvements and anti-patterns
- Maps codebase structure, cross-repo dependencies, and technical debt
- Generates growth reviews with specific commit evidence
Example prompts
- "Analyze the contributions of [engineer's name] in the last quarter."
- "Show me areas of the codebase with recurring design anti-patterns."
- "Generate a report on cross-repository dependencies for the payment processing module."
Tips & gotchas
The skill requires access to a Git or GitLab repository. Analysis is incremental and saves progress, allowing for interruptions and resume later due to agentic context limits.
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.
Installing this skill downloads the exact code at commit d7cce635, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v1.0.0
- License
- MIT
- Author
- anivar
- Installs
- 0
- Updated
- Feb 24, 2026
- Published
- Jan 30, 2026
🔓 Unverified
Not yet reviewed. Use with caution.
Install command fetches the verified snapshot, not the live repository.