Loading...
Loading...
Use when the user wants to find problems, audit workflow quality, or get a comprehensive health check on their AI workflow.
npx skill4agent add sharpdeveye/maestro diagnose╔══════════════════════════════════════╗
║ MAESTRO DIAGNOSTIC ║
╠══════════════════════════════════════╣
║ Prompt Quality ████░ 4/5 ║
║ Context Efficiency ███░░ 3/5 ║
║ Tool Health ██░░░ 2/5 ║
║ Architecture ████░ 4/5 ║
║ Safety & Reliability ██░░░ 2/5 ║
╠══════════════════════════════════════╣
║ Overall Score: 15/25 ║
╚══════════════════════════════════════╝
CRITICAL FINDINGS:
1. [Most severe issue — immediate action needed]
2. [Second most severe]
3. [Third]
RECOMMENDED ACTIONS:
1. Run /fortify to add error handling (addresses Tool Health + Safety)
2. Run /streamline to reduce tool count (addresses Tool Health)
3. Run /refine for prompt structure improvements (addresses Prompt Quality)| Dimension Gap | Maestro Command | When to Recommend |
|---|---|---|
| Prompt structure, clarity, output schema | | Score ≤ 4 on Prompt Quality |
| Context budget, attention gradient, memory | | Score ≤ 3 on Context Efficiency |
| Tool errors, missing tools, redundant tools | | Score ≤ 3 on Tool Health |
| Tool count reduction, unused tools | | Tool count > 7 or unused tools found |
| Safety gaps, error recovery, validation | | Score ≤ 3 on Safety & Reliability |
| Test coverage, golden tests, evaluation | | No automated tests or evaluation strategy |
| Architecture boundaries, observability | | Score ≤ 3 on Architecture Fitness |
Runto [specific action] (addresses [Dimension] #[gap number]){{command_prefix}}<command>
| Score | Meaning | Maestro Action |
|---|---|---|
| 5 | Production-excellent | No action needed |
| 4 | Good with minor gaps | |
| 3 | Functional but risky | |
| 2 | Significant issues | |
| 1 | Broken or missing | |
{{command_prefix}}fortify{{command_prefix}}streamline{{command_prefix}}refine