Skip to content
BeClaude

agent-code-analyzer

New
13.8kSmitheryGeneralby ruvnet

Agent skill for code-analyzer - invoke with $agent-code-analyzer

Summary

The agent-code-analyzer skill enables Claude Code to perform deep analysis of codebases, identifying patterns, bugs, and optimization opportunities.

  • It helps developers quickly understand complex code, enforce best practices, and improve code quality without manual inspection.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "agent-code-analyzer": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Analyze a pull request for potential bugs and code smells before merging.
Identify unused dependencies and dead code in a large project.
Review code for security vulnerabilities like SQL injection or XSS.
Check for adherence to coding standards and style guides across the codebase.
Find performance bottlenecks in critical code paths.
Generate documentation for complex functions and modules based on code analysis.

Usage Examples

1

/agent-code-analyzer Analyze the src/ directory for any security vulnerabilities and suggest fixes.

2

Run agent-code-analyzer on the latest commit to check for code quality issues.

3

/agent-code-analyzer Find all unused imports and dead code in the project.

View source on GitHub
agentproductivity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is agent-code-analyzer?

The agent-code-analyzer skill enables Claude Code to perform deep analysis of codebases, identifying patterns, bugs, and optimization opportunities. It helps developers quickly understand complex code, enforce best practices, and improve code quality without manual inspection.

How to install agent-code-analyzer?

To install agent-code-analyzer: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "agent-code-analyzer": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is agent-code-analyzer best for?

agent-code-analyzer is a mcp categorized under General. It is designed for: agent, productivity. Created by ruvnet.

What can I use agent-code-analyzer for?

agent-code-analyzer is useful for: Analyze a pull request for potential bugs and code smells before merging.; Identify unused dependencies and dead code in a large project.; Review code for security vulnerabilities like SQL injection or XSS.; Check for adherence to coding standards and style guides across the codebase.; Find performance bottlenecks in critical code paths.; Generate documentation for complex functions and modules based on code analysis..