Your checklists (
0
)
AI Checklist Generator
From the makers of
Manifestly Checklists
Sign in
Email address
Email me a magic link
Home
> PR review checklist
PR review checklist
Code Quality
Ensure code adheres to the project's style guidelines.
Check for proper use of variables and functions.
Verify that there are no unused variables or imports.
Confirm that the code is modular and reusable.
Functionality
Test all new features to ensure they work as intended.
Verify that existing features are not broken by the new code.
Check edge cases and error handling.
Ensure that all new functionality is covered by tests.
Documentation
Ensure that all new code is adequately commented.
Confirm that relevant documentation (README, API docs) is updated.
Check for clear and concise commit messages.
Performance
Review the code for potential performance issues.
Check for efficient algorithms and data structures.
Ensure that there is no unnecessary complexity.
Security
Look for potential security vulnerabilities.
Confirm that sensitive data is handled appropriately.
Verify that any third-party libraries are up-to-date and secure.
Dependencies
Check that new dependencies are necessary and justified.
Review the compatibility of new dependencies with existing code.
Ensure that any changes to dependencies are documented.
Design
Ensure that the design follows the project’s architectural patterns.
Review UI/UX changes for consistency with existing design.
Confirm that the new design elements are responsive and accessible.
Merge Readiness
Verify that the PR is up to date with the base branch.
Ensure all checks have passed (CI/CD, tests).
Confirm that there are no merge conflicts.
Review the PR description for clarity and completeness.
Download CSV
Download JSON
Download Markdown
Use in Manifestly