Skip to content

Comments

feat: add entra-agent-user skill#787

Open
fizamusthafa wants to merge 2 commits intogithub:stagedfrom
fizamusthafa:add-entra-agent-user-skill
Open

feat: add entra-agent-user skill#787
fizamusthafa wants to merge 2 commits intogithub:stagedfrom
fizamusthafa:add-entra-agent-user-skill

Conversation

@fizamusthafa
Copy link

New Skill: entra-agent-user

Adds a skill for creating Agent Users in Microsoft Entra ID from Agent Identities.

What it does

  • Guides users through creating agent users (specialized user identities) that enable AI agents to act as digital workers in Microsoft 365
  • Covers prerequisites, permissions, architecture, step-by-step HTTP/PowerShell instructions, manager assignment, license configuration, and troubleshooting

Checklist

  • SKILL.md with required frontmatter (name, description)
  • Skill validation passed (
    pm run skill:validate)
  • README tables updated (
    pm run build)
  • Targeting \staged\ branch

Copilot AI review requested due to automatic review settings February 21, 2026 11:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 |
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

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

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.

Copilot generated this review using guidance from repository custom instructions.
Copy link
Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based on this feedback

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.

1 participant