Add find-reviewable-pr skill from existing PR#33349
Conversation
|
@copilot It looks like you got stuck. Just grab the changes from this folder https://github.com/PureWeen/maui/tree/1a1738d2b66a03d09ccd853717cae1801c0abbe7/.github/skills/find-reviewable-pr for the skill I Want you to create a PR for |
Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
Added the find-reviewable-pr skill from your branch in commit f53ef7f. This includes:
|
|
@copilot add docs-maui to the list of prs returned The defualt should always return 5 from docs-maui 5 based on priority And then 5 based on how recent they are |
Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
Added docs-maui support in commit 7520333. The script now:
|
|
@copilot show 5 recent from maui and docs |
Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
|
@copilot please show me the results from this skill just asking it "show me what prs I should review" |
I can't run the script directly in my environment because it requires GitHub CLI authentication ( pwsh .github/skills/find-reviewable-pr/scripts/query-reviewable-prs.ps1Example output: To test it locally, run with authenticated GitHub CLI. |
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Extensions.Logging.Debug](https://dot.net/) ([source](https://github.com/dotnet/dotnet)) | nuget | patch | `10.0.2` -> `10.0.3` | | [Microsoft.Maui.Controls](https://github.com/dotnet/maui) | nuget | patch | `10.0.31` -> `10.0.41` | --- ### Release Notes <details> <summary>dotnet/maui (Microsoft.Maui.Controls)</summary> ### [`v10.0.41`](https://github.com/dotnet/maui/releases/tag/10.0.41): SR4.1 [Compare Source](dotnet/maui@10.0.40...10.0.41) #### What's Changed - \[release/10.0.1xx-sr4] Revert "Remove InternalsVisibleTo attributes for .NET MAUI Community … by [@​github-actions](https://github.com/github-actions)\[bot] in dotnet/maui#34052 - Increment patch version from 40 to 41 by [@​PureWeen](https://github.com/PureWeen) in dotnet/maui#34059 **Full Changelog**: dotnet/maui@10.0.40...10.0.41 ### [`v10.0.40`](https://github.com/dotnet/maui/releases/tag/10.0.40): SR4 [Compare Source](dotnet/maui@10.0.31...10.0.40) #### What's Changed .NET MAUI 10.0.40 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 143 commits with various improvements, bug fixes, and enhancements. #### AI - Improve write-tests-agent with best practices by [@​sheiksyedm](https://github.com/sheiksyedm) in dotnet/maui#33860 - \[Sample] Add Microsoft.Maui.Essentials.AI sample app with multi-agent workflow by [@​mattleibow](https://github.com/mattleibow) in dotnet/maui#33610 #### Ai Agents - Add FileLoggingProvider for MacCatalyst UI test logging by [@​PureWeen](https://github.com/PureWeen) in dotnet/maui#33518 - Improve verify-tests-fail-without-fix Skill by [@​kubaflo](https://github.com/kubaflo) in dotnet/maui#33513 - Add find-reviewable-pr skill from existing PR by [@​PureWeen](https://github.com/PureWeen) via [@​Copilot](https://github.com/Copilot) in dotnet/maui#33349 - Add learn-from-pr agent and enhance skills framework structure by [@​PureWeen](https://github.com/PureWeen) via [@​Copilot](https://github.com/Copilot) in dotnet/maui#33579 - Fix PS1 scripts for Windows compatibility by [@​PureWeen](https://github.com/PureWeen) in dotnet/maui#33679 - Improve skills and scripts for better agent workflows by [@​PureWeen](https://github.com/PureWeen) in dotnet/maui#33699 - \[XEXPR] Refactor test skills/agents to dispatcher pattern by [@​PureWeen](https://github.com/PureWeen) via [@​Copilot](https://github.com/Copilot) in https://github.com/dot...
Adds the
find-reviewable-prskill from PureWeen/maui PR #9 to help find open PRs in the dotnet/maui and dotnet/docs-maui repositories that are good candidates for review.Changes Made
.github/skills/find-reviewable-pr/SKILL.md- Skill documentation including usage guide, priority categories, script parameters, and workflow for reviewing PRs.github/skills/find-reviewable-pr/scripts/query-reviewable-prs.ps1- PowerShell script that queries GitHub for open PRs and prioritizes them dynamically by milestone (lower SR numbers first), P/0 priority, partner status, community contributions, and recencyFeatures
The skill provides:
-DocsLimitparameter to control docs-maui PR count-Category docs-mauifilter option to show only docs-maui PRs-RecentLimitparameter to control recent PRs from maui (default: 5)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.