Analyze Customization Evaluations
UTILITY SKILL. ANALYSIS ONLY. INVOKES: Waza CLI, local skill files, result JSON.
Read analysis playbook before producing the report.
USE FOR:
- "analyze" button equivalent.
- "analyze my skills folder"
- "analyze Waza evaluation results"
- "which skills will fail Waza?"
- "show skill evaluation health"
DO NOT USE FOR:
- Editing skills; use
fix-customization-evaluation-diagnostics. - Product test failures.
- Creating new skills.
Workflow
- Locate the skills root and newest Waza result JSON files.
- Run
scripts/analyze_waza_workspace.py [skills-root] [results-dir]. - Run
waza models,waza coverage, andwaza check <skill-path>for relevant skills. - Optionally run
waza quality <skill-path> --model <available-model>. - Report findings only: readiness, triggers, token/reference issues, missing evals, model/session blockers, and recommended next commands.
Examples:
- Model unavailable in result JSON -> classify as runner config, not trigger failure.
waza checkfinds orphaned refs -> report link needed.- Missing eval -> report coverage gap.
Troubleshooting
- If
wazais missing, locate the VS Code globalStorage binary before falling back. - If JSON is malformed, report the file and continue with other results.
- If a model is unavailable, recommend an installed model instead of editing triggers.
Output
Give a concise table or bullets with evidence, severity, affected file, and next action. Do not patch files unless the user then asks to fix.