What problem does it solve?
This Skill automates the complex and time-consuming process of upgrading Python microservices from older versions (like 3.7) to a modern, supported version (3.13), ensuring compatibility and leveraging new language features.
Core Features & Use Cases
- Comprehensive Analysis: Scans service code, dependencies, and configurations to identify all necessary changes.
- Automated Refactoring: Applies code modifications, dependency updates, and configuration changes based on the analysis.
- Safe Deployment: Guides through local testing, Docker builds, and deployment to a test environment before production.
- Use Case: A team needs to upgrade their core Python microservice from Python 3.7 to 3.13. This Skill will analyze the service, generate a detailed upgrade document, and then apply all the necessary code and dependency changes, creating a pull request for review.
Quick Start
Use the upgrade-python skill to analyze the current Python microservice for upgrade to Python 3.13.