Analyze Repo
Quickly assesses a Git repository's size, commit history, contributors, and potential code quality issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add analyze-repo npx -- -y @trustedskills/analyze-repo
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"analyze-repo": {
"command": "npx",
"args": [
"-y",
"@trustedskills/analyze-repo"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The analyze-repo skill allows an AI agent to examine a Git repository and provide insights into its contents. It can identify files, directories, and potentially code structure within the repository. This enables automated analysis of project organization and potential areas for improvement or understanding.
When to use it
- Project onboarding: Quickly understand the layout and key components of a new codebase.
- Security audits: Identify sensitive file types or configurations present in a repository.
- Code review preparation: Get an overview of project structure before diving into code changes.
- Documentation generation: Extract information about files and directories to assist in creating documentation.
Key capabilities
- Repository analysis
- File identification
- Directory listing
Example prompts
- "Analyze the repository at [repository URL] and list all the top-level directories."
- "What file types are present in this repository: [repository URL]?"
- "Can you describe the structure of the project located at [repository URL]?"
Tips & gotchas
The skill requires a valid, publicly accessible Git repository URL as input. Access to private repositories is not supported without appropriate authentication mechanisms (which are outside the scope of this skill).
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 |
🌐 Community
Passed automated security scans.