What problem does it solve?
This Skill helps you refactor existing backend code in allcll-backend while preserving behavior, so you can reduce duplication, improve structure, and optimize known bottlenecks without breaking validation or API outputs.
Core Features & Use Cases
- Behavior-preserving refactoring: Make code cleaner and easier to maintain while keeping external behavior unchanged.
- Duplicate removal and structure improvements: Simplify repeated logic, reorganize modules, and improve code readability.
- Performance optimization with meaning preserved: Address confirmed bottlenecks only when the output, storage results, and validation behavior remain consistent.
- Use case: Apply this Skill when a backend endpoint works but the implementation is tangled, duplicated, or slow, and you need a safe cleanup with regression checks.
Quick Start
Refactor the targeted allcll-backend code path to improve maintainability while preserving all existing tests, API responses, and stored results.