Add agent skills and AGENTS.md file#142
Merged
simonkurtz-MSFT merged 9 commits intomainfrom Mar 6, 2026
Merged
Conversation
Contributor
vieiraae
commented
Feb 4, 2026
- Added skills under .github/skills with skills for bicep, terraform, policies and create other skills.
- Added comprehensive agent instructions for working with Azure API Management (APIM) Samples.
- Introduced `init_skill.py` for initializing new skills with templates and structure. - Added `package_skill.py` to create distributable .skill files from skill folders. - Implemented `quick_validate.py` for basic validation of skill structure and frontmatter. - Created output patterns and workflow patterns documentation for consistent skill output. - Added comprehensive agent instructions for working with Azure API Management (APIM) Samples.
🐍 Python 3.13 Results
|
🐍 Python 3.14 Results
|
🐍 Python 3.12 Results
|
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR adds structured agent guidance to the repository by introducing a new AGENTS.md file at the root and five agent skills under .github/skills/. It also applies a consistent URL convention fix across several existing files, removing locale-specific (/en-us/) path segments from Microsoft Learn and MDN links.
Changes:
- Added
AGENTS.md: a comprehensive reference document for AI agents covering repository structure, available skills, Python/Bicep modules, naming conventions, and testing guidance. - Added five agent skills under
.github/skills/:apim-bicep,apim-policies,apim-terraform,sample-creator, andskill-creator— each providing domain-specific templates, patterns, and step-by-step workflows, along with supporting scripts (init_skill.py,quick_validate.py,package_skill.py) for theskill-creatorskill. - URL normalization: removed
/en-us/locale segments from Microsoft Learn and MDN links inshared/apim-policies/fragments/pf-remove-request-headers.xml,samples/oauth-3rd-party/main.bicep,samples/azure-maps/main.bicep,SECURITY.md, andREADME.md. Also added.github/CODEOWNERS.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
New root-level agent instruction document covering repository structure, skills, modules, and testing |
.github/skills/apim-bicep/SKILL.md |
Skill guide for Bicep APIM templates with patterns and examples |
.github/skills/apim-bicep/references/apim-resources.md |
Detailed Bicep resource reference for APIM |
.github/skills/apim-bicep/references/avm-patterns.md |
Azure Verified Modules usage patterns |
.github/skills/apim-bicep/references/mcp-patterns.md |
MCP server Bicep patterns (contains typo bug) |
.github/skills/apim-policies/SKILL.md |
Skill guide for APIM XML policy authoring |
.github/skills/apim-policies/references/policy-reference.md |
Complete APIM policy reference |
.github/skills/apim-policies/references/policy-expressions.md |
C# policy expression reference |
.github/skills/apim-policies/references/ai-gateway-examples.md |
AI Gateway policy examples |
.github/skills/apim-terraform/SKILL.md |
Skill guide for Terraform APIM configurations |
.github/skills/apim-terraform/references/apim-resources.md |
Terraform APIM resource reference |
.github/skills/apim-terraform/references/ai-gateway-patterns.md |
AI Gateway Terraform patterns |
.github/skills/sample-creator/SKILL.md |
Skill guide for creating new APIM samples |
.github/skills/skill-creator/SKILL.md |
Skill guide for creating new skills (contains spelling error) |
.github/skills/skill-creator/scripts/init_skill.py |
Skill directory initializer script (contains encoding and doc inconsistency issues) |
.github/skills/skill-creator/scripts/quick_validate.py |
Skill validation script |
.github/skills/skill-creator/scripts/package_skill.py |
Skill packaging script |
.github/skills/skill-creator/references/workflows.md |
Workflow pattern reference |
.github/skills/skill-creator/references/output-patterns.md |
Output pattern reference |
.github/skills/skill-creator/LICENSE.txt |
Apache 2.0 license for skill-creator |
.github/CODEOWNERS |
New CODEOWNERS file assigning default reviewers |
shared/apim-policies/fragments/pf-remove-request-headers.xml |
Removed /en-us/ from MDN URL |
samples/oauth-3rd-party/main.bicep |
Removed /en-us/ from MS Learn comment URLs |
samples/azure-maps/main.bicep |
Removed /en-us/ from MS Learn comment URL |
SECURITY.md |
Removed /en-us/ from MSRC FAQ link |
README.md |
Removed /en-us/ from two MS Learn links |
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.