Argus: A GitHub App That Reviews CLAUDE.md Files and Posts Scores on PRs

Argus is a GitHub App that automatically reviews CLAUDE.md files and posts a score on every pull request. The tool was built using Claude Code, which helped design the scoring standard and write the webhook handler.
What Argus Does
The app analyzes CLAUDE.md files against a scoring standard and provides feedback directly on GitHub pull requests. After running against multiple repositories, the developer found that most CLAUDE.md files fail the same two checks:
- No explicit scope limits (what the AI agent cannot do)
- No escalation path (when the agent should stop and ask a human)
Availability and Installation
Argus is available for free installation on public repositories at github.com/apps/argusreview. The tool allows developers to see how their CLAUDE.md files score against the established standards.
CLAUDE.md files are configuration files used to guide AI coding assistants like Claude Code, providing instructions, constraints, and guidelines for how the AI should approach coding tasks. Having clear scope limits and escalation paths helps prevent the AI from making inappropriate changes or getting stuck on tasks that require human intervention.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Sessions: Lightweight Desktop App for Browsing Claude Code History
Claude Sessions is a new desktop application that lets developers browse their Claude Code session history locally. It reads from ~/.claude/projects, organizes sessions by project, handles large sessions up to 500k+ tokens without lag, and includes search functionality and keyboard navigation.

Pilot Protocol: Open-Source P2P Network Stack for AI Agent Swarms
Pilot Protocol is an open-source Layer 3 and Layer 4 overlay network stack designed specifically for AI agent communication, providing direct encrypted UDP tunnels between agents with permanent 48-bit virtual addresses.

OpenCortex: A Self-Improving Memory System for OpenClaw
OpenCortex replaces OpenClaw's flat MEMORY.md file with structured memory files organized by projects, contacts, workflows, preferences, runbooks, tools, and infrastructure. It includes nightly distillation with principle enforcement audits and weekly synthesis with pattern detection and auto-runbook creation.

NaNMesh MCP checks GitHub issues before Claude recommends libraries
NaNMesh MCP is an open-source Model Context Protocol server that crawls GitHub Issues, Stack Overflow, and Reddit for known bugs in development tools. When Claude recommends a library, it can check for real problems before integration.