# 安装 receiving-code-review

- 类型: Skill 技能
- 说明: 帮助你严谨评估代码评审意见，澄清疑点后再决定是否采纳与实现
- 仓库: https://github.com/microsoft/FluidFramework
- ⚠ 安全: 该技能材料本身是开源的提示型文档，不要求密钥、未声明远程端点，整体风险较低。但其内容明确指导使用 gh/git/npm/grep 等命令与仓库数据，因此若被代理实际照做，会涉及本地代码执行与代码库数据访问，需结合运行环境控制权限。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/receiving-code-review' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/receiving-code-review/SKILL.md' -o '~/.claude/skills/receiving-code-review/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/receiving-code-review' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/receiving-code-review/SKILL.md' -o '~/.codex/skills/receiving-code-review/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/receiving-code-review' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/receiving-code-review/SKILL.md' -o '~/.cursor/skills/receiving-code-review/SKILL.md'
```
