用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kmavrodis/kratos-agent --skill team-briefing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Read the plant-floor Azure IoT surface — device twins (spindles, conveyors, robotic arms, vision systems), time-series telemetry with pre-annotated alarms, downtime events with cause codes and lot ids, and per-line OEE rollups (Availability × Performance × Quality).
Share generated files (PDFs, charts, CSVs) with Frank by writing them to /tmp and referencing the absolute path. The frontend auto-converts /tmp paths into download links.
Build the downloadable incident brief PDF — cover + KPI strip + OEE chart + downtime timeline + root-cause narrative + supplier/material signals + recommended actions + sign-off, per SOP §7.1. Renders via the inline HTML template + Playwright.
基于 SOC 职业分类
| name | team-briefing |
| description | Brief a manager on their team — direct reports, who's on leave, upcoming time-off, open requisitions |
| enabled | true |
Use this skill when the user asks for a briefing on a manager's team, the state of an org unit, or wants to plan against team availability (e.g. "Brief me on Aisha's team", "What's the bench look like in Engineering?", "Who's out next month on the plant floor?").
workday_search_employees_by_name then workday_get_employeeworkday_list_organizations to find the id, then workday_get_organizationworkday_list_employees_by_manager with manager_id — direct reportsworkday_list_time_off with approver_id=<manager> — pending and recent requests they ownworkday_list_positions with hiring_manager_id=<manager> and status: "Open" — open reqsworkday_get_organization for the cost-centre context# {Manager Name} — Team Briefing
## Snapshot
- **Org**: Platform Engineering (ORG-011) · cost centre CC-0011
- **Manager**: Aisha Okonkwo (EMP-1011) — VP Platform Engineering
- **Direct reports**: 3 active, 1 on leave
## Team
| Employee | Title | Location | Status |
|---|---|---|---|
| Theo Nakamura (EMP-2001) | Senior Platform Engineer | San Francisco, CA | Active |
| Elena Morales (EMP-2002) | Senior Platform Engineer | Remote — Austin, TX | Active |
| Owen Brennan (EMP-2003) | Platform Engineer | San Francisco, CA | **On Leave** (returns 9 Aug) |
## Open requisitions
| Position | Level | Open since | Target start |
|---|---|---|---|
| Staff Platform Engineer (POS-2004) | IC5 | 12 Apr 2026 (51 days) | 30 Jun 2026 |
## Time off
| Employee | Type | Dates | Status |
|---|---|---|---|
| Theo Nakamura | Vacation | 14–18 Jul | **Pending** |
| Elena Morales | Vacation | 23 Jun – 3 Jul | Approved |
| Owen Brennan | Parental Leave | 10 May – 9 Aug | Approved |
## Watch-outs
- POS-2004 is slipping its target start by **15+ days** — flag if no shortlist yet
- Theo's PTO is pending your approval since 28 May
Always resolve EMP-* and POS-* ids to names/titles in the rendered table. Leave the ids in parentheses for traceability.
open_since > 30 days agoopen_since ascending (oldest first).