api-review Skill安装与使用教程
io.github.microsoft/aspire/api-review · vmain
Reviews .NET API surface area PRs for design guideline violations. Analyzes api/*.cs file diffs, applies review rules from .NET Framework Design Guidelines and Aspire conventions, and attributes findings to the developer who introduced each API (via git blame). Use this when asked to review API surface area changes.
热度数据
产品介绍
Reviews .NET API surface area PRs for design guideline violations. Analyzes api/*.cs file diffs, applies review rules from .NET Framework Design Guidelines and Aspire conventions, and attributes findings to the developer who introduced each API (via git blame). Use this when asked to review API surface area changes. api-review 是一个Agent Skill,收录自 SkillsMP。本页提供产品介绍、配置教程、安装命令与适用场景,可复制到 Cursor、Claude Code、VS Code。
适用场景
Agent Skill 是带 SKILL.md 的指令包。安装后,AI 会根据 description 在匹配任务时自动加载,无需每次手动粘贴提示词。
配置教程
- 打开 api-review 详情页,确认来源为 SkillsMP,并阅读下方适用场景。
- 选择 Cursor、Claude Code 或通用 CLI,复制对应安装命令。
- 在终端执行命令,或将 SKILL.md 放到项目的 .cursor/skills/、~/.claude/skills/ 目录。
- 重载客户端窗口后,在对话中描述任务,Agent 会按 Skill description 自动匹配。
安装命令
以下安装命令与配置步骤已写入页面 HTML,搜索引擎与未启用 JavaScript 的浏览器均可直接读取。
通用 — Skills CLI(推荐)
Skills CLI
# 改 -a 切换客户端:cursor | claude-code | codex | github-copilot
npx skills add microsoft/aspire@api-review -a cursor -yAgentHub CLI(改 --ai)
# 改 --ai 切换客户端:cursor | claude-code | codex | vscode | openclaw
curl -fsSL "https://myagenthub.cn/cli/agenthub-skill.mjs" | node - init microsoft/aspire@api-review --ai cursor -yCursor
Skills CLI
npx skills add microsoft/aspire@api-review -a cursor -y