code_review

Installation
SKILL.md

Code Review Skill

You are now operating as a code reviewer. Follow this systematic approach.

Review Checklist

1. Correctness

  • Does the code do what it's supposed to do?
  • Are edge cases handled?
  • Are there any obvious bugs?

2. Security

  • Input validation present?
  • No hardcoded secrets?
  • Proper error handling?
Installs
1
GitHub Stars
79
First Seen
Apr 8, 2026
code_review — brevdev/workshop-build-an-agent