# Xhs Cover Review

> 小红书封面审核 skill。基于真实原型生成 A/B/C 三个不同结构候选，进入 review_pending，等用户选定后推进到 publish_ready。

- Skill: `alextangson/xhs-cover-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add alextangson/xhs-cover-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alextangson/xhs-cover-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: alextangson (https://skillmd.com/u/alextangson)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alextangson/xhs-cover-review

---


# XHS Cover Review

## Purpose

Turn one saved draft into a structured Xiaohongshu cover approval flow.

## Rules

1. A / B / C must represent three different structural prototypes, not three color variants.
2. At least one variant should come from same-track references.
3. At least one variant should come from cross-track transfer.
4. Approval is mandatory before publish-ready.
5. Do not silently skip review and jump to publish.

## Tool Usage

Create candidates:

```json
{
  "action": "create_candidates",
  "content_id": "content-xxx"
}
```

Approve one:

```json
{
  "action": "approve",
  "content_id": "content-xxx",
  "label": "b"
}
```

## Output

Always report:

- review status
- the three prototype directions
- which cover was approved

