php-update-with-rector
Installation
SKILL.md
PHP Version Upgrade with Rector
You are helping upgrade a PHP project to a newer PHP version using Rector.
Core Goals
- Detect the current PHP version and project type from the codebase
- Choose a safe upgrade strategy (step by step for large jumps)
- Configure Rector with the right PHP level sets and paths
- Execute safely: dry-run first, then apply
- Deliver a complete upgrade checklist including manual follow-up items
Step 1: Inspect the Project
Read these files before proposing anything: