News

Microsoft Shares Copilot Prompts in New GitHub Repo (Contributions Welcomed)

Remember when "prompt engineer" job posts were listing salaries north of $300,000? Much has changed since then, and the "engineer" aspect has dimmed, with prompting advice, tools and resources freely available and abundant.

Microsoft has taken a step further in democratizing the prompt engineering field by sharing a collection of prompts for its various Copilots in a new GitHub repository. It's community-led and contributions are welcome, though you should be comfortable with your forking, branching, cloning and such.

Here's one example:

Find Meeting Time with Another User
[Click on image for larger view.] Find Meeting Time with Another User (source: Microsoft).

The Copilot prompts repo was announced today (May 14), starting with 11 samples, in which meetings is a dominant theme (Microsoft Teams, anyone?). The other 10 samples (conveniently in the samples folder) are as follows at the time of this writing:

  • Generate adaptive card using GitHub Copilot
    Generate Adaptive Card Using GitHub Copilot in Animated Action
    [Click on image for larger, animated GIF view.] Generate Adaptive Card Using GitHub Copilot in Animated Action (source: Microsoft).
  • Locate unresponded meeting invitations
  • Create meeting action items
  • List meeting invitees for a meeting distinguishing internal and external invitees
  • Locate my name mentioned in meetings
  • Post meeting summary
  • Summarize chat group discussions
  • Create a Timeline of My Upcoming Meetings
  • Create Annual Sales Report template
  • Create an welcome slide to existing PowerPoint presentation

"This repo is a collection of prompts that will help you use the power of Microsoft Copilot across various application from Word to PowerPoint to Microsoft Teams, and more!" said Microsoft's Rabia Williams in the announcement. "This new GitHub repository is more than just a collection of prompts, it is there to get you ahead in the AI revolution. By contributing and utilizing these prompts, we can all push the boundaries of what's possible with Copilot. "

The repo invites contributions for great sample prompts for Microsoft Copilot, GitHub Copilot or Microsoft Copilot for Microsoft 365.

As noted, being familiar with GitHub repos helps enormously here, as Williams detailed this process for contributing your own prompts:

  • Fork the repository: Go to the repository and select the Fork button to create your own copy.
  • Create a new branch: Clone your forked repository and create a new branch with a unique name that reflects your prompt's purpose.
  • Add a new folder: Inside the samples folder, create a new folder following the naming convention: <apphost-functionality-prompt>. For example, if you're creating a prompt for a PowerPoint sales report, name it ppt-sales-report-prompt.
  • Prepare the readme file: Find an existing readme.md file in any sample folder. Copy it into the new folder you created in the step above and update the contents in the file to describe your prompt.
  • Create an assets folder: Within your new folder, add a subfolder named assets. This is where you'll store any images or GIF files that your readme file refers to.
  • Copy the sample JSON file: Locate the sample.json file in any existing sample's assets folder. Copy this file into your own assets folder.
  • Update the JSON file: Modify the sample.json file in your assets folder to match the details of your prompt.

Williams further advised community contributors to create a pull request from their forked repos' new branch to the upstream repository's main branch so their prompts can be reviewed and approved by the community.

Would-be prompt contributors daunted by all of the above can also just open an issue and post an image and prompt, after which someone from the community can take care of putting it in the repo, providing full credit to the author.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Using Local AI to Cut Copilot Usage-Based Billing Shock

    After being gobsmacked by the new billing plan using almost all my monthly credits in one or two days, I tried pushing some Copilot-style coding work onto local models in VS Code. What I found was less "free AI" and more "pick your pain": cloud charges on one side, heavy local resource use and long waits on the other.

  • .NET 11 Preview 5 Focuses on Performance, Productivity and Safer Code

    .NET 11 Preview 5 focuses on under-the-hood runtime performance gains, streamlined APIs and language features that reduce boilerplate, plus built‑in security checks and incremental ASP.NET Core and EF Core improvements aimed at everyday developer productivity.

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

  • Developing Agentic Systems in .NET: From Concept to Code

    ZioNet founder Alon Fliess previews his Visual Studio Live! San Diego session on building true agentic systems in .NET -- covering the cognitive loop, MCP tool integration, multi-agent orchestration and enterprise hosting and governance with the Microsoft Agent Framework.

Subscribe on YouTube