基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vstorm-co/agenticos --skill shift-handover命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | Shift handover |
| description | Hand over a line so the next shift starts informed rather than discovering. |
| category | operations |
The incoming shift needs what will affect them, not a diary of what happened.
Safety — anything unsafe, isolated, or with a permit open. Running state — what is running, what is down, what is degraded and how. In progress — jobs part-complete, and where exactly they stopped. Watch items — the machine behaving oddly, the material batch running out of spec, the temperature drifting. This is the section that matters. Outstanding — work orders raised, parts on order, escalations open. Quality — holds, deviations, anything awaiting disposition.
"Line 3 infeed jamming roughly every 40 minutes since 14:00, cleared manually, maintenance notified at 15:20" is a handover. "Line 3 playing up" is not.
What the next shift must do first, and anything with a time on it.
Leave a verbal-only item, close a watch item because it stopped happening without saying when, or hand over an open permit without naming its holder.
Work with messaging-channel bots — Telegram, Slack or Mattermost. Register a bot, route inbound messages through an agent, choose webhook vs polling, handle an @slug mention, or add a new channel adapter. Use when wiring chat into a messaging platform or debugging bot delivery, identity linking or "the bot answered as itself".
Change the agent spec — add or remove a field, rename one, tighten a rule, bump SPEC_VERSION, change publish-time validation, or touch YAML export/import. Use whenever editing app/agents/spec.py or anything that reads a stored spec. Every published agent and every client git repository holds a copy of this format, so a change that only works forwards breaks agents nobody touched.
Work with MCP servers — connect one, add an entry to the server catalog, debug "the agent cannot see my MCP tools" or a failing OAuth flow, or change how connections are probed, prefixed or filtered. Use when the ask involves an external SaaS tool (GitHub, Linear, Notion, Slack, Stripe, Postgres…) and before writing a capability that would just be an API client for one.