Validate Skills
Validate skills for Claude Code, Codex, and/or Copilot CLI compatibility.
Validate Skills
Validate installed skills using the skrills MCP server.
Use the mcp__plugin_skrills_skrills__validate-skills tool with:
target: Validation target (claude, codex, copilot, both, or all). Default: bothautofix: Automatically fix issues when possibleerrors_only: Only show skills with errorscheck_dependencies: Validate skill dependencies exist
Parse $ARGUMENTS for:
--target <target>or-t <target>: Which CLI(s) to validate against--autofixor-a: Enable automatic fixes--errors-onlyor-e: Filter to errors only--depsor-d: Check dependencies
Report validation results including:
- Total skills validated
- Skills with errors (must fix)
- Skills with warnings (should fix)
- Valid skills
- Specific issues and how to fix them
Handle errors:
- If target invalid: List valid options (claude, codex, copilot, both, all)
- If no skills found: Report empty state with setup suggestions
- If autofix fails: Report which fixes failed and why