Skip to content

Add msgraph-sdk skill for Microsoft Graph SDK integration (.NET, TypeScript, Python)#1683

Closed
lovyjain wants to merge 3 commits into
github:mainfrom
lovyjain:main
Closed

Add msgraph-sdk skill for Microsoft Graph SDK integration (.NET, TypeScript, Python)#1683
lovyjain wants to merge 3 commits into
github:mainfrom
lovyjain:main

Conversation

@lovyjain
Copy link
Copy Markdown
Contributor

@lovyjain lovyjain commented May 12, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new skill file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my skill with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged main` for this pull request.

Description

Adds a new msgraph-sdk skill covering Microsoft Graph SDK integration for .NET, TypeScript, and Python. covers auth patterns (client credentials, OBO, managed identity, device code), core SDK usage, batching, delta queries, webhooks, throttling, and least-privilege permissions. Includes language-specific reference files for all three ecosystems.


Type of Contribution

  • [ msgraph-sdk] New skill file.

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@lovyjain lovyjain requested a review from aaronpowell as a code owner May 12, 2026 14:18
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ This PR targets main, but PRs should target staged.

The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.

You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1683 --base staged

@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills targets-main PR targets main instead of staged labels May 12, 2026
@lovyjain lovyjain closed this May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-submission PR adds at least one new contribution skills PR touches skills targets-main PR targets main instead of staged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant