rulify

Cross-check modified code against Claude rules and automatically fix violations.

7|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/floeorg/floe --skill rulify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rulify
Source: https://github.com/floeorg/floe/tree/main/.claude/skills/rulify
Command: npx skills add https://github.com/floeorg/floe --skill rulify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-check modified code against Claude rules and auto-fix violations to streamline pre-PR quality checks.

Core Features & Use Cases

  • Automated rule-compliance checks for code changes against .claude/rules/ with automatic fixes for clear violations.
  • Focused reviews by supplying an optional PR number or focus area to narrow the scope of checks.
  • Generates actionable guidance and a structured diff-facing report to guide developers and reviewers.

Quick Start

Run rulify to scan your current changes against Claude rules and apply any clearly fixable violations.

Frequently Asked Questions about rulify

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

FAQPage Schema
How do I automatically check modified code against custom coding standards before a PR?

You can automatically check modified code against custom coding standards by cross-referencing your diff with rules defined in .claude/rules/ and applying automatic fixes for clear violations before a pull request.

Can I run static analysis on a specific pull request number to narrow the scope of code review?

Yes, static analysis can target a specific pull request number or focus area to narrow the scope of checks, filtering modified code by rule scope to generate focused, actionable results.

How does automated rule compliance checking work for code changes?

Automated rule compliance checking works by collecting modified code changes, filtering them against defined rule scopes in .claude/rules/, and generating a structured diff-facing report to guide automated fixes.

What is the best way to auto-fix coding standard violations in a diff?

The best way to auto-fix coding standard violations in a diff is to run a tool that cross-checks changes against .claude/rules/ and automatically fixes clear violations while generating actionable guidance for ambiguous cases.

Do I need predefined rules in .claude/rules/ to perform automated diff analysis?

Yes, you need predefined rules in .claude/rules/ to perform automated diff analysis, as the tool filters modified code by rule scope to identify violations and guide automated fixes.