rulecheck

Detect and correct code rule violations in git repositories.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/pth-droid/LighthouseOCR --skill rulecheck-pth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rulecheck
Source: https://github.com/pth-droid/LighthouseOCR/tree/main/Archon-dev/.claude/skills/rulecheck
Command: npx skills add https://github.com/pth-droid/LighthouseOCR --skill rulecheck-pth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically identifies rule violations in codebases, performs corrections, and manages validations.

Core Features & Use Cases

  • Rule violation detection: Scan code for adherence to defined standards and guidelines.
  • Automated fixing: Apply the highest-impact fixes in an isolated worktree environment.
  • Validation and PR creation: Run full validation, then generate and submit pull requests to incorporate fixes.
  • Use Case: Developers can automate the enforcement of project coding rules, ensuring code quality without manual review.

Quick Start

Invoke /rulecheck with an optional focus area to start an autonomous scan and fix process on your repository.

Frequently Asked Questions about rulecheck

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

FAQPage Schema
How do I automate code rule violation detection and fixing in a git repository?

Code rule violation detection and fixing is automated by scanning your codebase for compliance, applying high-impact corrections in an isolated git worktree, and submitting a pull request. The process requires git, jq, validation tools, and a language model for meta-evaluation.

What is an autonomous code compliance scanner and how does it enforce project integrity?

An autonomous code compliance scanner automatically identifies rule violations across codebases and enforces best practices. It operates by detecting deviations from defined standards, applying fixes, running full validation, and generating pull requests to incorporate the corrected code.

Do I need jq and git installed to run automated code review and validation?

Yes, you need both jq and git installed to run automated code review and validation. The tool requires integration with git for worktree isolation and pull request management, and jq for processing validation tool outputs during the meta-evaluation phase.

Can I focus an automated PR lint scan on a specific area of my codebase?

Yes, you can focus an automated PR lint scan on a specific area by invoking the tool with an optional focus area parameter. This starts the autonomous scan and fix process targeting the specified section of your repository for code quality enforcement.

What is the best way to ensure code quality without manual review in software projects?

Ensuring code quality without manual review is best achieved through autonomous detection and correction of rule violations. This approach scans for adherence to guidelines, applies fixes in isolated environments, runs full validation, and automatically generates pull requests for compliance.

When should I not use an autonomous code fixer for compliance validation?

You should not use an autonomous code fixer when your project lacks defined coding standards or validation tools, as the scanner requires existing guidelines to detect violations and a language model for meta-evaluation to manage corrections properly.