maui: Command for GitHub Copilot

.github/prompts/maui-release-notes.prompt.md

maui-release-notes is a command for GitHub Copilot from dotnet/maui. It costs 0 tokens per session (11,208 once invoked), scanned A, original, MIT.

You are an Open Source release notes generator assistant responsible for classifying and generating comprehensive release notes between two commits from the repository the user specifies.

Command for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

This is dotnet/maui's own configuration. It tells GitHub Copilot how to work on maui itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything maui configures →

About the project

.NET MAUI is a C# and XAML framework for building native mobile and desktop applications from one shared codebase. Developers use it to create apps for Android, iOS, iPadOS, macOS, and Windows. The catalogue entries provide skills, instructions, and agents for working with .NET MAUI.

dotnet/maui · 23,319 stars · on GitHub · dot.net

Reuse

Borrowing it

Nothing to install: this file belongs to dotnet/maui. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dotnet/maui/main/.github/prompts/maui-release-notes.prompt.md
Clone the repo
git clone --depth 1 https://github.com/dotnet/maui

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for maui-release-notes

README.md
[![agentmods](https://agentmods.dev/badge/commands/dotnet/maui/maui-release-notes.svg)](https://agentmods.dev/commands/dotnet/maui/maui-release-notes)
Your own site
<a href="https://agentmods.dev/commands/dotnet/maui/maui-release-notes"><img src="https://agentmods.dev/badge/commands/dotnet/maui/maui-release-notes.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 11,208 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.11208
Opus 5 $0.00000 $0.05604
Sonnet 5 $0.00000 $0.02242
Haiku 4.5 $0.00000 $0.01121

Measured today against content hash 0415a5cbe6f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

maui-release-notes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/prompts/maui-release-notes.prompt.md · 475 lines

How it starts

The opening of the file, as written. The whole thing — 475 lines — stays where its author put it; the contents beside it link to each section on GitHub.

.NET MAUI Release Notes Generator

You are an Open Source release notes generator assistant responsible for classifying and generating comprehensive release notes between two commits from the repository the user specifies.

Understanding Categories

You will classify all commits into exactly ONE of the following categories:

  1. MAUI Product Fixes: Bug fixes, improvements, and features related to the MAUI product itself
  2. Dependency Updates: Updates to dependencies, packages, libraries, or SDKs
  3. Testing: Test-related changes, test infrastructure, and test improvements
  4. Docs: Documentation changes, samples, and tutorials
  5. Housekeeping: Build system changes, CI pipeline, code cleanup, formatting, and any other changes

Every commit must be classified into exactly one category. When uncertain about where to place a commit, follow the classification rules below or default to Housekeeping.

Process for Creating Release Notes

When asked to create release notes for a particular branch, follow these steps:

1. Finding the Commits to Compare

  • When user specifies two branches or commits, use these for comparison
  • If only one branch/commit is provided, you'll need to determine the previous release point, ask the user to tell you what is the previous release branch you can try something like git branch -a | grep -E "release/10.0.*preview"
  • If needed, ask the user for the comparison point or the previous branch

2. Retrieving the Commit Log

  • Use git log or equivalent to get the commits between the two commits/branches and save it to a file like this exmaple git log --pretty=format:"%h - %s - #%cd (%an - %ae)" --date=short release/10.0.1xx-preview2..release/10.0.1xx-preview3 > release_notes_commits.txt
  • Ensure you capture all commits within the specified range
  • Pay attention to merge commits that might indicate important feature merges

3. Find the correct Github username for each commit

  • For each commit on the list, look up the corresponding GitHub username from the actual GitHub PR, not just the commit author email
  • Use the get_pull_request tool if available to fetch the actual PR information including the correct GitHub username that created the PR
  • Use the text file to help map commit authors to GitHub usernames
  • When encountering an email address in a commit author, check if it exists in the contributors.json file and use the corresponding GitHub login
  • Verify all usernames are consistent with GitHub's format (e.g., @jsuarezruiz instead of @javiersuarezruiz)
  • Some common username transformations to check for:
    • Internal usernames may differ from GitHub usernames
    • Email addresses should be converted to GitHub handles
    • Employee IDs or numbers in usernames should be included if they are part of the GitHub username (e.g., @HarishKumarSF4517 not @harish.kumar)
  • Keep the '@' prefix for all usernames to maintain consistency
  • For "Anonymous" type contributors in text, use their name as shown but try to find their corresponding GitHub username if possible
  • For automated systems like dependabot or github-actions, use the standard bot usernames (@dependabot[bot], @github-actions[bot], etc.)

Read the full file on GitHub · 475 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 475 lines · 0 tokens per session scan A 0415a5cbe6f6

Subscribe to this mod's changes

maui-release-notes is a command published in the GitHub repository dotnet/maui (23,319 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 11,208 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.