Sync plugin files from GitHub-Copilot-for-Azure (run 32961694556) - #417
Merged
JasonYeMSFT (JasonYeMSFT) merged 1 commit intoAug 26, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a read-only Foundry hosted-agent validation workflow and synchronizes plugin versions.
Changes:
- Adds validation instructions, schemas, report template, and default rules.
- Updates Foundry skill and plugin versions.
- Records the feature in the changelog.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
microsoft-foundry/SKILL.md |
Bumps skill version. |
validate/validate.md |
Defines validation workflow. |
validate/references/rules-schema.json |
Defines custom-rule schema. |
validate/references/report-template.md |
Provides Markdown report structure. |
validate/references/report-schema.json |
Defines JSON report schema. |
validate/references/default-rules.yaml |
Adds default MCP validation rule. |
CHANGELOG.md |
Records version 1.2.36. |
.plugin/plugin.json |
Bumps GitHub Copilot plugin version. |
.cursor-plugin/plugin.json |
Bumps Cursor plugin version. |
.claude-plugin/plugin.json |
Bumps Claude Code plugin version. |
Suppressed comments (1)
.github/plugins/azure-skills/skills/microsoft-foundry/foundry-agent/validate/validate.md:67
- The parent
SKILL.mdmandates runningscripts/check-and-setup-dependencies.*before reading any sub-skill (lines 20-22), but this workflow forbids every CLI command and dependency installation. Once validation is routed from the parent, the agent cannot obey both instructions and may mutate the environment during a supposedly read-only review. Exempt validation from the parent dependency setup, or provide a validation-specific no-execution entry path.
- Never run `azd` or any other CLI command, execute target code, install dependencies, sign in, or query Azure.
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| metadata: | ||
| author: Microsoft | ||
| version: "1.2.10" | ||
| version: "1.2.11" |
|
|
||
| Review one Microsoft Foundry hosted agent against deployment, security, reliability, observability, evaluation, and agent-design best practices without changing the agent or its Azure resources. | ||
|
|
||
| > ⚠️ **Important:** This sub-skill is strictly read-only. Never provision or deploy, run the application or agent, or create, update, or delete any Azure resource. |
| @@ -0,0 +1,68 @@ | |||
| # Validate a Foundry Hosted Agent | |||
|
|
|||
| Review one Microsoft Foundry hosted agent against deployment, security, reliability, observability, evaluation, and agent-design best practices without changing the agent or its Azure resources. | |||
| "additionalProperties": false | ||
| }, | ||
| "results": { | ||
| "type": "array", |
JasonYeMSFT (JasonYeMSFT)
approved these changes
Aug 26, 2026
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.
Automated sync of
plugin/from GitHub-Copilot-for-Azure at commit83fc498272ecf0ee8e7e8ecac16b5da711b59bfe.