# 安装 apm-issue-autopilot

- 类型: Skill 技能
- 说明: Use this skill to drive any open microsoft/apm issue (bug, feature, docs, refactor, perf) from raw intake to a mergeable PR with triage as the central, paramount gate. Run the apm-triage-panel rubric per issue first, then present ONE consolidated triage review for the whole batch and escalate to the maintainer BY DEFAULT on any doubt (needs-design, decline, duplicate, defer, auto-handle, breaking- change, auth/security/governance surface, low arbiter confidence, unbounded scope, or a missing brief); only auto-implement clear, bounded, high-confidence accepts the maintainer approved. Then drive each accepted PR to mergeability batch-bug- shepherd style via the shepherd-driver loop: fold copilot + panel follow-ups by default, watch CI green, iterate under a bounded cap. Invoke MANUALLY, in-session, on an issue list or queue -- never by label or event. Activate when the maintainer asks to auto-tackle the issue queue, clear the backlog to PRs, or run issues to merge -- even if "autopilot" is not named.
- 仓库: https://github.com/microsoft/apm

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

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

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

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

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

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

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

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