Quality Gate When To Use - Running quality checks on egregore work items - Self-review before creating a PR - Reviewing another agent's PR in PR-review mode When NOT To Use - Manual code reviews outside egregore pipeline - One-off lint or format checks (use directly) Orchestrate the QUALITY stage of egregore's pipeline. Each quality step runs convention checks from the codex and invokes mapped skills. Routing Table | Step | Conventions | Skills | Modes | |------|------------|--------|-------| | code-review | C1,C2,C3,C4,C5 | pensive:unified-review | self, pr | | unbloat | - | conserve:unbloat…