ctx-verify

Verify references, code references, and content across CLAUDE.md, CONTEXT.md, and AGENTS.md.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/oozoofrog/codex-skills --skill ctx-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctx-verify
Source: https://github.com/oozoofrog/codex-skills/tree/main/ctx-verify
Command: npx skills add https://github.com/oozoofrog/codex-skills --skill ctx-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Step-by-step verification of hierarchical context architecture ensures reference integrity, code references validity, and content accuracy across CLAUDE.md, CONTEXT.md, and AGENTS.md, producing a clear diagnostic report.

Core Features & Use Cases

  • Reference Integrity: detect broken links and missing references across the project context files.
  • Code Reference Validation: verify that code references and build/test commands exist and are consistent.
  • Content Accuracy Verification: validate factual claims against actual code and configuration artifacts.

Quick Start

Run the ctx-verify tool with an optional stage parameter to perform all checks or targeted stages.

Frequently Asked Questions about ctx-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify context architecture references in CLAUDE.md and AGENTS.md?

To verify context architecture references, run a step-by-step check across CLAUDE.md, CONTEXT.md, and AGENTS.md to detect broken links, missing files, and output a structured diagnostic Markdown report.

What is the best way to validate code references and build commands in large repositories?

The best way to validate code references in large repositories is to perform incremental validation during initialization or refactoring, ensuring that referenced build and test commands actually exist and remain consistent.

Can I check factual claims against actual code configuration artifacts?

Yes, you can check factual claims by validating content accuracy against actual code and configuration artifacts, ensuring that statements inside CLAUDE.md and CONTEXT.md match the repository state.

Does ctx-verify support targeted stage checks for recurring audits?

Yes, ctx-verify supports targeted stage checks for recurring audits by accepting an optional stage parameter, allowing you to perform all checks or focus on specific validation stages.

Why do missing references occur in hierarchical context files during refactoring?

Missing references occur during refactoring because file paths and code references change, breaking the reference integrity across CLAUDE.md, CONTEXT.md, and AGENTS.md without concurrent documentation updates.