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

Fine-tuned Qwen3-0.6B model outperforms 120B teacher on structured function calling
Distil Labs published an end-to-end pipeline that fine-tunes a Qwen3-0.6B model to achieve 79.5% exact match on IoT smart home function calling, outperforming a 120B teacher model by 29 points. The pipeline uses production traces to generate synthetic training data without manual annotation.

Claude Usage Monitor: Floating CRT Widget for Windows
A developer built a Windows widget that displays Claude API usage in real-time with session and weekly bars, featuring seven color themes and automatic pausing when screens are locked or in fullscreen mode.

Slack Message Formatter: Fix Claude's Broken Markdown in Slack
A developer built a skill that converts Claude-generated Markdown to proper Slack formatting, solving issues where bold text shows as asterisks, links appear raw, and tables break. The tool offers both browser preview with rich HTML copy-paste and API webhook support.

Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools
A developer built three MCP servers for Claude to analyze Shopify stores without API keys, score Amazon product opportunities, and find/scored local business leads from Google Maps. All are available on Apify.