원클릭으로
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 |