Skip to content

feat: add azure-cli-patterns skill#347

Open
Sophia-Geng wants to merge 1 commit into
microsoft:mainfrom
Sophia-Geng:feat/azure-cli-patterns
Open

feat: add azure-cli-patterns skill#347
Sophia-Geng wants to merge 1 commit into
microsoft:mainfrom
Sophia-Geng:feat/azure-cli-patterns

Conversation

@Sophia-Geng

@Sophia-Geng Sophia-Geng commented Jun 7, 2026

Copy link
Copy Markdown

Summary

  • Add azure-cli-patterns core skill covering Azure CLI best practices
  • Covers: authentication (service principal/managed identity), JMESPath
    queries, idempotent scripting, batch operations, Bicep deployments, error
    handling
  • Includes 7 test scenarios, all passing in mock mode (100% pass rate)

Changes

  • .github/skills/azure-cli-patterns/SKILL.md — New skill (~280 lines)
  • tests/scenarios/azure-cli-patterns/acceptance-criteria.md
    Correct/incorrect patterns
  • tests/scenarios/azure-cli-patterns/scenarios.yaml — 7 evaluation
    scenarios
  • README.md — Updated skill counts (174→175, Core 10→11)

Test plan

  • npx tsx tests/harness/runner.ts azure-cli-patterns --mock --verbose
    7/7 pass, 100.0 avg score
  • CI smoke test passes on PR

  Add a new core skill covering Azure CLI best practices for scripting,
  automation, and resource management. Includes authentication patterns,
  JMESPath queries, idempotent scripts, and CI/CD integration.

  - SKILL.md with 8 sections covering common az patterns
  - 7 test scenarios with acceptance criteria
  - README updated (174 → 175 skills, Core 10 → 11)
@Sophia-Geng Sophia-Geng requested a review from thegovind as a code owner June 7, 2026 11:15
@Sophia-Geng

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant