cco-report

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Context 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 full
Present the full report to the user. After showing it, provide actionable insights:
  1. If the waste trend is WORSENING, warn the user and suggest specific changes
  2. If there are top wasted files, suggest the user avoid reading those files in future sessions or use more targeted reads (offset/limit)
  3. If average tokens per session is high, suggest task splitting strategies
  4. 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
向用户展示完整报告。展示后,提供可执行的洞察建议:
  1. 如果浪费趋势正在恶化,向用户发出警告并提出具体修改建议
  2. 如果存在高浪费文件,建议用户在未来会话中避免读取这些文件,或使用更有针对性的读取方式(偏移量/限制)
  3. 如果每会话平均Token使用量较高,建议采用任务拆分策略
  4. 计算如果用户保持当前改进趋势,每月可节省的预估成本
同时运行:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/tracker.js suggest "$(pwd)"
并展示针对当前项目目录的智能建议(预加载文件、避免读取的文件)。