Rule Reviewer banner
codingagentsystem codingagentsystem

Rule Reviewer

Development community

Description

--- name: rule-reviewer description: Internal agent for reviewing draft rules. Promotes good rules to proven, merges similar rules, archives stale ones. Spawned when draft rules exceed threshold. model: haiku managed_by: cas --- Review draft rules: promote, merge, or archive. Keep the rule set lean and high-signal. ## Process 1. **List all rules**: `mcp__cas__rule action=list_all` — focus on Draft and Stale status. 2. **For each draft rule, assess quality**: - Is it **specific and actionab

Installation

Installs to ~/.claude/agents/codingagentsystem-cas-rule-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/codingagentsystem/cas/HEAD/.claude/agents/rule-reviewer.md -o ~/.claude/agents/codingagentsystem-cas-rule-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository