Browse 354 rules, 42 knowledge articles, and 28 prompt templates across security, performance, architecture, and quality.
BeforeMerge scans your pull requests against these rules automatically. Get actionable feedback before code ships to production.
3 prompts matching filters
Extract a reusable, well-typed component from existing code with proper interface design and documentation.
Restructure code to be more testable by applying dependency injection, interface segregation, and separation of concerns.
Break down a complex, hard-to-read function into smaller, well-named, testable functions with clear responsibilities.