# 安装 tabular-review

- 类型: Skill 技能
- 说明: Tabular review — one row per document, one column per data point, every cell cited to source. Built for M&A diligence ("review these 200 target contracts for change-of-control, assignment, and MAC clauses") but works for any batch review that needs a spreadsheet out the other end. Use when user says "tabular review", "review grid", "build a grid", "extract these fields from these contracts", "review these documents for X, Y, Z", "give me a spreadsheet of", "batch review", or points at a folder of documents and asks to compare them.

- 仓库: https://github.com/anthropics/claude-for-legal

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/tabular-review' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/corporate-legal/skills/tabular-review/SKILL.md' -o '~/.claude/skills/tabular-review/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/tabular-review' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/corporate-legal/skills/tabular-review/SKILL.md' -o '~/.codex/skills/tabular-review/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/tabular-review' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/corporate-legal/skills/tabular-review/SKILL.md' -o '~/.cursor/skills/tabular-review/SKILL.md'
```
