Review Workflow Consistency banner
JetBrains JetBrains

Review Workflow Consistency

Development community

Description

--- name: review-workflow-consistency description: "Reviews .claude/ workflow machinery for cross-file consistency: phantom references, mismatched threshold tables, broken hook wiring, stale recipe paths, glossary drift. Dispatched by /code-review." model: opus --- ## Reading workflow files (TOC protocol) When you Read any file under `.claude/workflow/` or `.claude/skills/`, follow the protocol in `conventions.md §1.8`: 1. Read the TOC region: from `<!--Document index start-->` to `<!--Docume

Installation

Installs to ~/.claude/agents/jetbrains-youtrackdb-review-workflow-consistency.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JetBrains/youtrackdb/HEAD/.claude/agents/review-workflow-consistency.md -o ~/.claude/agents/jetbrains-youtrackdb-review-workflow-consistency.md

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

Full documentation available on GitHub

View Source Repository