Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sigilix.ai/llms.txt

Use this file to discover all available pages before exploring further.

Sigilix

Sigilix is a multi-agent code review GitHub App. Every pull request is read in parallel by four domain specialists — Glyph (architecture), Warden (security), Spark (performance), and Weave (semantics) — and a synthesizer (Core) that cross-checks their findings, deduplicates noise, and posts a single coherent review. The output looks like one comment from a senior engineer who’s read everything carefully. Behind that comment, five models did the work.

Quickstart

Install the GitHub App, point it at a repo, and get your first review in under five minutes.

The Ensemble

Why five specialists beats one generalist — the architectural argument with diagrams.

Configuration

The full sigilix.yaml schema — disable specialists, ignore paths, tune severity.

GitHub Integration

Permissions, scopes, branch protection, and how Sigilix interacts with checks.

What Sigilix is not

  • Not a chat tool. Sigilix doesn’t answer questions in a conversation interface. It posts structured review comments on pull requests.
  • Not a code generator. Sigilix surfaces findings with line references and suggested patches. Your team decides what to merge.
  • Not training on your code. Code is sent to model providers under their data-use commitments and discarded after the review. We don’t fine-tune on customer repositories.

What you’ll see on every PR

When Sigilix reviews a PR, you get one comment from sigilix[bot] containing:
  1. A synthesizer summary — what changed, what concerns survived dedup, and whether the verdict is Approved or Request changes.
  2. Inline findings anchored to specific lines, tagged by specialist (Glyph, Warden, Spark, Weave) and severity (Critical / Warning / Info).
  3. Suggested patches for findings where a clean fix is in scope.
That’s the whole interface. No dashboard. No chat. The comment goes where developers already are — in the PR thread.

Where to start

If you’re evaluating Sigilix, skim the architecture to understand the depth claim, then install on a single repo to see it review a real PR. If you’re already installed and need to tune behavior, head to Configuration.