Skill reviewer
Skill microsoft/GitHub-Copilot-for-Azure/.github/skills/skill-reviewer
Review skill PRs with structured severity-rated feedback covering token budgets, routing conflicts, required sections, and repo conventions. WHEN: "review skill", "review skill PR", "review skill changes", "check skill quality", "skill PR feedback".From its SKILL.md
npx -y skills add microsoft/GitHub-Copilot-for-Azure --skill skill-reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, 344 tokens by cl100k_base, as published. Nobody here has run it
Skill PR Reviewer
Performs thorough, structured code reviews of skill PRs — severity-classified findings with actionable fixes, positive acknowledgment, and a summary table.
When to Use
- Reviewing a PR that adds or modifies a skill under
plugin/skills/or.github/skills/ - Checking skill compliance before submitting a PR
- Auditing an existing skill for quality issues
💡 Note:
.github/skills/meta-skills have different conventions — checklist sections 8-9 apply only toplugin/skills/service skills.
Review Workflow
- Collect — Identify all changed skill files (SKILL.md, references, tests, scripts)
- Check — Run each category from the review checklist
- Classify — Assign severity per the severity guide
- Analyze Routing — Check triggers for conflicts per routing analysis
- Draft — Write the review per the output format
- Validate — Verify suggested fixes are actionable with accurate file/line references
Error Handling
| Error | Remediation |
|---|---|
| Cannot determine changed files | Ask user for the file list or PR number |
| Token counting unavailable | Estimate at ~4 chars per token |
References
What ships with it: 4 files
9.9 KB alongside SKILL.md
references/
- output-format.md523 B
- review-checklist.md3.7 KB
- routing-analysis.md3.1 KB
- severity-classification.md2.6 KB