# 安装 apm-review-panel

- 类型: Skill 技能
- 说明: Use this skill to run a multi-persona expert advisory review on a labelled pull request in microsoft/apm. The panel fans out to five mandatory specialists plus a test-coverage specialist (active on every PR that touches src/) plus two conditional specialists (auth, doc-writer), all running in their own agent threads, and a CEO synthesizer. The orchestrator is the sole writer to the PR: ONE recommendation comment, no verdict labels, no merge gating. The panel is advisory -- it surfaces findings, prioritizes follow-ups, and renders a ship-recommendation that the maintainer and author weigh. Activate when a non-trivial PR needs a cross-cutting recommendation (architecture, CLI logging, DevX UX, supply-chain security, growth/positioning, optionally auth, docs, and test coverage, with CEO arbitration).
- 仓库: https://github.com/microsoft/apm

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "apm-review-panel" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/apm/main/.agents/skills/apm-review-panel/SKILL.md
2. 保存为 ~/.claude/skills/apm-review-panel/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "apm-review-panel" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/apm/main/.agents/skills/apm-review-panel/SKILL.md
2. 保存为 ~/.codex/skills/apm-review-panel/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "apm-review-panel" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/apm/main/.agents/skills/apm-review-panel/SKILL.md
2. 保存为 ~/.cursor/skills/apm-review-panel/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p ~/.claude/skills/apm-review-panel && curl -fsSL https://raw.githubusercontent.com/microsoft/apm/main/.agents/skills/apm-review-panel/SKILL.md -o ~/.claude/skills/apm-review-panel/SKILL.md
```

### Codex
```bash
mkdir -p ~/.codex/skills/apm-review-panel && curl -fsSL https://raw.githubusercontent.com/microsoft/apm/main/.agents/skills/apm-review-panel/SKILL.md -o ~/.codex/skills/apm-review-panel/SKILL.md
```

### Cursor
```bash
mkdir -p ~/.cursor/skills/apm-review-panel && curl -fsSL https://raw.githubusercontent.com/microsoft/apm/main/.agents/skills/apm-review-panel/SKILL.md -o ~/.cursor/skills/apm-review-panel/SKILL.md
```
