fix: remove azure-compliance skill triggers in skill body - #3118
Open
JasonYeMSFT (JasonYeMSFT) wants to merge 1 commit into
Open
fix: remove azure-compliance skill triggers in skill body#3118JasonYeMSFT (JasonYeMSFT) wants to merge 1 commit into
JasonYeMSFT (JasonYeMSFT) wants to merge 1 commit into
Conversation
JasonYeMSFT (JasonYeMSFT)
requested review from
Rick Winter (RickWinter) and
Sai Koumudi Kaluvakolanu (saikoumudi)
as code owners
August 27, 2026 20:20
Contributor
There was a problem hiding this comment.
Copilot review overview
Review tier: Lite
Findings: 1
New issues introduced by this change (1)
| Severity | Finding |
|---|---|
plugins/azure-skills/skills/azure-compliance/SKILL.md — SKILL.md files under plugins/*/skills/** are expected to include a **"## When to Use This… |
What changed in this PR
This PR updates the azure-compliance skill documentation to reduce duplicated trigger guidance by removing the “When to Use This Skill” and “Skill Activation Triggers” sections from the skill body, relying on the frontmatter description for activation wording.
Changes:
- Removed the “When to Use This Skill” section from
azure-complianceSKILL.md. - Removed the “Skill Activation Triggers” section from
azure-complianceSKILL.md.
| File | Description |
|---|---|
| plugins/azure-skills/skills/azure-compliance/SKILL.md | Removes duplicated trigger/activation sections to keep the skill body focused on execution guidance. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
16
to
20
| | Best for | Compliance scans, security audits, Key Vault expiration checks | | ||
| | Primary capabilities | Comprehensive Resources Assessment, Key Vault Expiration Monitoring | | ||
| | MCP tools | azqr, subscription and resource group listing, Key Vault item inspection | | ||
|
|
||
| ## When to Use This Skill | ||
|
|
||
| - Run azqr or Azure Quick Review for compliance assessment | ||
| - Validate Azure resource configuration against best practices | ||
| - Identify orphaned or misconfigured resources | ||
| - Audit Key Vault keys, secrets, and certificates for expiration | ||
|
|
||
| ## Skill Activation Triggers | ||
|
|
||
| Activate this skill when user wants to: | ||
| - Check Azure compliance or best practices | ||
| - Assess Azure resources for configuration issues | ||
| - Run azqr or Azure Quick Review | ||
| - Identify orphaned or misconfigured resources | ||
| - Review Azure security posture | ||
| - "Show me expired certificates/keys/secrets in my Key Vault" | ||
| - "Check what's expiring in the next 30 days" | ||
| - "Audit my Key Vault for compliance" | ||
| - "Find secrets without expiration dates" | ||
| - "Check certificate expiration dates" | ||
|
|
||
| ## Prerequisites |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Remove the redundant "When to Use This Skill" and "Skill Activation Triggers" sections from the Azure compliance skill. Trigger guidance remains in the skill frontmatter, reducing duplication and keeping the skill body focused on execution guidance.
Checklist
cd tests && npm test)fix:,feat:,feature:,chore:,misc:,test:,eval:tests/,npm run test:vally -- --plugin <plugin-dirname> --skill <skill>)Related Issues
None.