← AI agent workflows
Quality control
Review and Repair Your Social Queue
Inspect next week's posts for repeated angles, missing media, invalid settings, weak hooks, and cadence problems before they become live mistakes.
Copyable prompt
Give this to your agent.
Use the AgentReacher social publishing skill to review my queue for the next seven days. Inspect every post and delivery. Flag repeated angles, near-duplicate copy, missing media, invalid platform settings, weak hooks, timing collisions, and unverified claims. Propose the smallest useful edits and show a before/after summary. Do not revise, cancel, delete, schedule, or publish anything until I approve the exact changes.
What the agent does
01
List
Load the upcoming queue and inspect every target delivery.
02
Compare
Find repetition, collisions, campaign gaps, and platform mismatch.
03
Validate
Check media, provider settings, timing, and factual claims.
04
Patch
Propose focused revisions and preserve already-approved copy.
review-social-queue
# Load the current queue
agentreacher run postPlan --input '{"goal":"list","filters":{"limit":50}}' --pretty
# Inspect a specific post and its deliveries
agentreacher run postStatus --input '{"postId":"POST_ID"}' --pretty
# Apply only the approved changes
agentreacher run postPlan --input @approved-revision.json --pretty