cco-digest

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Context Efficiency Digest

情境效率摘要

Generate and display an efficiency digest for the specified time period.
Parse $ARGUMENTS for the number of days (default: 7).
Run:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/digest.js $ARGUMENTS
Present the digest to the user. Highlight:
  1. Their efficiency grade (S/A/B/C/D/F) and what it means
  2. Which score components are weakest and how to improve them
  3. Cost savings opportunities
  4. Trend over time — is efficiency improving or declining?
If grade is C or below, provide 3 specific actionable tips. If grade is A or above, congratulate them and suggest advanced techniques.
生成并展示指定时间段的效率摘要。
解析$ARGUMENTS以获取天数(默认值:7)。
运行:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/digest.js $ARGUMENTS
向用户展示摘要。重点突出:
  1. 他们的效率等级(S/A/B/C/D/F)及其含义
  2. 哪些评分维度表现最差以及如何改进
  3. 成本节约机会
  4. 随时间变化的趋势——效率是在提升还是下降?
如果等级为C或更低,提供3条具体的可操作建议。 如果等级为A或更高,向他们表示祝贺并建议进阶技巧。