| name | kco-report |
| description | Show detailed token ROI report across all tracked sessions |
| whenToUse | When the user runs /kco-report or asks for a full token usage/waste report across sessions |
Context Token ROI Report
Generate and display a comprehensive token usage report across all tracked sessions.
Run:
node ${KIMI_SKILL_DIR}/../../src/report.js full
Present the full report to the user. After showing it, provide actionable insights:
- If the waste trend is WORSENING, warn the user and suggest specific changes
- If there are top wasted files, suggest the user avoid reading those files in future sessions or use more targeted reads (offset/limit)
- If average tokens per session is high, suggest task splitting strategies
- Estimate the monthly token savings if the user maintains current improvement trends
Also run:
node ${KIMI_SKILL_DIR}/../../src/tracker.js suggest "$(pwd)"
And present the smart suggestions (files to preload, files to avoid) for the current project directory.