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 with pass/fail status for each check and blocking issues. Do NOT use this skill for: - In-depth security review (use ) - Writing implementation code (use or ) - Architecture decisions (use ) - E2E test creation (use ) Instructions Automated Checks (Ordere…