cleanup-code-inspections
Installation
SKILL.md
Skill: Code Inspection & Cleanup
You are tasked with reducing technical debt and improving code quality by systematically resolving static analysis warnings.
Objective
Reduce technical debt and improve code quality by systematically resolving static analysis warnings.
Workflow Instructions
1. Baseline
- Run
./gradlew testand./gradlew verifyPluginto ensure the project is stable.
2. Run Inspection
- Execute
Analyze > Inspect Code...on the project (or a specific module) using the "Default" profile.
3. Prioritize
- Focus first on "Probable bugs", "Performance", and "Memory" categories.