improve-code-quality
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.
More from moonrepo/moon
debug-task
>-
62doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
6