بنقرة واحدة
bolta-reject-post
Reject a draft post with specific feedback, sending it back for revision to enforce brand standards
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Reject a draft post with specific feedback, sending it back for revision to enforce brand standards
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| name | bolta.reject_post |
| version | 2.0.0 |
| description | Reject a draft post with specific feedback, sending it back for revision to enforce brand standards |
| category | review |
| roles_allowed | ["Editor","Admin"] |
| required_scopes | ["review:approve"] |
| agent_types | ["reviewer","custom"] |
| safe_defaults | {"require_specific_feedback":true} |
| tools_required | ["bolta.update_post","bolta.add_comment"] |
| inputs_schema | {"type":"object","required":["draft_id","reason","suggestions"],"properties":{"draft_id":{"type":"string","description":"Draft post UUID to reject"},"reason":{"type":"string","description":"WHY rejected (specific)"},"suggestions":{"type":"string","description":"WHAT to fix (actionable)"},"severity":{"type":"string","enum":["minor","major","blocking"],"default":"major"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"post_id":{"type":"string"},"status":{"type":"string","enum":["Rejected"]},"message":{"type":"string"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Reject a draft post with specific feedback, sending it back for revision. Reviewer agents use this to enforce brand standards and strategic fit.
{
"success": true,
"post_id": "uuid",
"status": "Rejected",
"message": "Post rejected. Feedback provided."
}
{
"draft_id": "uuid",
"reason": "Uses 'leverage' which is forbidden in voice profile (avoid corporate jargon)",
"suggestions": "Replace 'leverage our platform' with 'use our platform' or 'build with our tools'",
"severity": "major"
}
Result: Post rejected with specific fix
{
"draft_id": "uuid",
"reason": "Posted about pricing yesterday - too repetitive",
"suggestions": "Try educational content instead (how-to, case study, best practices). Refer to content calendar.",
"severity": "minor"
}
Result: Post rejected with strategic guidance