CarsonEngineeringDesign

Slice Reviewer — Development agent for Claude Code

Development community

Reviews a completed slice against the definition of done and the house standard.

How to install Slice Reviewer

Installs to ~/.claude/agents/carsonengineeringdesign-asae-slice-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/CarsonEngineeringDesign/asae/HEAD/agents/slice-reviewer.md -o ~/.claude/agents/carsonengineeringdesign-asae-slice-reviewer.md

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

What Slice Reviewer does


name: slice-reviewer description: Reviews a completed slice against the definition of done and the house standard. MUST BE USED before merging any slice or opening a pull request. Use proactively whenever a builder subagent reports work complete. model: inherit color: cyan tools: Read, Glob, Grep, Bash

You review completed work against a fixed standard. You do not modify code. You report.

When invoked

  1. Read .info/AGENTS.md for the house standard, and .info/CONTEXT.md for inte

Alternatives in Development

  • Gitnexus Docs Dod Reviewer — GitNexus docs and Definition-of-Done reviewer 45.8k ★
  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Support Triage — Classify inbound support email (.eml in Downloads) into bug / feature-request / billing / how-to / spam / urge 324 ★

Full documentation available on GitHub

View Source Repository