project-standards-reviewer

Audit changed files against CLAUDE.md and AGENTS.md standards.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/xbpk3t/ce-codex --skill project-standards-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-standards-reviewer
Source: https://github.com/xbpk3t/ce-codex/tree/main/skills/project-standards-reviewer
Command: npx skills add https://github.com/xbpk3t/ce-codex --skill project-standards-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill audits changed files to ensure they conform only to the project's explicitly documented standards (CLAUDE.md, AGENTS.md, and directory-scoped equivalents), preventing reviewers from applying undocumented or ad-hoc rules and ensuring every finding is traceable to a written rule.

Core Features & Use Cases

  • Standards discovery: Locate root and ancestor CLAUDE.md and AGENTS.md files or accept an orchestrator-provided standards-paths block.
  • Rule-targeted audits: Match rules to file types (frontmatter, references, naming, portability, tool selection) and apply only those rules that govern the changed files.
  • Evidence-backed findings: Report violations with the exact quoted rule from the standards file and the specific diff lines that violate it, plus calibrated confidence levels.
  • Use case: Run this Skill on a pull request to automatically detect improper SKILL.md frontmatter, incorrect reference inclusion modes, or platform-specific tool assumptions against the repository's standards.

Quick Start

Run a standards review on the changed files by providing the standards-paths block or letting the skill discover standards and return rule-cited findings with the violating diff lines.

Frequently Asked Questions about project-standards-reviewer

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

FAQPage Schema
How do I audit code changes against project standards like CLAUDE.md?

You can audit code changes against project standards by automatically discovering root and ancestor CLAUDE.md or AGENTS.md files, then matching rules to changed files to detect explicit violations in frontmatter, references, naming, portability, and tool selection.

What is standards-based code review for pull requests?

Standards-based code review is the process of checking changed files against explicitly documented repository rules to detect violations, ensuring every finding is traceable to a written standard rather than undocumented or ad-hoc reviewer preferences.

How do I automatically detect improper frontmatter or naming violations in a commit?

To detect improper frontmatter or naming violations in a commit, run a rule-targeted audit that matches your documented standards to the changed file types and reports violations with exact quoted rules and specific violating diff lines.

Can I enforce directory-scoped compliance rules on specific file types?

Yes, you can enforce directory-scoped compliance rules by discovering ancestor standards files and applying only those rules that govern the specific file types changed in your pull request or commit.

Does code review compliance checking work without predefined standards paths?

Yes, compliance checking works without predefined standards paths by automatically discovering root and ancestor CLAUDE.md and AGENTS.md files, though you can also explicitly provide a standards-paths block for the audit.

What's the best way to cite specific rule violations in a pull request review?

The best way to cite rule violations is to produce evidence-backed findings that quote the exact standards section violated and identify the specific diff lines, while providing calibrated confidence levels for each finding.