Use it at the exact level you need
Review one risky method or an entire file. No need to wait for a full PR cycle to get useful feedback.
VS Code / Cursor extension
Review a snippet, file, or git diff inside VS Code and Cursor. MergeCore spots risky Laravel mistakes, weak AI-generated code, and messy logic — then helps you fix it before review begins.
The workflow
Run MergeCore on a snippet, file, staged diff, or working tree. Get actionable findings, severity scores, Laravel-aware feedback, and rewrites you can apply immediately.
MergeCore: Review Selection · Review Active File · Review Git Diff · Review Staged DiffIt is built for the moment confidence drops: after the code works, before someone else has to review the mess.
Why it helps
MergeCore is strongest today in Laravel and PHP-heavy workflows, and it reads project signals from the repo so the feedback feels closer to a sharp engineer than a generic AI lint pass.
Review one risky method or an entire file. No need to wait for a full PR cycle to get useful feedback.
Findings appear inside the editor, so you can fix problems while context is still fresh.
Catch weak assumptions, rough edges, and AI sludge before someone else has to point it out.
Not vague complaints. Real findings, code examples, and practical rewrites.
Accept patches directly in-editor or export a markdown review for your team.
Laravel first. Also understands Filament, Pest, Livewire, TypeScript, React, Vue, and modern PHP workflows.
Shipping today from the repo: Laravel Core, Filament, Pest, Livewire, and Alpine. Planned next from the roadmap: TypeScript, React, Node, Python, Go, and deeper Laravel ops coverage.
How Packs Work
MergeCore packs are made of a few clear files with different jobs: one says what the pack is, one defines the rules and scoring, one gives human shorthand for common problems, and one explains how an AI reviewer should apply the pack in practice.
Manifest & wiring
The pack manifest tells MergeCore what the pack is called, which version it is, which files it publishes, and how hosts should resolve the rest of the pack.
Rules & scoring
This is the scoring source of truth. It defines the rules, severities, penalties, and detection hints that shape how MergeCore judges a change.
Human-facing shorthand
The smell index translates deeper rules into named patterns people recognise quickly, which helps with triage, wording, and fix guidance.
How reviewers should think
Agent instructions explain tone, priorities, evidence rules, and how the reviewer should apply the pack instead of just dumping raw rule text.
Entry points
Use MergeCore on the part of the change that feels risky, messy, or just too AI-written to trust on the first pass.
Perfect for a risky block, fresh refactor, or the method that feels fine until you look twice.
Run a full pass when the whole file needs a proper sanity check, not just one highlighted section.
Check your in-progress branch before it turns into a pile of fixes, follow-ups, and reviewer comments.
Give the exact staged patch one last senior-style pass before you commit it or send it up for review.
Fits your setup
The extension is designed so you can get a feel for the workflow immediately, then connect it to your configured MergeCore API environment when you are ready for the full backend-driven path.
Give the branch one last senior pass before review starts, and catch the stuff that makes people lose confidence fast.
See It Catch Real Issues