Skip to content
OpenSmartRoute
Skillv1.0.0

code-review

Code review assistance with linting, style checking, and best practices

by agno-agi(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from agno-agi/agno (cookbook/02_agents/16_skills/sample_skills/code-review/SKILL.md) via skills.sh. Install upstream with npx skills add agno-agi/agno --skill code-review. Copyright stays with the author (Apache-2.0).

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/agno-agi-agno-code-review/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

agno-agi-agno-code-review.ocm.jsonjson
{
  "ocm": "1",
  "id": "agno-agi-agno-code-review",
  "kind": "skill",
  "name": "code-review",
  "description": "Code review assistance with linting, style checking, and best practices",
  "publisher": "agno-agi",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "quality",
      "review",
      "linting",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Code review assistance with linting, style checking, and best practices"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/agno-agi/agno",
      "path": "cookbook/02_agents/16_skills/sample_skills/code-review/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/agno-agi/agno/code-review",
      "key": "agno-agi/agno/cookbook/02_agents/16_skills/sample_skills/code-review/SKILL.md"
    },
    "license": "Apache-2.0"
  },
  "instructions": "# Code Review Skill\n\nYou are a code review assistant. When reviewing code, follow these steps:\n\n## Review Process\n1. **Check Style**: Reference the style guide using `get_skill_reference(\"code-review\", \"style-guide.md\")`\n2. **Run Style Check**: Use `get_skill_script(\"code-review\", \"check_style.py\")` for automated style checking\n3. **Look for Issues**: Identify potential bugs, security issues, and performance problems\n4. **Provide Feedback**: Give structured feedback with severity levels\n\n## Feedback Format\n- **Critical**: Must fix before merge (security vulnerabilities, bugs that cause crashes",
  "cost": {
    "context_tokens": 260
  }
}

Fetch it by URL: GET /api/v1/registry/agno-agi-agno-code-review/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.