code-review
Installation
SKILL.md
Code Review
Perform a systematic code review covering these categories:
Review Checklist
1. Correctness
- Logic errors, off-by-one, null/None handling
- Edge cases: empty inputs, large inputs, concurrent access
- Error handling: are exceptions caught and handled properly?
2. Security
- Input validation and sanitization
- SQL injection, XSS, command injection
- Secrets in code, hardcoded credentials
- Authentication and authorization checks
Related skills
More from vstorm-co/pydantic-deepagents
data-analysis
Comprehensive data analysis skill for CSV files using Python and pandas
22test-generator
Generate pytest test cases for Python functions and classes
11report-writing
Guidelines for writing well-structured, cited research reports
1data-formats
Working with diverse data formats: binary, text, structured, and custom
1