ワンクリックで
verify-connectivity-skill
Connectivity phase for /assist:verify command - validates cross-references
メニュー
Connectivity phase for /assist:verify command - validates cross-references
Aggregation phase for /assist:health-check command - produces final report
Analysis phase for /assist:health-check command - scores each component
Discovery phase for /assist:health-check command - finds components for health analysis
Common schema validation rules for all plugin components
Discovery phase for /assist:verify command - finds all components to validate
Validation phase for /assist:verify command - validates each component
| name | verify-connectivity-skill |
| description | Connectivity phase for /assist:verify command - validates cross-references |
| triggers | ["verify connectivity phase","cross-reference validation","component connectivity check"] |
The third phase of the /assist:verify workflow. Validates cross-references between components.
Ensure all component references are valid and resolvable. Check that the plugin forms a coherent whole.
When a skill references an agent (e.g., "use the router-agent"):
agents/<agent-name>.mdFor each hook in hooks.json:
For allowed-tools in commands:
For tools in agents:
If marketplace.json exists:
location paths must point to valid plugin directoriesplugin.jsonCONNECTIVITY_REPORT
===================
REFERENCE_CHECKS:
skills/router-skill -> agents/router-agent:
[PASS] Agent file exists
[PASS] Agent has valid frontmatter
hooks/hooks.json -> hooks/workflow_hook.py:
[PASS] Script file exists
[PASS] Python syntax valid
commands/assist.md -> tools:
[PASS] Task tool available
[PASS] Read tool available
[WARN] Custom tool 'mcp__workflow__workflow_transition' - verify availability
CIRCULAR_DEPENDENCY_CHECK:
[PASS] No circular dependencies detected
SUMMARY:
- References checked: 15
- Valid: 14
- Warnings: 1
- Broken: 0
To proceed to schema-check phase, provide:
references_checked: Number of references validatedvalid_count: Number of valid referencesbroken_count: Number of broken references (must be 0 for success)warnings: List of warnings (non-blocking)