reporailsreporailsOfficialยท1 Agent Skills Included

cli

Validates coding agent instruction files against 120+ quality rules

Audits CLAUDE.md, AGENTS.md, rules, and skill files against 120+ checks across six rule packs. Scores instruction quality on a 10-point scale and pinpoints contradictions, ambiguity, and missing declarations. Catches instruction regressions in CI before merge, supporting Claude, Codex, Copilot, Cursor, and Gemini.
npx skills add reporails/cli --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Reporails CLI?โ–ผ

Run `npx skills add reporails/cli --all -g -y` in your terminal to install everything globally. You can also run a one-off check with no install using `npx @reporails/cli check`.

What does Reporails CLI check?โ–ผ

It validates your agent instruction files (CLAUDE.md, AGENTS.md, rules, skills) against 120+ rules covering clarity, structure, constraints, and formatting, then gives a single Quality score out of 10.

Which coding agents does Reporails support?โ–ผ

It has dedicated rule packs for Claude, Codex, Copilot, Cursor, and Gemini, plus a core pack that applies to any agent setup.

Can I run Reporails in CI?โ–ผ

Yes. Add the provided GitHub Action to your workflow and set a minimum score or strict mode so instruction-quality regressions fail the build before merge.

Do I need an account to use Reporails?โ–ผ

No. Anonymous mode works with no account or signup. Signing in via GitHub raises rate limits and unlocks per-finding fix text and exact conflict locations.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’