ワンクリックで
social-push
Push approved content from the queue to platforms. Batch-fire posts that are ready to go.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Push approved content from the queue to platforms. Batch-fire posts that are ready to go.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Check for and respond to social media engagement — comments, replies, mentions across platforms.
Find hot posts in adjacent communities and draft value-first replies to build Idapixl's presence.
View and manage the social media content calendar. Plan upcoming posts, check cadence compliance, and schedule content.
Run a comprehensive health check on social media infrastructure, posting cadence, and engagement metrics.
Draft and post social media content across platforms. Use when creating or publishing social media posts for Idapixl.
Review and approve pending social media drafts in the content queue. Use when reviewing queued posts before publishing.
| name | social-push |
| description | Push approved content from the queue to platforms. Batch-fire posts that are ready to go. |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
| argument-hint | ["all|platform"] |
Push approved content from the queue to platforms.
Read the queue at System/Social/queue.md
Filter for approved/ready drafts (status: approved or ready)
If platform argument provided, filter to that platform only
For each approved post:
a. Show the post content and target platform
b. Run social-post.sh --dry-run first:
bash "System/Cron/social-post.sh" --platforms "$PLATFORM" --text "$TEXT" --dry-run [--image "$URL"] [--board "$BOARD"]
c. Confirm with user before firing
d. On confirmation, post for real:
bash "System/Cron/social-post.sh" --platforms "$PLATFORM" --text "$TEXT" [--image "$URL"] [--board "$BOARD"]
e. Update queue entry status to "posted"
f. Post logger hook will auto-log to System/Social/post-log.md
Summary — report how many posts pushed, any failures
| Status | Meaning |
|---|---|
| draft | Not yet reviewed |
| pending | Awaiting review |
| approved | Reviewed and ready to post |
| posted | Successfully published |
| rejected | Reviewed and declined |