What problem does it solve?
This Skill helps you diagnose, stabilize, and incrementally improve older PHP codebases without forcing a risky rewrite. It is designed for situations where runtime behavior, dependency constraints, and version compatibility matter more than architectural modernization.
Core Features & Use Cases
- Runtime inspection: Review composer files, bootstrap paths, config, and entry points to understand the real application shape.
- Safe maintenance and debugging: Identify dependency conflicts, deprecated APIs, missing extensions, and weak error handling while keeping changes small.
- Upgrade planning: Map PHP version constraints, detect blockers, and choose the smallest viable upgrade path for legacy systems.
- Use case: A framework-light PHP app fails after an environment change, and you need to confirm the current runtime setup, isolate the defect, and apply a minimal fix.
Quick Start
Use the coding-php-legacy-maintainer skill to inspect this PHP project, identify the runtime and dependency issues, and recommend the smallest safe fix.