What problem does it solve?
This Skill provides a comprehensive checklist and automated checks to ensure code quality, correctness, and completeness before merging changes into a production branch, preventing bugs and regressions.
Core Features & Use Cases
- Pre-Commit Checks: Verifies type checking, linting, and local tests pass before committing.
- Pre-PR Checks: Ensures PR descriptions are complete, includes necessary information like screenshots and ticket references, and covers security and database changes.
- Pre-Merge Checks: Confirms CI/CD pipeline success, code review approval, and functional verification before final merge.
- Use Case: Before submitting a pull request for a new feature, you can use this skill to systematically go through all the necessary checks, ensuring that your code is well-tested, documented, and adheres to project standards, thereby streamlining the review process.
Quick Start
Run the pre-merge verification process to ensure all checks pass before submitting your code.