Skip to content

Conversation

@tmeschter
Copy link
Contributor

@tmeschter tmeschter commented Jan 21, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Add a new skill that performs preflight validation of Azure deployments.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, chat mode, collection or skill.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings January 21, 2026 18:40
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds a new Azure Deployment Preflight skill that validates Bicep deployments before execution. The skill provides comprehensive preflight checks including template syntax validation, what-if analysis, and permission verification for both Azure CLI and Azure Developer CLI workflows.

Changes:

  • Adds azure-deployment-preflight skill with validation workflow instructions
  • Provides reference documentation for validation commands, error handling, and report generation
  • Updates skills documentation table to include the new skill

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
skills/azure-deployment-preflight/SKILL.md Main skill definition with front matter, workflow steps, and usage guidance
skills/azure-deployment-preflight/references/VALIDATION-COMMANDS.md Comprehensive reference for Azure CLI, azd, and Bicep validation commands
skills/azure-deployment-preflight/references/REPORT-TEMPLATE.md Template structure and formatting guidelines for preflight validation reports
skills/azure-deployment-preflight/references/ERROR-HANDLING.md Error handling strategies and fallback approaches for various failure scenarios
docs/README.skills.md Updated skills table to include the new azure-deployment-preflight skill

@aaronpowell aaronpowell merged commit e397a47 into github:main Jan 22, 2026
7 of 8 checks passed
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.

2 participants