一键导入
employment-certificate-request
Determine whether an employee is entitled to an employment/salary certificate and what it may state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Determine whether an employee is entitled to an employment/salary certificate and what it may state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | Employment Certificate Request |
| slug | employment-certificate-request |
| department | hr |
| description | Determine whether an employee is entitled to an employment/salary certificate and what it may state. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"employee_id":{"type":"string"},"certificate_type":{"type":"string"}},"required":["employee_id"]} |
| output_schema | {"type":"object","properties":{"entitled":{"type":"boolean"},"reason":{"type":"string"}},"required":["entitled","reason"]} |
An employee requests an employment or salary certificate and entitlement must be confirmed.
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.
Triage a change request: classify type and estimate risk.
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.
Decide whether an employee's requested leave is allowed under current HR policy.
Check proposed campaign content against brand and regulatory policy.