Analyze Repo

🌐Community
by miles990 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add analyze-repo npx -- -y @trustedskills/analyze-repo
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
miles990
Installs
14

🌐 Community

Passed automated security scans.