mcpbeat

Azd Preflight

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.

3k tokens
context cost
the whole folder, loaded on every use
5
files
instructions only
0
copies elsewhere
how many repositories repackaged it
555
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Azure/azure-dev --skill azd-preflight

What comes with it

10 382 bytes besides the instruction
references/fix-strategies.md
references/output-and-errors.md
references/preflight-checks.md
references/workflow.md

The instruction itself

3 sections, as written by the author

azd-preflight

Runs the full azd preflight suite and auto-fixes failures.

Overview

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 }}

Exit Criteria

  • All 8 preflight checks pass (or user explicitly chose to skip specific checks)
  • All auto-applied fixes are saved to disk (not staged or committed — the user decides when to commit)
  • A clear summary of what passed, what was fixed, and what was skipped is displayed

How to use it

Copy the folder

Take azure/azd-preflight from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.