10x-rule-review

Reviews AI rules files and produces a five-check scorecard with concrete fixes.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-rule-review-oskarovsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-rule-review
Source: https://github.com/Oskarovsky/Sprinter/tree/main/.cursor/skills/10x-rule-review
Command: npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-rule-review-oskarovsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI rules files like CLAUDE.md, AGENTS.md, or .cursor/rules/*.mdc often grow bloated, vague, and poorly ordered, which wastes context window space and causes agents to ignore critical instructions. This Skill audits any rules-for-AI markdown file and tells you exactly what to fix. ## Core Features & Use Cases - Five-Check Scorecard: Scores the file on length, direct code snippets, vague language, redundant knowledge, and rule ordering with OK/WARN/FAIL verdicts. - Grounded Fixes: Translates vague phrases like "write clean code" into testable rules based on your project's actual stack and conventions. - Interactive Reordering: Detects buried critical rules and, with your explicit approval, reorders sections so high-priority rules get the most model attention. - Use Case: Run it on your repo's AGENTS.md before onboarding a new AI coding assistant to find redundant paragraphs, replace duplicated docs with @-references, and surface security rules buried at the bottom of the file. ## Quick Start Ask the assistant to review your AI rules file by passing its path, for example: review my AGENTS.md file and score it.

Frequently Asked Questions about 10x-rule-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review my CLAUDE.md or AGENTS.md file for quality?

Pass the file path to the skill, such as @CLAUDE.md or AGENTS.md, and it runs five checks covering length, code snippets, vague language, redundancy, and rule ordering. You get a scorecard with OK/WARN/FAIL verdicts and concrete fixes per finding.

What AI rules file formats does this review support?

It supports any rules-for-AI markdown file regardless of tool target, including CLAUDE.md, AGENTS.md, .cursor/rules/*.mdc, .windsurfrules, and .github/copilot-instructions.md. For .mdc files, frontmatter is treated as configuration and excluded from rule line counts.

Does the rule review edit my rules file automatically?

No, the default output is read-only. The only possible edit is a section reorder from Check 5, and that happens only after you explicitly approve the proposed order through an interactive prompt.

What counts as a problem in an AI rules file?

The checks flag files over 200 non-blank lines, embedded code or config snippets that should live in real files, vague untestable phrases like "write clean code", content the model already knows from training, and critical rules buried in the middle or bottom of the file.

Can I review multiple AGENTS.md files in one project?

Yes, but each file is scored separately with its own scorecard rather than merged. If a path resolves to multiple files, the skill reviews them one at a time and reports each result individually.