context-scope
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRun the codecontext scope command on the target file to surface all @context
annotations sorted by priority.
bash
npx codecontext --scope $ARGUMENTSPresent 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 references,
tell the user which skill to load before editing that code.
{@link file:.claude/skills/.../SKILL.md}If annotations have or status, flag them and recommend
the user verify or update the date.
review-requiredstale[verified:YYYY-MM-DD]在目标文件上运行codecontext scope命令,以按优先级显示所有@context注解。
bash
npx codecontext --scope $ARGUMENTS按优先级分组展示结果:
- Critical — 编辑前必须阅读。违反这些约束可能导致缺陷或违反限制条件。
- High — 应该阅读。能显著降低意外后果的风险。
- Normal/Low — 信息性背景说明。
如果任何注解包含引用,请告知用户在编辑该代码前需要加载哪个skill。
{@link file:.claude/skills/.../SKILL.md}如果注解带有或状态,请标记出来并建议用户验证或更新日期。
review-requiredstale[verified:YYYY-MM-DD]