Commands
You drive @Sigilix the way you’d ask a teammate: @mention it and say what you want. A bare question gets a grounded answer; a verb likereview or open a PR triggers an action. There’s nothing to memorize and no rigid syntax — the phrasings below are the canonical forms, and @Sigilix understands natural variations of them.
Every command runs inside your workspace’s scope and draws on the earned-context layer, so answers and artifacts are grounded in your actual codebase and its review history. See How it answers for the flow each one follows.
At a glance
| Command | What it does |
|---|---|
@Sigilix <question> | A grounded answer to a codebase question, cited to file:line, PRs, and ADRs. |
@Sigilix review <PR or branch> | Runs the full Metis / Argus / Iris / Eunomia + Harmonia ensemble. |
@Sigilix summarize <PR> | Verdict, effort estimate, gates passed, and risk-ranked files. |
@Sigilix file issue | Opens a triaged Linear or Jira ticket from the thread. |
@Sigilix open a PR | Turns the thread’s decision into code plus a regression test. |
@Sigilix <question>
Ask anything about the codebase. @Sigilix retrieves from the index, code graph, and review memory, then answers anchored to concrete evidence — file:line, the merged PRs that set a pattern, and the ADRs behind a decision. It won’t assert what it can’t ground.
@Sigilix review <PR or branch>
Run the full ensemble on demand. The four specialists — Metis (logic & architecture), Argus (security), Iris (performance), Eunomia (tests) — run in parallel, unified by Harmonia, exactly as on an automatic review. See The Ensemble.
The verdict and inline findings post to GitHub; a summary posts back to the Slack channel so the thread stays informed without leaving Slack.
@Sigilix summarize <PR>
A fast read on where a PR stands: an effort estimate, which believability gates the findings passed, the files ranked by risk, and Harmonia’s verdict. Useful before a merge decision or a standup.
@Sigilix file issue
Turn the thread into a triaged Linear or Jira ticket. @Sigilix rewrites the title to be searchable, assigns a priority/severity, names a likely owner from code ownership and history, and links the relevant files and PRs. This is the issue-triage pipeline reachable from Slack.
@Sigilix open a PR
Turn the decision into code. @Sigilix opens a pull request with the change plus a regression test mirroring the existing suite, so the fix arrives review-ready. It’s scoped to what the thread aligned on — not a speculative rewrite.
You can chain these in one thread: ask a question, ask it to
file issue, then ask it to open a PR. Because every step reuses the context retrieved for the first, the issue and the PR stay grounded in the same evidence the answer cited.Read next
Capabilities
The full set of things @Sigilix can do, with the engineering behind each.
Permissions & security
What @Sigilix can see, how workspaces are isolated, and how code is handled.

