zandereins/AGENTS.md Lint (Schliff)
Deterministic CI quality gate for AGENTS.md — works with any agent tool (Cursor, Codex, Copilot, Claude Code).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| skill-path | Path to the instruction file to score, relative to repo root. Defaults to AGENTS.md at the repo root. Also supports SKILL.md, CLAUDE.md, .cursorrules. | no | "" |
| eval-suite | Path to eval-suite.json (auto-discovered if not set) | no | — |
| minimum-score | Minimum composite score to pass (0-100). PR fails if below. | no | 0 |
| comment-on-pr | Post score as PR comment | no | true |
| schliff-version | Schliff version to install (e.g. "6.3.0", ">=7.0"). Defaults to latest. | no | "" |
| fail-on-dangling | Fail the build when the instruction file references setup/build/test commands that do not resolve in the repo. AGENTS.md / CLAUDE.md only; requires schliff >= 8.6.1. | no | false |
Outputs
| name | description |
|---|---|
| composite | Composite score (0-100) |
| grade | Grade letter (S/A/B/C/D/E/F) |
| result_b64 | Full JSON score result (base64 encoded) |
| dangling_count | Number of dangling commands found. Empty string when the check did not run (non-AGENTS/CLAUDE format, engine older than 8.6.1, or no valid output). |