skill-reviewer
Identify improvement opportunities in Claude Code skills through targeted review operations. Complements review-multi by focusing on actionable improvements rather than scoring. Use when seeking specific improvements, conducting improvement-focused reviews, or identifying enhancement opportunities for existing skills.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o skill-reviewer.zip https://jpskill.com/download/9493.zip && unzip -o skill-reviewer.zip && rm skill-reviewer.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/9493.zip -OutFile "$d\skill-reviewer.zip"; Expand-Archive "$d\skill-reviewer.zip" -DestinationPath $d -Force; ri "$d\skill-reviewer.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
skill-reviewer.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
skill-reviewerフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Skill Reviewer
Overview
skill-reviewer identifies specific, actionable improvements for Claude Code skills. While review-multi provides comprehensive scoring (1-5), skill-reviewer focuses on finding and documenting improvement opportunities.
Purpose: Improvement discovery for existing skills
Integration with review-multi:
- review-multi: Comprehensive scoring, production readiness
- skill-reviewer: Improvement hunting, enhancement focus
- Use together: review-multi scores, skill-reviewer improves
The 4 Review Operations:
- Content Enhancement Review - Find content that could be clearer, more complete, better examples
- Usability Improvement Review - Identify user experience enhancements
- Integration Opportunity Review - Find integration and composition opportunities
- Efficiency Improvement Review - Identify ways to make skill more efficient
When to Use
- Finding improvements for good skills (score 4-5 but could be better)
- Post-deployment enhancement planning
- Continuous improvement iterations
- User feedback incorporation
- Periodic skill refreshes
Operations
Operation 1: Content Enhancement Review
Focus: Better examples, clearer explanations, additional scenarios
Process:
- Review examples - could any be more concrete/helpful?
- Check explanations - any unclear sections?
- Review scenarios - missing important use cases?
- Check completeness - any gaps?
Output: List of content improvements with priorities
Operation 2: Usability Improvement Review
Focus: Easier to use, faster to learn, more effective
Process:
- Test actual usage - where's friction?
- Check learning curve - could it be easier?
- Review navigation - could it be clearer?
- Check Quick Reference - could it be more helpful?
Output: UX improvement opportunities
Operation 3: Integration Opportunity Review
Focus: Better integration with other skills, new composition possibilities
Process:
- Review skill dependencies - could integration be smoother?
- Check for workflow opportunities - could this compose with others?
- Look for synergies - which skills work well together?
- Identify gaps - what's missing for good integration?
Output: Integration enhancement opportunities
Operation 4: Efficiency Improvement Review
Focus: Faster to use, better automation, reduced effort
Process:
- Check for automation opportunities
- Review process efficiency - any unnecessary steps?
- Look for shortcuts - quick paths for common cases?
- Check token efficiency - context optimization possible?
Output: Efficiency improvement opportunities
Quick Reference
| Operation | Focus | Output |
|---|---|---|
| Content Enhancement | Examples, clarity, scenarios | Content improvements |
| Usability Improvement | UX, learning curve, friction | UX enhancements |
| Integration Opportunity | Composition, synergies | Integration ideas |
| Efficiency Improvement | Automation, speed | Efficiency gains |
Use with: review-multi (scoring) + skill-reviewer (improvements) + skill-updater (apply changes)
skill-reviewer finds improvement opportunities to make good skills even better.