Agentlint: GitHub App that catches CLAUDE.md contradictions and broken pointers on every PR

✍️ OpenClawRadar📅 Published: May 7, 2026🔗 Source
Agentlint: GitHub App that catches CLAUDE.md contradictions and broken pointers on every PR
Ad

If you've been running Claude Code seriously, you've probably hit the maintenance wall: the rules surface grows from a single CLAUDE.md to AGENTS.md, skills, hooks — and eventually those files start saying different things. Claude reads all of them. Contradictions produce weird, hard-to-trace behavior.

Agentlint (agentlint.net/install) is a GitHub App that automates catching these issues on every PR. It reads your entire agent-rules bundle and posts inline PR comments when it detects:

  • Files that contradict each other
  • Hooks or skills pointing at paths that don't exist
  • Rules that reference harness features your version doesn't support

Pricing & limits

  • Free for 5 audits per private repo, unlimited on public repos
  • Pro: $19 per repo per month for unlimited private audits
  • Installation takes ~30 seconds

See a sample report

A synthetic report for an example repo is available at agentlint.net/r/sample — it shows inline comments for a fictional "acme/dashboard" repository.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also