Early access open · no credit card · 2-click install
One review agent per repository

Repository-specific AI PR reviews.

Less noise than generic AI reviewers, more relevant findings, and security feedback before you merge.

No credit card 2-click install Your data stays yours

For teams shipping on GitHub who want configurable security review, without slowing down their workflow.

feat/auth-refactor · #128
SignalMergesignalmerge
bot
reviewed 12 files

Review complete — 3 issues to address before merging:

1 critical
1 medium
1 minor
src/api/users.ts
12function getUser(req) {
13 return db.query("SELECT * FROM users WHERE id = " + req.params.id);
SignalMergesignalmerge
OWASP A03 · Injection

User input concatenated without escaping — SQL injection risk. Use a parameterized query.

Suggested change
-db.query("SELECT * FROM users WHERE id = " + req.params.id)
+db.query("SELECT * FROM users WHERE id = $1", [req.params.id])
agent “security-strict” · 1.2s
Native GitHub AppNo credit cardRepository-specific agentsNo training on your code

Generic AI reviewers comment on everything. Yours understands your rules.

One agent per repository, with your rules, your severity and your scope: less noise, useful comments, and security risks surfaced earlier.

Less noise
Security risks surfaced early
agents/security-strict.yaml
# Your reviewer, your rules
name: security-strict
focus:
  - owasp_top_10
  - secrets_detection
  - auth_flows
severity_threshold: medium
tone: direct
scope: "src/api/**"
Your agents, your rules

A review that looks like your team.

Start from a template or write your rules from scratch. Pick the model, the severity level, the tone and the scope. Assign a different agent per repo — strict on the API, relaxed on prototypes.

Where your code lives

Built for GitHub, end to end.

Not a diluted multi-platform plugin. A native GitHub App that listens to your webhooks, comments inline on your PRs, and understands the context of the whole repository — not just the diff.

  • Triggered automatically on every pull request
  • Full repo context, not just the changed lines
  • Security findings posted right on the offending line
POST /webhook/github · pull_request.opened
{
  "agent":   "security-strict",
  "pr":      "#128 feat/auth-refactor",
  "files":   12,
  "findings": [
    { "severity": "high",   "rule": "OWASP-A03" },
    { "severity": "medium", "rule": "no-hardcoded-secret" },
    { "severity": "low",    "rule": "missing-null-check" }
  ],
  "status":  "review_posted ✓"
}
Features

From config to delivery, inside GitHub.

Everything you need to configure the review, catch what matters, and deliver the feedback right inside the PR.

1. Configure

  • One agent per repository
  • Fully custom rules
  • Adjustable severity and tone
  • Ready-made templates

2. Detect

  • OWASP Top 10
  • Hard-coded secrets
  • Bugs and edge cases
  • Risky patterns

3. Deliver

  • Inline comments
  • Per-PR summary
  • Native GitHub App
  • Review in seconds
Comparison

How SignalMerge compares

An honest look at where SignalMerge fits next to other GitHub AI reviewers. Our focus: repository-specific agents, security-first review, and less noise per repo. Others offer strong, broader code-quality platforms — this table is about fit, not winners.

CriterionSignalMergeCodeRabbitQodoEllipsis
Repository-specific rulesYes — coreYes — configYes — rulesVia style guide
Multiple agents per repoYes — coreNot corePartialNot core
GitHub-native workflowYesYesYesYes
Security-first review focusYes — corePartialNot coreNot core
Inline PR commentsYesYesYesYes
Suggested fixesYesYesYesYes
Transparent pricingYesPublic tiersPublic tiersPartial
Start in a few clicksYesYesYesYes

Yes = supported · Partial = via config or limited · Not core = not the product’s primary focus. Comparison reflects public positioning.

Security

We take security seriously.

We touch your source code, so trust comes first. Only what’s true today — nothing oversold.

Access you control

Connected through the GitHub App, with access limited to the repositories you select — and revocable anytime from GitHub.

Encrypted in transit

Your code is encrypted in transit over HTTPS for the entire duration of the review.

No training on your code

Your code is used only to produce your pull request review — never to train models.

FAQ

Frequently asked questions

Yes. SignalMerge is a native GitHub App, built specifically for GitHub pull requests. Other platforms aren’t supported today.

Get started in
2 clicks.

No credit card required