standards-reviewer

Identify rule violations in diffs against CLAUDE.md and AGENTS.md standards.

11|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/ylxmf2005/AgentCorp --skill standards-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standards-reviewer
Source: https://github.com/ylxmf2005/AgentCorp/tree/main/agentcorp/standards-reviewer
Command: npx skills add https://github.com/ylxmf2005/AgentCorp --skill standards-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Standards Reviewer enforces the project's own written rules by assessing changes for deviations from CLAUDE.md/AGENTS.md and related guidance, ensuring governance and consistency across skills, agents, and protocol files.

Core Features & Use Cases

  • Detects non-conforming changes by quoting exact rules from standards documents and attaching them to findings.
  • Guides reviewers through where violations typically hide, including frontmatter, references, and tool usage, with rigorous justification.
  • Works across code reviews, documentation changes, and protocol updates, ensuring single-source truth for governance.

Quick Start

Read a diff, identify applicable standards (CLAUDE.md/AGENTS.md), quote exact rule lines, and attach a structured finding set.

Frequently Asked Questions about standards-reviewer

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

FAQPage Schema
How do I check a code diff for CLAUDE.md and AGENTS.md rule violations?

Standards review identifies exact rule violations in a diff by cross-checking changes against CLAUDE.md and AGENTS.md rules, pairing each violation with the verbatim quoted rule, file path, and exact line numbers.

What is the best way to enforce project governance rules during code review?

Enforcing project governance during code review requires reading the diff, identifying applicable standards in CLAUDE.md and AGENTS.md, quoting exact rule lines, and attaching structured findings to flag non-conforming changes.

Does standards review work for frontmatter and protocol file changes across a repository?

Yes, standards review works across the repository scope and applies to changes touching skills, agents, frontmatter, and protocol files, ensuring single-source truth for governance and consistency.

How do I identify where standards violations typically hide in a diff?

Identifying where standards violations hide involves rigorously checking frontmatter, references, and tool usage within the diff, guided by exact rules quoted from CLAUDE.md and AGENTS.md standards documents.

Can I use diff analysis to ensure compliance with written development standards?

Yes, you can use diff analysis to ensure compliance with written development standards by cross-checking code, documentation, and protocol updates against CLAUDE.md and AGENTS.md to detect non-conforming changes with rigorous justification.