What problem does it solve?
This Skill streamlines the process of preparing code for a production release by systematically identifying and removing dead or deprecated code, auditing documentation, and verifying release hygiene across all project components.
Core Features & Use Cases
- Dead Code Audit: Detects and helps remove unused code, imports, and dependencies across Rust, Python, and TypeScript.
- Deprecation Management: Identifies deprecated APIs and guides their removal or migration.
- Documentation Verification: Ensures public APIs, READMEs, and examples are up-to-date and complete.
- Release Hygiene: Checks versioning, dependencies, MSRV, and performs publish dry-runs.
- Use Case: Before tagging a new version of the Finstack library, use this Skill to ensure the codebase is clean, well-documented, and free of technical debt, minimizing the risk of introducing bugs in production.
Quick Start
Run the production-release-prep skill to audit the codebase for release readiness.