Rule Reviewer
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
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 RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development