Skip to content

Add Azure PowerShell Design Review Skill#29728

Open
audreyttt wants to merge 4 commits into
mainfrom
ps-design-skill
Open

Add Azure PowerShell Design Review Skill#29728
audreyttt wants to merge 4 commits into
mainfrom
ps-design-skill

Conversation

@audreyttt

@audreyttt audreyttt commented Jun 11, 2026

Copy link
Copy Markdown
Member

Summary

Adds a new Copilot skill (azure-ps-design-review) that guides developers through creating complete PowerShell cmdlet design specifications via an interactive conversational flow in VS Code. Helps feature teams file a complete issue in Azure/azure-powershell-cmdlet-review-pr.

New files:

  • .github/skills/azure-ps-design-review/SKILL.md — The skill definition
  • references/design-guidelines-summary.md — Condensed validation rules from the Azure PowerShell Design Guidelines
  • references/issue-template.md — The target GitHub Issue format
  • scratch/.gitignore — Keeps the scratch directory in the repo while ignoring temporary files created during design interviews.

Copilot AI review requested due to automatic review settings June 11, 2026 17:20
@azure-client-tools-bot-prd

Copy link
Copy Markdown
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces a new GitHub Copilot Skill (azure-ps-design-review) intended to guide developers through producing a complete Azure PowerShell cmdlet design spec (via an interactive interview flow) and filing it as an issue in Azure/azure-powershell-cmdlet-review-pr.

Changes:

  • Adds the azure-ps-design-review skill definition and workflow guidance (including scratch-file based long-form input).
  • Adds reference documents: a condensed design-guidelines checklist and a target issue template for design-review submissions.
  • Adds a .gitignore to keep the scratch directory in-repo while ignoring generated scratch content.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.

File Description
.github/skills/azure-ps-design-review/SKILL.md Defines the skill, workflow steps, MCP prerequisites, and scratch-file interaction pattern.
.github/skills/azure-ps-design-review/scratch/.gitignore Keeps the scratch folder present while ignoring all scratch artifacts except .gitignore.
.github/skills/azure-ps-design-review/references/issue-template.md Provides the Markdown issue template the skill should populate when filing design reviews.
.github/skills/azure-ps-design-review/references/design-guidelines-summary.md Summarizes design guideline checks the skill should validate against during the interview.

Comment thread .github/skills/azure-ps-design-review/SKILL.md Outdated
Comment thread .github/skills/azure-ps-design-review/SKILL.md Outdated
Comment thread .github/skills/azure-ps-design-review/SKILL.md
Comment thread .github/skills/azure-ps-design-review/references/design-guidelines-summary.md Outdated
Comment thread .github/skills/azure-ps-design-review/references/issue-template.md Outdated
Comment thread .github/skills/azure-ps-design-review/references/issue-template.md Outdated
Comment thread .github/skills/azure-ps-design-review/references/issue-template.md Outdated
@audreyttt audreyttt changed the title Initial skill Add Azure PowerShell Design Review Skill Jun 11, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 11, 2026 18:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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