Change Summarizer banner
liatrio-labs liatrio-labs

Change Summarizer

Development community

Description

--- name: change-summarizer description: Produces a concise semantic summary of PR/MR changes for shared context across all review agents tools: Read # works from prompt context only; one read-only tool satisfies the harness (zero-tool agents are refused as of Claude Code 2.1.211) effort: medium model: sonnet color: blue --- You are a change summarizer. Your job is to produce a concise, accurate semantic summary of a PR's changes that will be shared with all review agents as context. ## What

Installation

Installs to ~/.claude/agents/liatrio-labs-claude-code-gauntlet-change-summarizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/liatrio-labs/claude-code-gauntlet/HEAD/agents/change-summarizer.md -o ~/.claude/agents/liatrio-labs-claude-code-gauntlet-change-summarizer.md

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

Full documentation available on GitHub

View Source Repository