Conversation
There was a problem hiding this comment.
Pull request overview
This pull request introduces a new skill called "entra-agent-user" to the awesome-copilot repository. The skill provides guidance for creating Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to function as digital workers within Microsoft 365 and Azure environments.
Changes:
- Added new skill documentation and registration
- Updated skills index with new entry
- Skill contains comprehensive instructions without bundled assets
| | [copilot-sdk](../skills/copilot-sdk/SKILL.md) | Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent. | None | | ||
| | [copilot-usage-metrics](../skills/copilot-usage-metrics/SKILL.md) | Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API. | `get-enterprise-metrics.sh`<br />`get-enterprise-user-metrics.sh`<br />`get-org-metrics.sh`<br />`get-org-user-metrics.sh` | | ||
| | [create-web-form](../skills/create-web-form/SKILL.md) | Create robust, accessible web forms with best practices for HTML structure, CSS styling, JavaScript interactivity, form validation, and server-side processing. Use when asked to "create a form", "build a web form", "add a contact form", "make a signup form", or when building any HTML form with data handling. Covers PHP and Python backends, MySQL database integration, REST APIs, XML data exchange, accessibility (ARIA), and progressive web apps. | `references/accessibility.md`<br />`references/aria-form-role.md`<br />`references/css-styling.md`<br />`references/form-basics.md`<br />`references/form-controls.md`<br />`references/form-data-handling.md`<br />`references/html-form-elements.md`<br />`references/html-form-example.md`<br />`references/hypertext-transfer-protocol.md`<br />`references/javascript.md`<br />`references/php-cookies.md`<br />`references/php-forms.md`<br />`references/php-json.md`<br />`references/php-mysql-database.md`<br />`references/progressive-web-app.md`<br />`references/python-as-web-framework.md`<br />`references/python-contact-form.md`<br />`references/python-flask-app.md`<br />`references/python-flask.md`<br />`references/security.md`<br />`references/styling-web-forms.md`<br />`references/web-api.md`<br />`references/web-performance.md`<br />`references/xml.md` | | ||
| | [entra-agent-user](../skills/entra-agent-user/SKILL.md) | Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments. | None | |
There was a problem hiding this comment.
Based on the PR description stating "Adds a skill for creating Agent Users in Microsoft Entra ID" and the custom coding guideline requirement that skills "should be added to the docs/README.<type>.md", this addition is correct. However, the SKILL.md file itself is not visible in the diff, so verification of required frontmatter (name, description) and file naming conventions cannot be performed. The description field matches expectations for agent user creation functionality.
There was a problem hiding this comment.
@copilot open a new pull request to apply changes based on this feedback
New Skill: entra-agent-user
Adds a skill for creating Agent Users in Microsoft Entra ID from Agent Identities.
What it does
Checklist
pm run skill:validate)
pm run build)