smithery.ai

ai-review

Review code changes with focus on AI best practices and security

First seen Apr 10, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Compatibilityopencode
Declared agents opencode
More metadata
audience
developers
workflow
code-review

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,312 B
  • docs SUMMARY.md 81 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

What I do

  • Review code changes for AI-specific best practices
  • Check for common security issues in AI integrations
  • Verify proper error handling and API key management
  • Ensure documentation meets AI project standards
  • Validate testing approaches for AI components

When to use me

Use this skill when reviewing pull requests or code changes that involve:

  • AI model integrations
  • API calls to AI services
  • Configuration changes for AI tools
  • New AI agent implementations

Ask clarifying questions if the scope of changes is unclear or if specific security concerns should be prioritized.

Review checklist

  1. Security

- No hardcoded API keys or secrets - Environment variables used properly - Input validation for AI responses

  1. Error Handling

- Graceful degradation when AI services fail - Proper timeout handling - Retry logic where appropriate

  1. Documentation

- Clear usage examples - API key requirements documented - Configuration options explained

  1. Testing

- Mock AI responses in tests - Test error scenarios - Validate edge cases