cco-report
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseContext Token ROI Report
Context Token ROI报告
Generate and display a comprehensive token usage report across all tracked sessions.
Run:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/report.js fullPresent 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
- Calculate the estimated monthly cost savings if the user maintains current improvement trends
Also run:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js suggest "$(pwd)"And present the smart suggestions (files to preload, files to avoid) for the current project directory.
生成并展示所有跟踪会话的全面Token使用报告。
运行:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/report.js full向用户展示完整报告。展示后,提供可执行的洞察建议:
- 如果浪费趋势正在恶化,向用户发出警告并提出具体修改建议
- 如果存在高浪费文件,建议用户在未来会话中避免读取这些文件,或使用更有针对性的读取方式(偏移量/限制)
- 如果每会话平均Token使用量较高,建议采用任务拆分策略
- 计算如果用户保持当前改进趋势,每月可节省的预估成本
同时运行:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js suggest "$(pwd)"并展示针对当前项目目录的智能建议(预加载文件、避免读取的文件)。