| name | analyze-coverage |
| description | Generate and interpret Pascoal frontend or Rust coverage without changing thresholds or production code by default. |
| argument-hint | [frontend, rust, files, or objective] |
| disable-model-invocation | true |
Analyze coverage
Analyze coverage for:
$ARGUMENTS
Procedure
- Read
AGENTS.md and docs/development/testing.md.
- Verify current coverage scripts and required tooling.
- Run only the requested or relevant frontend and Rust coverage commands.
- Inspect totals and important uncovered branches, error paths, shared logic, and platform-sensitive behavior.
- Distinguish low-value generated or boundary code from meaningful gaps.
- Recommend focused tests rather than chasing a percentage.
- Do not change thresholds, production code, tests, or workflow configuration unless explicitly requested.
Frontend and Rust coverage remain separate metrics.
Output
Report commands, actual results, significant uncovered behavior, limitations of the report, recommended test priorities, and whether threshold or workflow work is justified. Omit a commit suggestion when no files changed.