Code
Repository structure, nearby files, changed lines, merged PRs, and the conventions your reviews already established.
Sigilix assistant for Slack
One assistant for the engineering conversation around your code: grounded answers, repair handoffs, issue triage, PRs, reviews, and CI explanations. Right in Slack.
const { success } = await ratelimit.limit(`billing:${orgId}`, {
window: "1m",
max: 200,
});
if (!success) return tooMany(429);Connectors
The assistant reaches across the places your team already leaves evidence, then keeps the answer in the Slack thread where the decision is happening.
Context
Repository structure, nearby files, changed lines, merged PRs, and the conventions your reviews already established.
Linear and Jira issues, ownership signals, active branches, review status, and the next gate blocking the task.
Slack threads, ADRs, prior adjudications, and the bounded memory that explains why the team chose a path.
Actions
Slack is the interface. The product is the grounded handoff from question to evidence, decision, and repair.
@Sigilix any question and get an answer tied to file:line, merged PRs, and ADRs instead of a plausible detached summary.
When the thread lands on a concrete approach, Sigilix turns the decision into a branch, a pull request, and a regression test shaped like the existing suite.
A messy thread becomes a clean Linear or Jira ticket with title, severity, likely owner, linked evidence, and missing proof.
Forward a red build and Sigilix reads job logs against the diff, then replies with the failure path and likely fix.
Ask for the verdict, effort estimate, risk-ranked files, gates passed, and what still needs review.
Trigger the full review loop from Slack, post the verdict to GitHub, and keep the thread updated with the useful summary.
Conventions, prior verdicts, and adjudicated decisions travel with the thread so repeated questions do not restart from zero.
Access follows your connected app permissions and workspace boundaries. The assistant should show what it used and what it could not see.
Talk to it
Workflow
Mention Sigilix where the decision is already happening. It answers with the files, PRs, docs, and missing proof that shaped the answer.
People can redirect the work in Slack: lower a rate limit, preserve an env var, assign an owner, or ask for a narrower PR.
When the next step is concrete, Sigilix opens the PR, files the Linear or Jira issue, runs a review, or explains the failing build.
Put the reviewer, triager, and repair loop in the place your team already makes decisions.