Found it.Merged it.

Mergent transforms tester feedback into code changes, deploys a preview environment for validation, and prepares a pull request for your engineering team.

REPORT BUGAGENT FIXESPREVIEW DEPLOYTESTER VERIFIESOPEN PRDEV REVIEWFOLLOW UPREPORT BUGAGENT FIXESPREVIEW DEPLOYTESTER VERIFIESOPEN PRDEV REVIEWFOLLOW UP

The pipeline

From tester report
to verified fix.

Testers report and verify. Developers review and ship. Every step is visible before anything merges.

01

Report the bug

Testers describe what broke in plain language. No specs, stack traces, or engineering tickets required to get started.

github.com/chinmayraj28/github-ai-agent/issues/3

Overview page not showing recent runs #3

Open#4

chinmayraj28 opened 18 hours ago

Overview page not showing recent runs even though there are recent runs. Says "No runs yet." when runs exist on monitored repos.
02

Understand the issue

The agent reads the report, explores the codebase, and identifies what needs to change before writing a single line.

sandbox · mergent agent · read-only
search_code "listRuns"
app/dashboard/page.tsx
lib/runs.ts
·components/dashboard/RunList.tsx

2 matches · codebase context cached

03

Plan the fix

It drafts a clear implementation plan. Approve it, adjust it, or send it back before anything ships.

mergent · plan · awaiting approval

Implementation plan · 3 steps · 2 files

  1. 1Query recent runs in dashboard overview
  2. 2Fix empty-state guard in page.tsx
  3. 3Add regression test for runs list
Approve planRequest changes
04

Verify on preview

The agent implements the fix, runs tests, and deploys a preview link so testers can confirm it worked in the product.

sandbox · write + preview
app/dashboard/page.tsx
// show recent runs when data exists
- if (!runs.length) return emptyState
+ const recent = runs.filter((r) => r.updatedAt)
$ npm test dashboard
✓ 42 passed · 0 failed
preview → preview.mergent.app/run-7f3a
05

PR for dev review

It opens a pull request for your engineering team to review. Testers can prompt follow-ups until the fix is right.

github.com/chinmayraj28/github-ai-agent/pull/4

fix: Overview page not showing recent runs #4

Open+18 −4 · 2 files

mergent-agent wants to merge 1 commit into main

Resolves #3. Shows recent runs on overview when data exists.
Merge pull request
Coming soon

More of your stack, connected

Today Mergent works from GitHub Issues. Next: file work straight from the tools your team already lives in.

Jira
Turn Jira issues into PRs
Linear
Sync Linear tickets both ways
Azure DevOps
Work items → verified fixes

Built for QA and engineering

Close bugs faster,
without the handoff tax.

Report bugReview previewRequest changesConfirm fixDone

Testers fix, not just file

QA and non-technical testers describe bugs in plain language, review preview deployments, and prompt follow-ups until the fix is right. No waiting on engineering to reproduce every report.

Preview deployed
› preview.mergent.app/run-7f3a
› Tester opened link · verified fix
● Ready for PR review

Preview on every run

Each fix ships to a live preview URL before it touches production. Testers validate the change in context, not from a screenshot or a Slack thread.

Pull request · 3 files · tests passing
Awaiting developer review

Developers review every PR

Nothing merges without engineering sign-off. Your team gets a clean pull request with context, test output, and the plan the agent followed.

Report Fix Preview Verify Review

Shorter bug-fix cycles

Bugs stop bouncing between QA and engineering. Testers verify on preview, developers review the PR, and issues close without weeks of back-and-forth.

Live run

From report to
verified fix.

Watch each run unfold: the agent investigates, ships a preview for testers to verify, and opens a pull request for developers to review. Follow up with prompts until the bug is actually closed.

Who drives it
QA + testers
Verification
Live preview
Dev gate
PR review
Follow-ups
Built in
mergent · run · overview-fix

Get started

Give QA a path to verified fixes.

Tell us about your team. We will connect your repos, set up preview deployments, and have Mergent turning tester reports into developer-reviewed PRs within a day.

  • Testers report bugs and verify fixes on live previews
  • Follow-up prompts until the issue is actually resolved
  • Developers review every pull request before merge