skill-reviewer
- 作者仓库星标 205
- 许可证 MIT
- 作者仓库 GitHub-Copilot-for-Azure
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
- 流狐分类
- 工程开发
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @microsoft · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 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
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
Error · Remediation Cannot determine changed files · Ask user for the file list or PR number Token counting unavailable · Estimate at ~4 chars per token
Review Checklist Severity Classification Routing Analysis
# 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 to `plugin/skills/` service skills.
## Review Workflow
1. **Collect** — Identify all changed skill files (SKILL.md, references, tests, scripts)
2. **Check** — Run each category from the [review checklist](references/review-checklist.md)
3. **Classify** — Assign severity per the [severity guide](references/severity-classification.md)
4. **Analyze Routing** — Check triggers for conflicts per [routing analysis](references/routing-analysis.md)
5. **Draft** — Write the review per the [output format](references/output-format.md)
6. **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
- [Review Checklist](references/review-checklist.md)
- [Severity Classification](references/severity-classification.md)
- [Routing Analysis](references/routing-analysis.md)
- [Output Format](references/output-format.md) 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> When to Use → Review Workflow → Error Handling → References
要点 -> Note · Collect · Check · Classify · Analyze Routing · Draft · Validate
文件/命令 -> plugin/skills/ · .github/skills/ · plugin/skills · .github/skills · references/review-checklist.md · references/severity-classification.md · references/routing-analysis.md · references/output-format.md
内容 SHA-256 -> 49eda3deae7a
方法与流程
适用与边界
原文中的明确线索
plugin/skills/、.github/skills/、plugin/skills、.github/skills、references/review-checklist.md、references/severity-classification.md、references/routing-analysis.md、references/output-format.md