Minimal Local Validation

Keep local Rust validation intentionally narrow when the build pipeline already performs comprehensive workspace checks. Use when asked to minimize local validation, avoid long workspace-wide checks, run cargo check only for changed crates, or rely on CI for exhaustive validation and fix only concrete pipeline failures. Not for repositories without comprehensive CI, explicit full-validation requests, or diagnosing an already failing pipeline.

martintmk Updated

File contents

martintmk/copilot-skills/tree/main/plugins/copilot-skills/skills/minimal-local-validation commit 47db934961

Frequently asked questions

npx skillmds@latest add martintmk/minimal-local-validation