ワンクリックで
invoice-validation
Validate an incoming invoice's required fields and surface discrepancies before payment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate an incoming invoice's required fields and surface discrepancies before payment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
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 | Invoice Validation |
| slug | invoice-validation |
| department | finance |
| description | Validate an incoming invoice's required fields and surface discrepancies before payment. |
| requires_data_source | false |
| input_schema | {"type":"object","properties":{"invoice":{"type":"object"}},"required":["invoice"]} |
| output_schema | {"type":"object","properties":{"valid":{"type":"boolean"},"issues":{"type":"array","items":{"type":"string"}}},"required":["valid","issues"]} |
An invoice arrives and must be validated before payment processing.
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.