context-scope

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Run the codecontext scope command on the target file to surface all @context annotations sorted by priority.
bash
npx codecontext --scope $ARGUMENTS
Present the results grouped by priority:
  • Critical — MUST read before editing. Violating these risks defects or constraint violations.
  • High — SHOULD read. Significantly reduces risk of unintended consequences.
  • Normal/Low — Informational context.
If any annotations contain
{@link file:.claude/skills/.../SKILL.md}
references, tell the user which skill to load before editing that code.
If annotations have
review-required
or
stale
status, flag them and recommend the user verify or update the
[verified:YYYY-MM-DD]
date.
在目标文件上运行codecontext scope命令,以按优先级显示所有@context注解。
bash
npx codecontext --scope $ARGUMENTS
按优先级分组展示结果:
  • Critical — 编辑前必须阅读。违反这些约束可能导致缺陷或违反限制条件。
  • High — 应该阅读。能显著降低意外后果的风险。
  • Normal/Low — 信息性背景说明。
如果任何注解包含
{@link file:.claude/skills/.../SKILL.md}
引用,请告知用户在编辑该代码前需要加载哪个skill。
如果注解带有
review-required
stale
状态,请标记出来并建议用户验证或更新
[verified:YYYY-MM-DD]
日期。