review-agents-md-adherence

Detect AGENTS.md guideline violations in PR code changes.

4|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/doodledood/codex-workflow --skill review-agents-md-adherence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-agents-md-adherence
Source: https://github.com/doodledood/codex-workflow/tree/main/skills/review-agents-md-adherence
Command: npx skills add https://github.com/doodledood/codex-workflow --skill review-agents-md-adherence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits changes for AGENTS.md compliance, ensuring project-specific guidelines are followed before PR review.

Core Features & Use Cases

  • Scope identification for changed files
  • Rule extraction from AGENTS.md and related guideline files
  • Violation detection with severity tagging and clear reporting
  • Read-only analysis to produce actionable feedback without modifying code

Quick Start

Run the scan on the current diff and review the generated compliance report.

Frequently Asked Questions about review-agents-md-adherence

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

FAQPage Schema
How do I check AGENTS.md compliance in a pull request?

To check AGENTS.md compliance, this Skill parses project guidelines, analyzes files touched in your PR diff against origin/main, and outputs a structured violation report with severity tagging. It performs read-only analysis to provide actionable feedback without modifying code.

What is AGENTS.md auditing for code changes?

AGENTS.md auditing is the process of extracting project-specific rules from guideline files and applying them to code changes. This Skill identifies violations in your diff, tags them by severity, and generates a compliance report to review before submitting your PR.

Can I run an AGENTS.md scan on diffs against origin/master?

Yes, you can scan diffs against origin/master. The Skill identifies changed files by comparing your current diff against both origin/main and origin/master, then applies extracted AGENTS.md rules to generate a compliance report for those specific changes.

How do I extract and apply project guidelines to a PR review?

To extract and apply project guidelines during PR review, this Skill parses AGENTS.md files to extract rules, scopes the analysis to touched files, and detects violations. It produces a structured compliance report with severity tagging for actionable feedback.

Does this compliance check modify my code during the audit?

No, this compliance check does not modify your code. It performs read-only analysis on your diff to identify AGENTS.md guideline violations and outputs a structured report with severity tagging, ensuring your codebase remains unchanged while providing actionable feedback.