tatat/agents-playground

code-review

Review code for quality, security vulnerabilities, and best practices compliance

First seen Jan 20, 2026

Installation

$ npx skills add tatat/agents-playground --skill code-review

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 tatat/agents-playground · top by installs.

npx skills add tatat/agents-playground

Browse all from tatat/agents-playground

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 Not declared

Repository health

Stars 5
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 762 B
  • docs SUMMARY.md 99 B

History

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

SKILL.md

Code Review

Review code for quality, security issues, and best practices.

Capabilities

  • Identify bugs and potential issues
  • Check for security vulnerabilities (OWASP top 10)
  • Suggest performance improvements
  • Verify coding standards compliance

Checklist

  1. Error handling - proper try/catch, edge cases
  2. Security - input validation, injection prevention
  3. Performance - unnecessary loops, memory leaks
  4. Readability - naming, comments, structure

Output Format

Returns structured feedback with:

  • severity: critical | warning | info
  • location: file:line
  • message: description of the issue
  • suggestion: how to fix