editorial-decision
Use when deciding whether an appraised candidate bundle should receive comments, changes requested, rejection, approval, or publication.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when deciding whether an appraised candidate bundle should receive comments, changes requested, rejection, approval, or publication.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when producing a cross-record synthesis report for one domain or bounded set of taxonomy scope units after baseline review or review update records have been published.
Use when verifying one appraisal lane for one candidate bundle revision before editorial approval or publication.
Use when checking an already scoped research unit for material changes since the latest baseline-review pass, publication, or review-update pass.
Use when drafting or revising paper-facing literature-review prose from already-collected research records, especially background sections that need inline source citations for substantive claims.
Use when initializing baseline coverage for one bounded research scope unit by staging source, artifact, finding, and claim records into a candidate bundle.
Use when deciding what needs attention now in the active lit-review-studio domain, including coverage gaps, bundle readiness, source-access issues, source-summary gaps, and thin claim support.
| name | editorial-decision |
| description | Use when deciding whether an appraised candidate bundle should receive comments, changes requested, rejection, approval, or publication. |
Make the final curation decision after structural validation and required evidence-appraisal lanes are complete.
lit-review-studio.config.json and the active LIT_REVIEW_STUDIO_DOMAIN value.domain-packs/<domain-id>/public-copy.v1.jsondomain-packs/<domain-id>/appraisal-lanes.v1.jsondomain-packs/<domain-id>/skills/editorial-decision.mddata/candidate-bundles/<bundle-id>.jsonLIT_REVIEW_STUDIO_DOMAIN=<domain-id> npm run research:bundle -- status --bundle <bundle-id>
LIT_REVIEW_STUDIO_DOMAIN=<domain-id> npm run research:appraise-evidence -- status --bundle <bundle-id>
LIT_REVIEW_STUDIO_DOMAIN=<domain-id> npm run research:bundle -- comment --bundle <bundle-id> --comment "<text>"
LIT_REVIEW_STUDIO_DOMAIN=<domain-id> npm run research:bundle -- request-changes --bundle <bundle-id> --reason "<reason>"
LIT_REVIEW_STUDIO_DOMAIN=<domain-id> npm run research:bundle -- reject --bundle <bundle-id> --reason "<reason>"
LIT_REVIEW_STUDIO_DOMAIN=<domain-id> npm run research:bundle -- approve --bundle <bundle-id>
LIT_REVIEW_STUDIO_DOMAIN=<domain-id> npm run research:bundle -- publish --bundle <bundle-id>
npm run validate
npm run sync:research-planning