skills/nymbo/skills/coding-guidelines-verify

coding-guidelines-verify

Originally fromjmerta/codex-skills
SKILL.md

Coding guidelines verifier

Goal

Validate that changes follow the nearest nested AGENTS.md:

  • default: changed files only
  • default: auto-fix formatting before lint/tests
  • monorepo-aware: each module’s AGENTS.md is the source of truth for that scope

Workflow (checklist)

  1. Collect changed files (staged + unstaged + untracked).
  2. For each changed file, find the nearest parent AGENTS.md.
    • If a file has no scoped AGENTS.md, report it (suggest running coding-guidelines-gen).
  3. Parse the codex-guidelines block (schema: references/verifiable-block.md).
  4. Run, per scope:
    • format (auto-fix) -> lint -> tests
    • apply simple forbid rules (globs/regex) from the block
  5. Produce a short compliance report (template: references/report-template.md).

Automation

Use scripts/verify_guidelines.py to group scopes, run commands, and report results.

Weekly Installs
9
Repository
nymbo/skills
GitHub Stars
5
First Seen
Jan 25, 2026
Installed on
codex6
gemini-cli5
opencode5
github-copilot4
kimi-cli4
cursor4