一键导入
health-discover-skill
Discovery phase for /assist:health-check command - finds components for health analysis
菜单
Discovery phase for /assist:health-check command - finds components for health analysis
Aggregation phase for /assist:health-check command - produces final report
Analysis phase for /assist:health-check command - scores each component
Common schema validation rules for all plugin components
Connectivity phase for /assist:verify command - validates cross-references
Discovery phase for /assist:verify command - finds all components to validate
Validation phase for /assist:verify command - validates each component
| name | health-discover-skill |
| description | Discovery phase for /assist:health-check command - finds components for health analysis |
| triggers | ["health-check discover phase","find components for health analysis","health discovery"] |
The first phase of the /assist:health-check workflow. Discovers all plugin components for health analysis.
Scan the plugin directory and identify all components that will undergo health analysis.
This phase discovers the same components as verify-discover but with a focus on gathering metadata needed for health scoring:
| Component Type | Discovery Info |
|---|---|
| Skills | Path, name, trigger count, content length |
| Agents | Path, name, tool count, system prompt length |
| Commands | Path, name, tool count, documentation length |
| Hooks | Path, event types, script count |
| Manifests | Path, field completeness |
.claude-plugin directoryHEALTH_DISCOVERY_REPORT
=======================
Plugin Root: plugins/my-plugin/.claude-plugin
COMPONENTS_FOR_ANALYSIS:
Skills (3):
- router-skill: 5 triggers, 1200 chars
- semantic-skill: 4 triggers, 980 chars
- execute-skill: 3 triggers, 850 chars
Agents (3):
- router-agent: 4 tools, 2000 chars
- semantic-agent: 5 tools, 1800 chars
- execute-agent: 6 tools, 2200 chars
Commands (2):
- assist: 6 tools, full docs
- verify: 4 tools, full docs
Hooks:
- 4 event handlers, 5 scripts
Total: 11 components ready for analysis
To proceed to analyze phase, provide:
plugin_root: Path to plugin rootcomponents: List of components with metadatatotal_count: Total components to analyze