agent-context-verify

Verify AGENTS.md and linked docs against the current repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill ensures that AGENTS.md, AGENTS.override.md, CONTEXT.md and related documentation reflect the current repository state by validating links, references, and factual claims.

Core Features & Use Cases

  • Validate cross-document links and embedded references to prevent broken navigation.
  • Cross-check command names, file paths, and documented workflows against the repository.
  • Produce a machine-readable report for automation and governance.

Quick Start

Audit the repository documentation by running the Agent Context Verify tool to generate a verification report.

Frequently Asked Questions about agent-context-verify

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

FAQPage Schema
How do I verify markdown links and file references in my repository documentation?

You can verify markdown links and file references by running an audit tool that checks AGENTS.md, AGENTS.override.md, CONTEXT.md, and linked docs against the current repository to prevent broken references and output a structured verification report.

How do I check AGENTS.md and CONTEXT.md files for broken references?

Checking AGENTS.md and CONTEXT.md for broken references involves validating markdown links, code references, and factual claims against the current repository state, producing a machine-readable JSON report for automation and governance.

What is documentation link integrity verification for code repositories?

Documentation link integrity verification for code repositories is the process of validating cross-document links, embedded references, and documented workflows to ensure instruction documents accurately reflect the current codebase and prevent broken navigation.

Can I get a machine-readable JSON report for documentation audits?

Yes, you can get a machine-readable JSON report for documentation audits by running a verification tool that outputs structured data, enabling automated governance and continuous validation of repository instruction documents.

Does this documentation verification approach work without external dependencies?

Yes, this documentation verification approach works without external dependencies, running as a standalone script to validate file paths, command names, and markdown links directly against the current repository structure.