AGENTS.md Lint (Schliff)
Version updated for https://github.com/Zandereins/schliff to version v8.6.0.
- This action is used across all versions by 2 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the scoring of AGENTS.md files using Schliff, a tool that provides deterministic quality scores based on a versioned rubric. It helps ensure that AI instruction files remain consistent across different environments and tools by comparing them against an explicit evaluation standard. The action is designed to help identify and address issues in AI instruction files before they degrade over time, ensuring better performance and reliability of AI-driven tools.
What’s Changed
Added
check-commands— a deterministic CI gate that flags setup/build/test commands in anAGENTS.md/CLAUDE.mdthat don’t resolve to a real make target, npm script, or path in the repo (exit 1 if dangling). Reuses theoperational_coveragecommand extractor (no scoring impact); false-positive safe (unprovable absence →unknown, neverdangling); live-hardened against ~70 real repos. schliff dogfoods it against its ownAGENTS.mdin CI. (#112)
Fixed
operational_coverageobject-first prohibitions, badge temp-dir leak, and badge error caching (#110).