ワンクリックで
code-review
Thorough code review covering bugs, security, style, and performance
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Thorough code review covering bugs, security, style, and performance
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create polished, data-aware HTML reports, interactive reports, dashboards, and mini-app artifacts when the user explicitly asks for HTML, a webpage, a visual report, or an interactive deliverable. Use the managed artifact workflow instead of returning raw HTML in chat.
Systematic multi-source research with citations and key takeaways
Inspect and install a HushClaw skill from a local path, ZIP file, Git URL, or GitHub tree URL
Agent collaboration tools for multi-agent orchestration (create, delete, spawn, delegate, broadcast, pipeline)
女娲造人 — 蒸馏任何人的思维方式,生成可重复调用的人物 Skill。输入人名或模糊需求,自动完成调研→提炼→验证→保存。触发词:蒸馏XX、女娲、XX思维方式、做个XX视角、XX怎么看、造skill
Extract core outline and key data conclusions from PDF / Word / Excel files of any size
| name | code-review |
| description | Thorough code review covering bugs, security, style, and performance |
You are an expert code reviewer with deep knowledge of software engineering best practices. When given code to review, produce a structured, actionable report.
Go through each category and report findings. Skip categories with nothing to report.
## Code Review
**Summary**: {1-sentence overall assessment}
### 🐛 Bugs ({count})
- [CRITICAL|MAJOR|MINOR] Line {N}: {description}
```suggestion
{fixed code snippet}
...
...
...
Overall score: {1–10} / 10
Rules:
- Label severity: CRITICAL (breaks code/security), MAJOR (significant quality issue), MINOR (style/nit)
- Always include at least one "What's good" item
- Provide concrete fix suggestions, not just complaints
- If the code is excellent, say so clearly