archon-rulecheck

Detect and remediate codebase rule violations with isolated-worktree fixes and PR creation.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-rulecheck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon-rulecheck
Source: https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI/tree/main/payload/claw-code/.claw/skills/archon-rulecheck
Command: npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-rulecheck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates detection and remediation of codebase rule violations. Applies to software projects with CLAUDE.md rules, handling scanning, isolated-worktree fixes, full validation, and PR creation. Requires an autonomous agent with memory, Git worktree isolation, and safety/notification hooks to operate reliably.

Core Features & Use Cases

  • Scans the codebase for rule violations and fixes the highest-impact issues in an isolated worktree.
  • Runs full validation and creates pull requests to merge fixes into the main branch.
  • Maintains memory across runs to improve context and reduce repeated violations.

Quick Start

Run the rulecheck agent on a focus area to start autonomous scanning and fixing.

Frequently Asked Questions about archon-rulecheck

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

FAQPage Schema
How can I automate fixing codebase rule violations in pull requests?

Automating codebase rule violation fixes involves scanning your project, applying corrections in an isolated Git worktree, running validation, and creating a pull request. This process requires an autonomous agent with memory and safety hooks.

Does autonomous code scanning require Git worktree isolation?

Yes, Git worktree isolation is required for autonomous code scanning to ensure safe remediation. It allows the agent to apply fixes and run full validation without affecting the main branch until a pull request merges the changes.

How do I ensure code quality rules defined in CLAUDE.md are consistently applied?

To ensure code quality rules in CLAUDE.md are applied, an autonomous agent scans the codebase for violations and fixes high-impact issues. It maintains memory across runs to improve context and reduce repeated violations over time.

What is needed to set up an autonomous agent for code quality checks?

Setting up an autonomous agent for code quality checks requires memory to maintain context across runs, Git worktree isolation for safe fixes, and safety or notification hooks to operate reliably during scanning and pull request creation.

Can automatic code-rule checking reduce repeated violations across multiple runs?

Yes, automatic code-rule checking can reduce repeated violations by maintaining memory across runs. This memory improves context for the autonomous agent, preventing the same codebase rule violations from reoccurring in future scans.