| name | Content Approval Prep |
| slug | content-approval-prep |
| department | marketing |
| description | Summarise a content piece and surface policy or tone concerns for approval. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"content":{"type":"string"}},"required":["content"]} |
| output_schema | {"type":"object","properties":{"summary":{"type":"string"},"concerns":{"type":"array","items":{"type":"string"}}},"required":["summary","concerns"]} |
Content Approval Prep
When to use
A content piece is heading to approval and needs a prepared summary + concern list.
What it does
- policy_check — Search the department's policy knowledge.
- llm_evaluate — Ask the LLM for a structured judgement.
Notes
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.