Your first week with MergeGuard
A practical day-by-day path: install on day 1, your first @mergeguards fix by day 3, and deep-scan by day 7.
You do not need to learn every command on day one. This guide walks through what most teams do in their first week—install, read a review, apply a fix, then run a deeper security pass when a PR deserves it.
Guest install is OK
Day 1 — Install and your first review
Goal: MergeGuard comments on a real pull request or merge request within a few minutes.
- GitHub: From the homepage, click Install GitHub App (or use the direct install link). Select one repository to start—guest install works without sign-in.
- GitLab: Click Connect GitLab on the homepage, authorize OAuth, then connect a project from the dashboard. See GitLab quickstart.
- Open a pull request or merge request on a connected repo (even a small doc or dependency bump is fine).
- Read the summary on the Conversation / Overview tab—note the risk score and recommended fixes.
- Open Files changed and read inline comments on the lines you edited.
Done when: You see at least one inline finding or a clear “no issues” summary you trust.
GitHub quickstart → · How reviews work →
Day 3 — Your first @mergeguards fix
Goal: Let MergeGuard commit a patch from an inline review thread—not just suggest text.
- Pick an inline finding you agree with (style, bug, or small security nit—avoid huge refactors for your first fix).
- GitHub: Reply on that inline review comment thread with
@mergeguards fix. - GitLab: Reply on the Changes diff thread with
@mergeguards fix. - Wait for MergeGuard to push a commit to your branch. Refresh the PR/MR and confirm the diff matches the suggestion.
- If the fix is wrong, revert or push a follow-up commit—treat AI fixes like any other contributor patch.
Done when: A fix commit from MergeGuard is on your branch and CI (if any) is green.
@mergeguards fix within monthly review caps. See Plans & limits.Command reference → · GitHub PR commands →
Day 7 — Deep-scan on a meaningful PR
Goal: Run a second, security-focused pass when a change touches auth, dependencies, infra, or a large diff.
- Open a PR/MR that is worth a deeper look (new API surface, dependency upgrade, Dockerfile change, etc.).
- After the automatic review lands, post
@mergeguards deep-scanon the PR Conversation (GitHub) or MR Overview note (GitLab). - Read the deep-scan summary—compare with the first-pass risk score and inline threads.
- For a lighter re-review without deep-scan, use
@mergeguard-followupinstead. - Optional: on Pro+, Dockerfile changes can trigger an async container image CVE scan in a follow-up comment.
Done when: You have used deep-scan (or follow-up) deliberately—not on every tiny PR.
Plan note
@mergeguards deep-scan requires a linked workspace on Pro or higher. Free and guest tiers still get automatic reviews, OSV dependency signals, and @mergeguards fix. View pricing →Command reference → · MergeGuard Intelligence →
After week one
- Dashboard — connected repos, usage, and review history
- MergeGuardAgent — review from VS Code / Cursor before you push
- Compare AI PR review tools — honest feature comparison
- MergeGuard vs CodeRabbit — side-by-side for merge governance