pre-merge-checklist
Installation
SKILL.md
Pre-Merge Checklist
When to Use
Activate this skill when:
- Reviewing a pull request before approving
- Preparing your own PR for merge
- Verifying that all automated checks pass before merging
- Auditing a PR that has been approved but not yet merged
- Running a final validation pass after addressing review feedback
Output: Write results to pre-merge-report.md with pass/fail status for each check and blocking issues.
Do NOT use this skill for:
- In-depth security review (use
code-review-security) - Writing implementation code (use
python-backend-expertorreact-frontend-expert) - Architecture decisions (use
system-architecture) - E2E test creation (use
e2e-testing)
Related skills