One event in, the right pipeline out
The pipelines
PR overview
A fast pass that describes what the pull request changes. Cheap to run and useful immediately — it does not wait behind the full ensemble.
Ensemble review
The full five-specialist pass: four domain specialists (Metis, Argus, Iris, Eunomia) unified by Harmonia, the synthesizer. This is the deep review.
CI-failure triage
When a check fails, Sigilix reads the failure and posts a grounded, inline root-cause analysis instead of leaving you to scroll the raw log.
Issue triage
Linear and Jira issues get rewritten titles, priority, estimate, labels, and assignee, plus a grounded root-cause comment and a link to the relevant PR.
describe / improve
Slash commands route to targeted pipelines:
/sigilix describe summarizes a change, /sigilix improve proposes refinements. See Commands.@mention Q&A
Mention
@sigilix with a question and the dispatcher routes it to a grounded Q&A pipeline that answers against the repo and review history.Why route at all
The point of the dispatcher is cost and latency isolation. The expensive work — the five-specialist ensemble running models tuned per role — is reserved for the events that need depth. Everything else takes a path sized to its job.
Receive
A webhook arrives from GitHub or Linear — a PR opened, a check failed, a comment posted, an issue created.
Classify
The dispatcher inspects the event and the comment body (for slash commands and mentions) to decide which pipeline it belongs to.
Route
The event is handed to its pipeline. Fast pipelines return quickly; the ensemble runs its full pass independently.
Read next
Review Lifecycle
What happens inside the ensemble pipeline once the dispatcher hands it a PR.
The Believability Pipeline
The five gates a finding must clear before it can post.

