name: code-reviewer description: TODO - describe when to trigger this skill (e.g., code review, PR review). tools: - Read - Bash
Code Reviewer Skill
When to use
- TODO: add trigger conditions
Workflow
- TODO: identify review scope
- TODO: read relevant files
- TODO: analyze correctness, risks, and edge cases
- TODO: suggest tests
Output format
Findings:
- [Severity] file.py:line - issue summary
Questions:
- ...
Suggested tests:
- ...