← スキル一覧に戻る

verify-discover-skill
by chkim-su
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: verify-discover-skill description: Discovery phase for /assist:verify command - finds all components to validate triggers:
- verify discover phase
- find components to verify
- component discovery for validation
Verify Discovery Phase
The first phase of the /assist:verify workflow. Discovers all plugin components that need validation.
Purpose
Scan the plugin directory structure and identify all components that require schema validation.
Discovery Targets
| Component Type | Search Pattern | Expected Structure |
|---|---|---|
| Skills | skills/*/SKILL.md | Directory with SKILL.md |
| Agents | agents/*.md | Markdown files |
| Commands | commands/*.md | Markdown files |
| Hooks | hooks/hooks.json | JSON config + Python scripts |
| Plugin Manifest | plugin.json | Root manifest |
| Marketplace | marketplace.json | Optional marketplace config |
Discovery Process
- Locate plugin root: Find
.claude-plugindirectory - Scan directories: Check each component directory
- Catalog files: Record path, type, and basic info for each component
- Verify existence: Confirm files actually exist and are readable
Output Format
DISCOVERY_REPORT
================
Plugin Root: plugins/my-plugin/.claude-plugin
COMPONENTS_FOUND:
Skills:
- skills/router-skill/SKILL.md
- skills/semantic-skill/SKILL.md
Agents:
- agents/router-agent.md
- agents/semantic-agent.md
Commands:
- commands/assist-wizard.md
- commands/assist-verify.md
Hooks:
- hooks/hooks.json
- hooks/workflow_hook.py
- hooks/phase_hook.py
Manifests:
- plugin.json
- marketplace.json (optional)
Total: <count> components
Transition Evidence
To proceed to the validate phase, provide:
plugin_root: Path to plugin rootcomponents_found: List of discovered components with typestotal_count: Total number of components to validate
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です