Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
coleam00 avatar

Rulecheck

  • 199 installs
  • 23.1k repo stars
  • Updated August 4, 2026
  • coleam00/archon

Audit changes against project rules, conventions, and guardrails before merge so agents do not ship inconsistent or noncompliant code.

About

Runs structured rule and convention checks on agent-generated changes, comparing implementation against repository standards, style guides, and policy constraints so issues are caught during review instead of after release.

  • Checks code against project rules
  • Flags convention and policy violations
  • Supports pre-merge quality gates
  • Reduces inconsistent agent output

Rulecheck by the numbers

  • 199 all-time installs (skills.sh)
  • Ranked #341 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/coleam00/archon --skill rulecheck

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs199
repo stars23.1k
Last updatedAugust 4, 2026
Repositorycoleam00/archon

What it does

Audit changes against project rules, conventions, and guardrails before merge so agents do not ship inconsistent or noncompliant code.

Files

SKILL.mdMarkdownGitHub ↗

Rulecheck

Launch the rulecheck-agent to autonomously scan and fix CLAUDE.md rule violations.

Your Job (Main Agent)

You are the orchestrator. Your ONLY job is to launch the rulecheck-agent and report its results when it completes. You do NOT do the scanning or fixing yourself.

1. Launch the rulecheck-agent with the focus area (if any): $ARGUMENTS 2. Wait for it to complete — do NOT poll, tail, or check on it. You will be notified automatically when it finishes. 3. Report ONLY what the agent told you — relay its final message verbatim or summarize it. Do NOT search for PRs, read files, or fabricate results. If the agent hit its context limit, say so. If it didn't produce a PR URL in its output, don't go looking for one.

Rules for You

  • Do NOT scan the codebase yourself — that's the agent's job
  • Do NOT grep, read source files, or run linters — the agent handles all of that
  • Do NOT edit any files — you are the orchestrator, not the fixer
  • Do NOT try to resume or check on the agent while it's running — just wait
  • Do NOT do the agent's work if it fails or hits context limits — report the failure to the user and stop. NEVER pick up where the agent left off. You are not in a worktree and would be editing main directly.
  • Do NOT update project memory — the agent maintains its own memory at .claude/agent-memory/rulecheck-agent/. Do not duplicate run results into your project memory.
  • Trust the agent. It runs in an isolated worktree and will create a PR when done.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.