with one click
code-review
Review code for quality, bugs, and security issues.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review code for quality, bugs, and security issues.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Compute checksums (MD5, SHA-256) for text or files.
Build book
Check chapters consistency betweend chapters.md and chapters/*/chapter.md
Review chapter
Does stuff
Extract text and tables from PDF files.
| name | code-review |
| description | Review code for quality, bugs, and security issues. |
| compatibility | Works with Python, JavaScript, and TypeScript files. |
Use this skill when asked to review, analyze, or check code for issues. This includes security audits, bug detection, and code quality assessments.
Run the bundled analysis script to scan for common issues:
python scripts/analyze.py <file> # analyze a file
python scripts/analyze.py -c '<code>' # analyze inline code
Use the script output as the basis for your review, then add your own observations about logic and design.
When reviewing code, check for:
Provide a clear list of issues found, categorized by severity (CRITICAL, WARNING, INFO).