What problem does it solve?
This Skill unit provides a toolkit to streamline code reviews, audits, and improvements, ensuring code quality and adherence to engineering principles.
Core Features & Use Cases
- Master Audit: Comprehensive review across the entire codebase or specific parts.
- Architecture Audit: Map the app's architecture and identify risky areas.
- Plan Checklist: Validate and simplify code plans before implementation.
- Fail-Fast Audit: Uncover silent failures and improve error handling.
- Bloat Audit: Identify and remove unnecessary code.
- Duplicate Audit: Eliminate duplicated logic and values.
- Retry Audit: Ensure idempotency in code execution.
- Use Case: Before merging a pull request, use the Skill unit to perform a Master Audit to catch potential issues and improve code quality.
Quick Start
Run the master audit on the 'main' branch with the command: 'code-upgrade master-audit main'