用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill open-requisitions命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | open-requisitions |
| description | List, filter, and assess open positions across the company — by org, manager, or how stale they are |
| enabled | true |
Use this skill when the user asks about open requisitions, hiring pipeline, or wants to know which roles are slipping (e.g. "Show me all open reqs in Engineering", "Which positions have been open longest?", "What's the bench look like in Cleveland?").
workday_list_positions with status: "Open", plus optional filters:
org_id — scope to one org (find via workday_list_organizations)hiring_manager_id — scope to one managerRender as a table sorted by open_since ascending (oldest first):
| Position | Org | Level | Hiring manager | Open since | Days open | Target start |
|---|---|---|---|---|---|---|
| Staff Platform Engineer (POS-2004) | Platform Engineering | IC5 | Aisha Okonkwo | 12 Apr 2026 | 51 | 30 Jun 2026 |
| Solutions Engineer (POS-2103) | Field Sales — Americas | IC3 | Hiro Tanaka | 1 May 2026 | 32 | 15 Jun 2026 |
Resolve org_id to org name and hiring_manager_id to manager name (call workday_get_organization / workday_get_employee). Days open = days between open_since and today.
End with a summary line:
N open reqs, X slipping (>30 days open without filling).
days open > 30 and lead with thoseopen_since