
Xhs Cover Review
- 1 installs
- 1 repo stars
- Updated July 27, 2026
- alextangson/autocrew
XHS Cover Review is a Claude skill that turns a saved draft into an A/B/C Xiaohongshu cover approval flow, requiring human approval before a cover becomes publish-ready.
About
This skill runs a review-and-approval flow for Xiaohongshu (Red / 小红书) cover images. It generates three structurally distinct A/B/C cover candidates, moves them into a review_pending state, and advances to publish_ready only after the user approves one. A developer uses it to gate content covers behind human approval before publishing. The docs are written in Chinese.
- Turns one saved draft into an A/B/C Xiaohongshu cover approval flow
- Requires three different structural prototypes, not color variants, with same-track and cross-track references
- Enforces mandatory approval before publish-ready
Xhs Cover Review by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
xhs-cover-review capabilities & compatibility
- Use cases
- marketing
What xhs-cover-review says it does
Turn one saved draft into a structured Xiaohongshu cover approval flow.
Approval is mandatory before publish-ready.
npx skills add https://github.com/alextangson/autocrew --skill xhs-cover-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 27, 2026 |
| Repository | alextangson/autocrew ↗ |
What it does
Gate Xiaohongshu cover images behind an A/B/C human-approval flow before publishing.
Who is it for?
Reviewing and approving Xiaohongshu cover variants before publishing
When should I use this skill?
You have a saved draft and need approved cover options before publishing to Xiaohongshu
What you get
Three approved-gated cover prototypes advancing from review_pending to publish_ready
By the numbers
- 3 cover candidates (A/B/C)
- 2 review states (review_pending, publish_ready)
Files
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:
{
"action": "create_candidates",
"content_id": "content-xxx"
}Approve one:
{
"action": "approve",
"content_id": "content-xxx",
"label": "b"
}Output
Always report:
- review status
- the three prototype directions
- which cover was approved
Related skills
FAQ
How many cover variants does it create?
Three: A, B, and C, each a different structural prototype rather than a color variant.
Can it publish without approval?
No. Approval is mandatory before a cover becomes publish-ready, and it must not skip review.