Slack Assistant
The hosted GitHub App reviews every PR. But the questions that decide a change rarely start in the PR thread — they start in Slack. “Why does the checkout path swallow this error?” “What breaks if I renamechargeIntent?” “Did we ever decide on integer cents?” Those questions usually get answered from memory, or not at all.
The Slack assistant puts Sigilix where that conversation already happens. There is no separate product and no separate brain: the bot in your channels is @Sigilix, the same engine that runs the ensemble on your pull requests. When you @mention it, it answers from the same substrate it reviews against — and it answers the same way it reviews: grounding before judgment, citations before claims.
The Slack assistant is part of the Sigilix private beta. The Slack app is installed per workspace and stays inside the scopes your GitHub App install already grants. Join the private beta to get access, and contact support@sigilix.ai if you are already in and want it enabled for a workspace.
Grounded in earned context
The difference between @Sigilix in Slack and a generic chatbot bolted onto your repo is the substrate it reads from. A generic bot reads whatever fits in its window and fills the gaps with guesses. @Sigilix reads from the earned-context layer — the index, code graph, trust ledger, review memory, and evidence manifests that every hosted PR review deposits. That means a Slack answer can cite the exact line a function fails on, the merged PR that established a pattern, and the ADR behind a decision — because that understanding was built and verified during real reviews, not improvised for the question. It is the same context-before-judgment discipline described in The Ensemble and enforced by the believability pipeline.What it can do
Capabilities
Answer codebase questions, open a PR, file a triaged issue, explain a failing CI run, summarize a review, or run the full ensemble on demand — all from a thread.
How it answers
The retrieval and grounding flow under the hood: Slack event → permissions → earned-context retrieval → cited answer → optional action.
Commands
The verbs you can @mention — questions,
review, summarize, file issue, open a PR — and what each one does.Permissions & security
Per-workspace isolation, GitHub-scoped visibility, ephemeral code handling, and zero-retention with model providers.
A thread, end to end
A grounded answer often becomes a decision, and a decision often becomes work. @Sigilix is built to carry a thread across that whole arc without anyone leaving Slack:How it fits with the rest of Sigilix
Reviews build the context
Every hosted PR review deposits a verified understanding of your repo — index, code graph, trust ledger, review memory, evidence manifests. See Earned Context.
Slack reads from that understanding
@Sigilix answers, summarizes, and acts against the same layer — so each review makes the next Slack answer cheaper and more grounded.
The terminal does too
The CLI and Deep-Research Chat draw on the identical substrate, with bring-your-own models. One understanding, three surfaces.
Read next
Capabilities
The full set of things @Sigilix can do from a Slack thread.
How it answers
The grounding flow that makes the answers believable.

