一键导入
approve-post
Approve a content task for publishing. Use when the user says "approve task", "approve post", "looks good, approve it", or "approve [id]".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Approve a content task for publishing. Use when the user says "approve task", "approve post", "looks good, approve it", or "approve [id]".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
TTS pronunciation configuration. Controls how written text is normalized to natural spoken English before being passed to the Speaches/Kokoro TTS engine. Two DB-configurable app_settings keys let operators add or override pronunciation rules without code changes.
Image-direction prompts for the content pipeline. Generate featured-image prompts, build stock image search queries, run the image-director reasoning that picks which sections get visuals (image_gen vs pexels, style, and prompt/query for each) plus one featured hero image, and caption rendered images with vision-derived alt text.
Generate a native, community-appropriate Reddit value-post from a published blog post
Blog drafting & revision prompts. Turn a topic + research context into a publication-ready markdown article, then refine it against reviewer feedback. Includes the writer system prompt, the draft request, the anti-fabrication initial-draft prompt, an SEO-metadata helper, and the iterative-refinement prompt. Use during the content-generation stage of the pipeline.
Video director — given a post body + podcast script + target duration, produces a JSON shot list (ordered shots with per-shot source plugin, prompt/query, and duration) for the post's video. Enforces the no-AI-humans + stylized-not-photoreal policies. Used by the generate_video_shot_list pipeline stage. Operator brand is templated via {site_name}.
Classify a published post into brand content-types (multi-label). Populates post_content_types via ClassifyContentTypesJob.
| name | approve-post |
| description | Approve a content task for publishing. Use when the user says "approve task", "approve post", "looks good, approve it", or "approve [id]". |
Approves a content task, moving it forward in the pipeline toward publishing.
scripts/run.sh "task_id" [publish_at]
pipeline_tasks for ergonomics.true to approve, false to reject. Defaults to true. Pass false to reject inline (equivalent to the reject endpoint).pexels or image_gen.false. Approving a task stages it — it does NOT publish by default. To publish, either pass auto_publish=true or call the publish-post skill separately. (This matches the deliberate "approve != publish" behavior.)auto_publish=true, the task is scheduled rather than published immediately. The value is parsed as ISO-8601 (Z suffix accepted) and stored as scheduled_at; the scheduled publisher job picks it up at that time. If parsing fails the task is published immediately and a warning is logged.Returns the updated task object confirming the approval. Status will be approved, published, or scheduled depending on auto_publish and publish_at.