context-scope
Original:🇺🇸 English
Translated
Surface @context annotations before editing a file. Shows critical constraints, tradeoffs, and risks sorted by priority. Use when about to modify unfamiliar or complex code, or when the user asks what constraints apply to a file.
4installs
Sourcerecallnet/codecontext
Added on
NPX Install
npx skill4agent add recallnet/codecontext context-scopeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Run 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]