بنقرة واحدة
bolta-approve-post
Approve a draft post, moving it from Inbox to Approved status, ready for scheduling or publishing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Approve a draft post, moving it from Inbox to Approved status, ready for scheduling or publishing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
Modify an existing agent's configuration including persona, model tier, enabled skills, and job settings
Create and onboard a new AI agent teammate from marketplace presets with conversational discovery and preview generation.
Store and retrieve information across job runs - how agents learn and improve over time
Handle @mention interactions where users ask agents for quick feedback on posts and drafts
Bolta Skills Registry - canonical index and orchestration layer for all Bolta skills, organized by plane
استنادا إلى تصنيف SOC المهني
| name | bolta.approve_post |
| version | 2.0.0 |
| description | Approve a draft post, moving it from Inbox to Approved status, ready for scheduling or publishing |
| category | review |
| roles_allowed | ["Editor","Admin"] |
| required_scopes | ["review:approve"] |
| agent_types | ["reviewer","custom"] |
| safe_defaults | {"require_editor_role":true} |
| tools_required | ["bolta.update_post"] |
| inputs_schema | {"type":"object","required":["draft_id"],"properties":{"draft_id":{"type":"string","description":"Draft post UUID to approve"},"notes":{"type":"string","description":"Feedback for creator or human (optional)"},"approve_with_changes":{"type":"boolean","description":"Approve despite minor suggested tweaks","default":false},"schedule_time":{"type":"string","description":"ISO timestamp if scheduling immediately (optional)"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"post_id":{"type":"string"},"status":{"type":"string","enum":["Approved","Scheduled"]},"message":{"type":"string"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Approve a draft post, moving it from Inbox to Approved status. This is the quality gate — only approved content moves forward.
{
"success": true,
"post_id": "uuid",
"status": "Approved",
"message": "Post approved. Ready for scheduling."
}
{
"draft_id": "uuid",
"notes": "Voice profile match verified. Strategic timing appropriate. Approved."
}
Result: Post moved to Approved status, ready for scheduling
{
"draft_id": "uuid",
"notes": "Great content, scheduling for optimal time.",
"schedule_time": "2026-02-21T09:00:00Z"
}
Result: Post approved AND scheduled for 9am tomorrow