con un clic
change-request-triage
Triage a change request: classify type and estimate risk.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Triage a change request: classify type and estimate risk.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Decide whether a release is ready to deploy per the deployment policy and readiness signals.
Check an expense claim against the spend policy and threshold rules.
Validate an incoming invoice's required fields and surface discrepancies before payment.
Determine whether an employee is entitled to an employment/salary certificate and what it may state.
Decide whether an employee's requested leave is allowed under current HR policy.
Check proposed campaign content against brand and regulatory policy.
| name | Change Request Triage |
| slug | change-request-triage |
| department | development |
| description | Triage a change request: classify type and estimate risk. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"title":{"type":"string"},"description":{"type":"string"}},"required":["title","description"]} |
| output_schema | {"type":"object","properties":{"category":{"type":"string"},"risk":{"type":"string"}},"required":["category","risk"]} |
An incoming change request needs classification + risk estimate before assignment.
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.