cco-digest
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseContext 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 $ARGUMENTSPresent the digest to the user. Highlight:
- Their efficiency grade (S/A/B/C/D/F) and what it means
- Which score components are weakest and how to improve them
- Cost savings opportunities
- 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向用户展示摘要。重点突出:
- 他们的效率等级(S/A/B/C/D/F)及其含义
- 哪些评分维度表现最差以及如何改进
- 成本节约机会
- 随时间变化的趋势——效率是在提升还是下降?
如果等级为C或更低,提供3条具体的可操作建议。
如果等级为A或更高,向他们表示祝贺并建议进阶技巧。