ソース情報
- リポジトリ
- CNTWDev/hushclaw
- ソースの最終更新活動
- 2026年3月15日 14:52
- 検出された SKILL.md の言語
- 英語
- スター
- 39
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/CNTWDev/hushclaw --skill code-reviewコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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
SOC 職業分類に基づく
SKILL.md を表示中
| 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