원클릭으로
bolta-add-comment
Add a review comment to a draft without approving or rejecting - used for suggestions, questions, or notes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add a review comment to a draft without approving or rejecting - used for suggestions, questions, or notes
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.add_comment |
| version | 2.0.0 |
| description | Add a review comment to a draft without approving or rejecting - used for suggestions, questions, or notes |
| category | review |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| required_scopes | ["posts:write"] |
| agent_types | ["reviewer","custom"] |
| safe_defaults | {} |
| tools_required | [] |
| inputs_schema | {"type":"object","required":["post_id","comment"],"properties":{"post_id":{"type":"string","description":"Draft post UUID"},"comment":{"type":"string","description":"Comment text"},"comment_type":{"type":"string","enum":["suggestion","question","note","praise"],"default":"note"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"comment_id":{"type":"string"},"message":{"type":"string"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Add a review comment to a draft without approving or rejecting it. Used for suggestions, questions, or notes during review process.
{
"success": true,
"comment_id": "uuid",
"message": "Comment added to post."
}
{
"post_id": "uuid",
"comment": "Consider changing 'utilize' to 'use' (voice profile prefers simpler words)",
"comment_type": "suggestion"
}
Result: Comment added to draft for creator to review
{
"post_id": "uuid",
"comment": "Is this stat current? I see different numbers in our latest report.",
"comment_type": "question"
}
Result: Question flagged for creator or human to answer before approval