askill
coding-guidelines-verify

coding-guidelines-verifySafety 65Repository

Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run lint/tests, and report violations.

5 stars
1.2k downloads
Updated 1/6/2026

Package Files

Loading files...
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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

42/100Analyzed 3/11/2026

This skill has a clear concept and structure but lacks executable content. The workflow references a Python script (verify_guidelines.py) and templates that don't exist within the skill itself, making it non-functional without additional context. The description explains the idea well but provides no actual commands, code, or implementation details. It's essentially an outline that assumes the reader has access to specific internal tooling, reducing its reusability and actionability significantly."

65
75
45
45
30

Metadata

Licenseunknown
Version-
Updated1/6/2026
PublisherNymbo

Tags

github-actionslinting