원클릭으로
resource-availability-check
Check whether the requested people/resources are available in the requested window.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check whether the requested people/resources are available in the requested window.
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.
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.
| name | Resource Availability Check |
| slug | resource-availability-check |
| department | project_management |
| description | Check whether the requested people/resources are available in the requested window. |
| requires_data_source | true |
| input_schema | {"type":"object","properties":{"team":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"}},"required":["team","start_date","end_date"]} |
| output_schema | {"type":"object","properties":{"available":{"type":"boolean"},"reason":{"type":"string"}},"required":["available","reason"]} |
A project request needs a resource/availability check. Requires a data source bound by the admin.
Execution is deterministic — the engine runs steps.yaml; this file is what the department agent reads to select the skill. Admins may edit both.