From dev-pipeline
Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-pipeline:rulecheckThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the rulecheck-agent to autonomously scan and fix CLAUDE.md rule violations.
Launch the rulecheck-agent to autonomously scan and fix CLAUDE.md rule violations.
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.
$ARGUMENTS.claude/agent-memory/rulecheck-agent/. Do not duplicate run results into your project memory.npx claudepluginhub tviles/claude-plugins --plugin dev-pipelineGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.