.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.
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.
curl -O https://raw.githubusercontent.com/dotnet/maui/main/.github/prompts/maui-release-notes.prompt.mdgit clone --depth 1 https://github.com/dotnet/mauiWrote 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.
[](https://agentmods.dev/commands/dotnet/maui/maui-release-notes)<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>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.
| Model | Per session | Once 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 |
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.
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:
- MAUI Product Fixes: Bug fixes, improvements, and features related to the MAUI product itself
- Dependency Updates: Updates to dependencies, packages, libraries, or SDKs
- Testing: Test-related changes, test infrastructure, and test improvements
- Docs: Documentation changes, samples, and tutorials
- 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 logor equivalent to get the commits between the two commits/branches and save it to a file like this exmaplegit 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_requesttool 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.)
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.
- today First seen · 475 lines · 0 tokens per session scan A 0415a5cbe6f6
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.
Other commands, from other repositories
publish-notes
Draft user-facing release notes, store changelogs, and internal publish summaries.
scm
SCM workflow for Git operations (branching/merge/conflict/worktree) plus Conventional Commit execution.
updateCopilotCLIToolMapping
Update the mapping of Copilot CLI tools from the source code for the CLI runtime.
instinct-import
Import a portable YAML instinct pack with confidence-gated merge (Instinct Engine).
aigon-feature-open
Open a feature worktree in terminal and automatically start the AI agent with /aigon-feature-do.
release-notes
Write user-facing release notes from a changelog or list of changes, grouped and written for the reader.