recallnet/codecontext

context-diff

Check which @context annotations are affected by recent code changes. Use after editing code to verify context accuracy and flag stale annotations.

First seen Apr 16, 2026

Installation

$ npx skills add recallnet/codecontext --skill context-diff

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from recallnet/codecontext.

npx skills add recallnet/codecontext

Browse all from recallnet/codecontext

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License MIT
Default branch main
Open issues 4
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(npx codecontext *)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 839 B
  • docs SUMMARY.md 167 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

Run the codecontext diff command on the target file to see which annotations are affected by uncommitted changes.

npx codecontext --diff HEAD $ARGUMENTS

For each affected annotation:

  1. Check if the annotation still accurately describes the code.
  2. If accurate, recommend bumping [verified:YYYY-MM-DD] to today's date.
  3. If no longer accurate, recommend updating the annotation summary.
  4. If the annotated code was removed, recommend removing the annotation.

Flag any !critical annotations that changed — these require careful review.