coding-guidelines-verify

Group changed files by AGENTS.md scope and run format, lint, and test commands.

130|15|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/jMerta/codex-skills --skill coding-guidelines-verify-jmerta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-guidelines-verify
Source: https://github.com/jMerta/codex-skills/tree/main/coding-guidelines-verify
Command: npx skills add https://github.com/jMerta/codex-skills --skill coding-guidelines-verify-jmerta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill verifies that code changes follow the nearest nested AGENTS.md guidelines by grouping files by scope, auto-fixing formatting, and validating lint/test results.

Core Features & Use Cases

  • Group changed files by nearest AGENTS.md scope.
  • Auto-fix formatting before lint/tests.
  • Run scope-aware lint and test commands and report violations.
  • Works in monorepo environments.

Quick Start

Use the coding-guidelines-verify skill to verify the AGENTS.md guidelines in the current repository.

Frequently Asked Questions about coding-guidelines-verify

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

FAQPage Schema
How do I verify coding guidelines across multiple scopes in a monorepo?

It works by grouping changed files under their nearest AGENTS.md scope, then executing configured format, lint, and test commands per scope to report violations.

What are AGENTS.md codex-guidelines blocks and how do they work?

Codex-guidelines blocks are version 1 configurations within AGENTS.md files that define scope-specific formatting, linting, and testing rules which the verifier reads and validates.

Does the coding guidelines verifier auto-fix formatting before running lint checks?

Yes, the verifier auto-fixes formatting before running scope-aware lint and test commands, ensuring formatting issues do not trigger false violations in the compliance report.

Can I use this to enforce nearest-scope coding rules in multi-scope projects?

Yes, it is designed for monorepos and multi-scope projects to enforce nearest-scope coding rules by matching changed files to their closest AGENTS.md configuration.

What happens if required fields are missing from an AGENTS.md codex-guidelines block?

The verifier validates required fields within each codex-guidelines block and reports validation failures in the per-scope compliance report if required configurations are missing.