malmichaels-gif/Agent Instructions Kit
Check and lint your AGENTS.md and CLAUDE.md files for consistency and safety
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Mode to run: check, safety, or all | no | check |
| template | Template flavor for init: minimal or opinionated | no | minimal |
| fail_on_safety | Fail CI if safety rules are triggered | no | false |
| diff_mode | Diff-aware safety: off (scan whole file, default) or force (only report safety findings on lines changed in the current git diff). Reduces noise on large existing files. The quality score always uses the full file. | no | off |
| agents_path | Path to AGENTS.md file | no | AGENTS.md |
| claude_path | Path to CLAUDE.md file | no | CLAUDE.md |
| gemini_path | Path to GEMINI.md file (optional) | no | GEMINI.md |
Outputs
| name | description |
|---|---|
| check_passed | Whether the check passed (true/false) |
| safety_passed | Whether safety check passed (true/false) |
| warnings | Number of safety warnings found |
| score | Quality score (0-100) |
| grade | Quality grade (A-F) |