What problem does it solve?
This Skill helps you diagnose and fix baserCMS PHP upgrade issues caused by deprecations, signature changes, and behavior changes in newer PHP releases.
Core Features & Use Cases
- Version-specific guidance: Organizes known PHP 8.2, 8.4, and 8.5 migration patterns so you can quickly match a warning to the right fix.
- Safe refactoring recipes: Covers common problems such as dynamic properties, implicit nullable parameters, deprecated reflection calls, null offsets, and obsolete cleanup functions.
- Practical baserCMS context: Points to real baserCMS migration scenarios, including plugin code, tests, and framework-adjacent compatibility issues.
- Use case: When a test log shows a new deprecation after upgrading PHP, use this Skill to identify the cause, choose the correct remediation pattern, and keep the codebase compatible.
Quick Start
Ask the Skill to classify the PHP warning or fatal error from your baserCMS code and recommend the safest migration fix for the current PHP version.