en un clic
code-review
Performs thorough code reviews covering bugs, security vulnerabilities, performance, and style. Use when the user asks to review code, check a pull request, or audit a file for issues.
Menu
Performs thorough code reviews covering bugs, security vulnerabilities, performance, and style. Use when the user asks to review code, check a pull request, or audit a file for issues.
Extract text and tables from PDF files, fill PDF forms, merge and split documents. Use when the user mentions PDFs, forms, document extraction, or needs to combine multiple PDF files.
Creates and writes professional README.md files for software projects. Use when the user asks to write a README, create documentation, or generate project docs from existing code or a description.
| name | code-review |
| description | Performs thorough code reviews covering bugs, security vulnerabilities, performance, and style. Use when the user asks to review code, check a pull request, or audit a file for issues. |
| license | Apache-2.0 |
| metadata | {"author":"example-org","version":"1.0"} |
Perform a structured code review across four dimensions: correctness, security, performance, and style. Always be constructive and explain the reasoning behind each suggestion.
Check for:
Check for:
Check for:
Check for:
Structure feedback as:
## Summary
<2-3 sentence overview>
## Issues Found
### 🔴 Critical
- [file:line] Description of issue and why it matters
### 🟡 Suggestions
- [file:line] Description of improvement
### ✅ Looks Good
- Well-implemented patterns worth noting