BeforeMerge

AI-native code review knowledge base. Structured rules that catch what linters miss.

Product

  • Features
  • Explore
  • Pricing
  • Docs
  • GitHub

Company

  • About
  • Blog
  • Contributors
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • MIT License

© 2026 BeforeMerge. Built by Peter Krzyzek

BeforeMerge
Features
Explore
PricingBlogContributorsInstall Guide
3Sign In
FeaturesExplore
RulesSkillsKnowledgePrompts
PricingBlogContributorsInstall Guide
Sign In

Explore

Browse 354 rules, 42 knowledge articles, and 28 prompt templates across security, performance, architecture, and quality.

Sort:

Automate these checks on every PR

BeforeMerge scans your pull requests against these rules automatically. Get actionable feedback before code ships to production.

Join WaitlistLearn More

4 prompts matching filters

Database Migration Safety Review

Template

Analyze a database migration file for safety issues, lock risks, and best practices.

Code Reviewdatabasemigration

Comprehensive Pull Request Review

Template

Perform a thorough, multi-dimensional review of a pull request covering correctness, security, performance, naming, test coverage, and edge cases.

Code Reviewcode-reviewpull-request

Security-Focused Code Review

Template

Review code specifically for security vulnerabilities based on the OWASP Top 10 and language-specific attack vectors.

Code Reviewsecurityowasp

Performance-Focused Code Review

Template

Analyze code for performance issues including N+1 queries, unnecessary re-renders, memory leaks, and bundle impact.

Code Reviewperformanceoptimization