XHSSpec provides a repo-driven, spec-based workflow for Xiaohongshu (XHS) content operations. It turns content work—campaign planning, single-note drafts, trend checks, reviews, and retros—into versioned artifacts under a .xhsspec directory so teams can track, review, and reuse content and prompts. The skill defines clear workflows (quick, trend, campaign), required repo files, review and archive rules, and deterministic artifact outputs.
Use XHSSpec when you want repeatable content production for XHS tied to a repository: creating short-form notes, running trend fit checks before publishing, planning multi-note campaigns, or standardising reviews and retrospectives. It is suited to teams that need reproducible content artifacts, audit trails, and automated pipelines around brand specs.
Designed for general agent runtimes that can read repo files and produce Markdown artifacts (Copilot/Code assistants, LLM-based content agents). Integrates well with CI or content automation that can commit artifacts back to the repo.
XHSSpec provides a repo-first, spec-driven workflow for Xiaohongshu content operations with three workflows (quick, trend, campaign). The SKILL.md is well-structured with clear routing rules, artifact contracts, and review/archive conventions. install.sh ran cleanly; release-npm.sh failed only due to missing bun runtime. TypeScript scripts were skipped by the runner.
bun (needed for build.ts, release-npm.sh, smoke.test.ts)Clean skill with no security concerns. Minor shell quoting in install.sh case statement but validated against literals. Well-designed separation between brand/strategy/specs/knowledge. Smoke test is comprehensive and well-written.