improve-code-quality
Installation
SKILL.md
Improve Code Quality
Perform a structured code quality audit on a target path in the monorepo. The workflow is: run automated tools, do deeper manual analysis, present a report, then apply fixes only after the user approves.
Usage
/improve-code-quality <path>
The path can be a directory (e.g., crates/task-runner), a single file (e.g.,
crates/task-runner/src/lib.rs), or the name of a package (e.g., moon_task_runner).
Step 1: Validate and detect language
First, verify the target path exists. If it doesn't, tell the user and stop.