Diagram Opportunity Reviewer banner
nolte nolte

Diagram Opportunity Reviewer

Testing & QA community

Description

--- name: diagram-opportunity-reviewer description: "Read-only prose scanner that flags Markdown passages better expressed as a Mermaid diagram. Walks the in-scope set (default docs/<lang>/**/*.md), matches prose against the `spec/project/mermaid-diagrams/` catalog, and returns JSON findings for the dispatching skill to persist; writes nothing. Twin of `mermaid-diagram-reviewer` (audits existing diagrams). Invoke to review docs for missing diagrams or find visualization candidates; also German.

Installation

Installs to ~/.claude/agents/nolte-claude-shared-diagram-opportunity-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nolte/claude-shared/HEAD/agents/diagram-opportunity-reviewer.md -o ~/.claude/agents/nolte-claude-shared-diagram-opportunity-reviewer.md

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

Full documentation available on GitHub

View Source Repository