recallnet/codecontext

context-staged

Check all staged files for stale @context annotations before committing. Use as a pre-commit verification step.

First seen Apr 16, 2026

Installation

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

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 836 B
  • docs SUMMARY.md 133 B

History

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

SKILL.md

Run the codecontext staged check across all files in the git staging area.

npx codecontext --staged

If stale annotations are found:

  1. List each stale annotation with its file, line, and reason.
  2. For each, recommend either:

- Bumping [verified:YYYY-MM-DD] to today if the context is still accurate. - Updating the annotation summary if the context changed. - Removing the annotation if the code it described was deleted.

  1. Do not proceed with the commit until all annotations are verified.

If all annotations are fresh, confirm that the staged files are clear to commit.