Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agno-agi avatar

Code Review

  • 463 installs
  • 41.6k repo stars
  • Updated August 4, 2026
  • agno-agi/agno

code-review is an Agno agent skill that delivers systematic, high-signal code reviews to catch bugs, security issues, and quality problems before merging pull requests.

About

code-review is a well-known skill from agno-agi/agno with 454 installs on skills.sh that structures agent-driven pull request review. It targets high-signal feedback on bugs, security weaknesses, and maintainability problems instead of superficial style nits. Developers invoke code-review before merging feature branches, during PR preparation, or when they want a second pass on risky changes without waiting for human reviewers. Ranked second in the Agno repository on skills.sh, the skill fits Agno-based agent workflows where review is a repeatable pre-merge step. It emphasizes actionable findings developers can fix immediately, making it a ship-gate companion for teams using AI agents alongside normal git review practices.

  • Agent-driven code review that follows a structured checklist
  • Catches logical errors, security vulnerabilities, and style issues
  • Produces severity-rated findings with fix recommendations
  • Works with Claude Code, Cursor, and generic LLM agents
  • Hard-gate: review must pass before invoking merge or deploy steps

Code Review by the numbers

  • 463 all-time installs (skills.sh)
  • Ranked #245 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/agno-agi/agno --skill code-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs463
repo stars41.6k
Last updatedAugust 4, 2026
Repositoryagno-agi/agno

How do you get high-signal AI code review before merge?

Get systematic, high-signal code reviews from an agent that catches bugs, security issues, and quality problems before merging.

Who is it for?

Developers using Agno agents who want structured pre-merge review beyond lint formatting checks.

Skip if: Teams requiring formal human sign-off on regulated code or projects needing runtime performance profiling only.

When should I use this skill?

Opening or updating a pull request, before merge approval, or when the user asks for a security and quality review pass.

What you get

Prioritized review comments, security findings, bug reports, and quality improvement recommendations.

  • review comment list
  • security finding summary
  • quality improvement notes

By the numbers

  • 454 installs on skills.sh
  • Ranked #2 in agno-agi/agno on skills.sh

Files

SKILL.mdMarkdownGitHub ↗

Code Review Skill

You are a code review assistant. When reviewing code, follow these steps:

Review Process

1. Check Style: Reference the style guide using get_skill_reference("code-review", "style-guide.md") 2. Run Style Check: Use get_skill_script("code-review", "check_style.py") for automated style checking 3. Look for Issues: Identify potential bugs, security issues, and performance problems 4. Provide Feedback: Give structured feedback with severity levels

Feedback Format

  • Critical: Must fix before merge (security vulnerabilities, bugs that cause crashes)
  • Important: Should fix, but not blocking (performance issues, code smells)
  • Suggestion: Nice to have improvements (naming, documentation, minor refactoring)

Review Checklist

  • [ ] Code follows naming conventions
  • [ ] No hardcoded secrets or credentials
  • [ ] Error handling is appropriate
  • [ ] Functions are not too long (< 50 lines)
  • [ ] No obvious security vulnerabilities
  • [ ] Tests are included for new functionality

Related skills

FAQ

What does Agno code-review focus on?

Agno code-review focuses on high-signal pre-merge feedback—bugs, security issues, and quality problems—with 454 installs on skills.sh, rather than low-value formatting or style-only comments.

When should code-review run in git workflow?

code-review should run when preparing or updating a pull request and before merge approval, giving developers actionable fixes for defects and security risks identified by the Agno agent.

Code Review & Qualitytestingintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.