code-review
Review code for bugs, style issues, and improvements. Use when asked to review, audit, or critique code quality.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code for bugs, style issues, and improvements. Use when asked to review, audit, or critique code quality.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | code-review |
| description | Review code for bugs, style issues, and improvements. Use when asked to review, audit, or critique code quality. |
| args | [{"name":"file_or_directory","description":"Path to the file or directory to review","required":true}] |
| tags | ["code","review","quality"] |
| category | development |
| version | 1.0.0 |
| author | theonlyamos |
| allowed-tools | ["bash","read-file"] |
| safety | {"risk-level":"low"} |
Review the code at "$(arg file_or_directory)":
Read the file(s) thoroughly
Analyze for the following categories:
Rate each issue by severity:
For each issue found:
### [severity emoji] [category]: Brief description
- **File:** `filename:line_number`
- **Issue:** What's wrong and why it matters
- **Suggestion:** How to fix it
End with a summary table:
## Summary
| Severity | Count |
|----------|-------|
| 🔴 Critical | N |
| 🟡 Warning | N |
| 🔵 Suggestion | N |
If no issues are found, say so — don't invent problems.
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates