npx claudepluginhub plipowczan/claude-piv-skeleton --plugin piv-speckitcommands/validation//learning-statusDisplays learning metrics dashboard showing reviews analyzed, issue trends by category/severity, recurring issues, improvement effectiveness, and recommendations.
Display the current state of the learning system:
Read .claude/agents/learning/learning-metrics.md
Format and display the metrics in a user-friendly format:
╔══════════════════════════════════════════════════════════════╗
║ LEARNING METRICS DASHBOARD ║
╠══════════════════════════════════════════════════════════════╣
║ Last Updated: {timestamp} ║
║ Reviews Analyzed: {N} ║
╠══════════════════════════════════════════════════════════════╣
║ ISSUE TRENDS ║
╠─────────────┬───────┬────────────────┬───────────────────────╣
║ Category │ Total │ Last 5 Reviews │ Trend ║
╠─────────────┼───────┼────────────────┼───────────────────────╣
║ Logic │ {N} │ {N} │ {↑↓→} ║
║ Security │ {N} │ {N} │ {↑↓→} ║
║ Performance │ {N} │ {N} │ {↑↓→} ║
║ Quality │ {N} │ {N} │ {↑↓→} ║
╠══════════════════════════════════════════════════════════════╣
║ RECURRING ISSUES (Need Attention) ║
╠══════════════════════════════════════════════════════════════╣
║ 1. {Issue title} - {N} occurrences ║
║ 2. {Issue title} - {N} occurrences ║
╠══════════════════════════════════════════════════════════════╣
║ IMPROVEMENT SUGGESTIONS ║
╠──────────────┬──────────┬─────────────────────────────────────╣
║ Generated │ Applied │ Pending ║
║ {N} │ {N} │ {N} ║
╠══════════════════════════════════════════════════════════════╣
║ LEARNING EFFECTIVENESS ║
╠══════════════════════════════════════════════════════════════╣
║ Issues Prevented (est.): {N} ║
║ Rules Updated: {N} ║
║ Skills Enhanced: {N} ║
╚══════════════════════════════════════════════════════════════╝
Based on metrics, suggest actions:
## Recommendations
{If recurring issues exist}
- **Address recurring issues:** Run `/piv-speckit:suggest-improvement` for top recurring issues
{If no recent analysis}
- **Run learning analysis:** No reviews analyzed recently. Run `/piv-speckit:learn`
{If suggestions pending}
- **Review pending suggestions:** {N} suggestions awaiting approval in `.claude/agents/learning/suggestions/`
Formatted dashboard display with recommendations.
/piv-speckit:learning-status