azure/azd-preflight
>- **WORKFLOW SKILL** — Runs `mage preflight` from `cli/azd/` and auto-fixes failures. Covers linting, formatting, copyright, spelling, build, and tests. Iterates fix-then-rerun cycles until all checks pass. azd build and test, validate azd changes, check azd code quality, mage preflight. creating PRs (use pull-request), running only unit tests without the full suite.
npx skills add https://github.com/Azure/azure-dev --skill azd-preflight
Runs the full azd preflight suite and auto-fixes failures.
The azd preflight suite (mage preflight) validates code quality across 8 checks before
changes are submitted. This skill runs the suite, parses failures, applies automated fixes,
and re-runs until all checks pass — or escalates to the user when a fix requires human judgment.
{{ references/preflight-checks.md }}
{{ references/workflow.md }}
{{ references/output-and-errors.md }}
Take azure/azd-preflight from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.