Agent skill · DevOps & Cloud

azure-app-onboard-prereq

Assess whether source code is ready to deploy to Azure — the check BEFORE infrastructure work. Evaluates build health, app completeness, dependencies and local services, stack compatibility, and deployment feasibility. Answers questions about what your app needs before it can be deployed — frameworks, dependencies, and configuration. Checks whether dependencies are compatible and identifies deployment blockers and unsupported frameworks. WHEN: \"evaluate my repo\", \"is my app ready to deploy\", \"what does my app need to deploy\", \"what do I need before deploying\", \"does my app need\", \"c

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add microsoft/azure-skills --skill azure-app-onboard-prereq --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 10 KB
Bundled scripts: yes
Version: 1.2.1
Declared author: Microsoft
Path: skills/azure-app-onboard-prereq/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure App Onboard Prereq — Repository Evaluation Evaluate a user's repository for build health, app completeness, and Azure deployment feasibility — before infrastructure planning. Produces per-component verdicts (PASS/WARN/FAIL) consumed by downstream phases. > **Orchestrator relationship:** Called by `azure-app-onboard` at Step 3, or standalone for code readiness checks. When called by orchestrator, return control to `azure-app-onboard` after writing artifacts — do NOT invoke downstream phases directly. Phase 1 of 4 in AppOnboard pipeline. Session: `.copilot-azure/sessions/{session-id}/`. Reads `context.json`. Writes `components[]`, `repo{}`, `detectedInfra[]`. Produces `prereq-output.json`. Schema: [`prereq-schemas.ts`](references/prereq-schemas.ts) — `PrereqOutput`, `BuildRequirements`. Direct entry supported. ## When NOT to Use | Signal | Redirect | |--------|----------| | Validate infrastructure (Bicep/TF/azure.yaml) | **azure-validate** | | Generate IaC | **azure-prepare** | | End-to-end idea-to-production | **azure-app-onboard** | | Run `azd up` or deploy | **azure-deploy** | ## Rules > ⛔ **ABSOLUTE PROHIBITION — `npm install`, `npm test`, `npx jest`, `pytest`, and ALL in

What's inside
Steps it walks through
  1. When NOT to Use
  2. Rules
  3. MCP Tools
  4. Workflow
  5. Step 1: Session Check
  6. Step 2: Scan Workspace
  7. Step 3: Per-Component Evaluation
  8. Step 4: Write Artifacts + Readiness Gate
  9. Step 5: Present Findings
  10. Step 6: Remediation (conditional)
  11. Step 7: Write Final State
  12. Step 8: Route
  13. Outputs
Ships with 15 files
  • references/build-check.md
  • references/cloud-sdk-migration.md
  • references/completeness-check.md
  • references/component-mapping.md
  • references/dependency-compatibility.md
  • references/deployability-check.md
  • references/prereq-artifacts.md
  • references/prereq-schemas.ts
  • references/readiness-gate.md
  • references/remediation-protocol.md
  • references/session-protocol.md
  • references/session-schemas.ts
  • references/subagent-starter-scaffold.md
  • references/subscription-resolution.md
  • references/zero-code-path.md
More from azure-skills
All skills →
About this skill
What does the azure-app-onboard-prereq skill do?

Assess whether source code is ready to deploy to Azure — the check BEFORE infrastructure work. Evaluates build health, app completeness, dependencies and local services, stack compatibility, and deployment feasibility. Answers questions about what your app needs before it can be deployed — frameworks, dependencies, and configuration. Checks whether dependencies are compatible and identifies deployment blockers and unsupported frameworks. WHEN: \"evaluate my repo\", \"is my app ready to deploy\", \"what does my app need to deploy\", \"what do I need before deploying\", \"does my app need\", \"c

How do I install it?

Run `npx skills add microsoft/azure-skills --skill azure-app-onboard-prereq --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going