Code Review

🌐Community
by agno-agi · vlatest · Repository

Automated code review focusing on performance, security, and best practices within agno-agi's backend systems.

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 agno-agi-code-review npx -- -y @trustedskills/agno-agi-code-review
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "agno-agi-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/agno-agi-code-review"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables an AI agent to perform automated code reviews for agno-agi's backend systems, focusing on performance, security, and adherence to best practices. The review process involves checking code style against a defined guide, running automated style checks using a provided script, identifying potential issues like bugs or vulnerabilities, and providing structured feedback with severity levels. The skill aims to improve code quality and reduce the risk of introducing errors into production.

When to use it

  • Before merging new code changes into agno-agi's backend systems.
  • To proactively identify and address potential security vulnerabilities in existing code.
  • When refactoring or optimizing code for improved performance.
  • As part of a continuous integration/continuous delivery (CI/CD) pipeline to ensure consistent code quality.

Key capabilities

  • Style Guide Reference: Accesses a style guide (style-guide.md) using get_skill_reference.
  • Automated Style Checking: Executes a script (check_style.py) for automated style checks.
  • Issue Identification: Identifies potential bugs, security issues, and performance problems.
  • Structured Feedback: Provides feedback categorized by severity: Critical, Important, and Suggestion.
  • Checklist Enforcement: Verifies adherence to a checklist including naming conventions, secret handling, error handling, function length limits (under 50 lines), security vulnerabilities, and test coverage.

Example prompts

  • "Review this code snippet for potential performance issues."
  • "Can you check this file for any security vulnerabilities?"
  • "Perform a full code review of this pull request, focusing on style and best practices."

Tips & gotchas

  • The skill relies on the style-guide.md document and check_style.py script provided by agno-agi. Ensure these are accessible for accurate results.
  • Feedback is categorized based on severity levels (Critical, Important, Suggestion), which should be considered when addressing review comments.
  • The skill specifically targets agno-agi's backend systems and may not be applicable to other codebases.

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
agno-agi
Installs
153

🌐 Community

Passed automated security scans.