digraph PrSimplify { graph [ goal="Run the simplify code-review pass on PR #{{ inputs.pr }}: review the changes for reuse, quality, and efficiency, apply the fixes, and update the existing PR in place.", default_model="claude-opus", rankdir=LR ] start [shape=Mdiamond, label="Start"] exit [shape=Msquare, label="Exit"] simplify [label="Simplify Pass", prompt="@prompts/simplify.md"] start -> simplify -> exit }