AUTHOR SKILL (internal to microsoft/aspire-skills). Reviews pull requests *into this repo* for problems only — bugs, regressions, missing eval coverage, frontmatter or routing damage, plugin-manifest drift, hook safety, and other concrete issues. Drives a six-step workflow: identify the PR, ensure the branch is available locally, gather context, categorize changes, review, present findings for triage, and post selected comments as a review. USE FOR: review this PR, review the current branch, review pull request, gh pr view, gh pr diff, "what should I check before merging", PR review of changes to skills/, evals/, .plugin/, .claude-plugin/, gemini-extension.json, CHANGELOG.md. DO NOT USE FOR: reviewing application code in *consumer* Aspire projects (this skill is scoped to microsoft/aspire-skills authoring); end-user Aspire workflows (use the shipped aspire router and its sub-skills); generic code review on unrelated repos. REFERENCES: aspire-skills-review-checklist.md, code-review-best-practices.md, common-bugs-checklist.md, severity-labels.md.
$npx -y skills add microsoft/aspire-skills --skill pr-reviewInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/aspire-skills" --skill "microsoft/aspire-skills/pr-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/aspire-skills" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/aspire-skills"` and select the relevant skills, then follow their instructions.