status
Read-only shift status: items, parked decisions, snags, deadline, STOP or stall state.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Report the shift status for the host-opened project without starting or changing anything —
this is read-only. Modify no file, begin no work.
Resolve the installed plugin root to an absolute $NIGHTSHIFT_PLUGIN_ROOT — ${CLAUDE_PLUGIN_ROOT}
on Claude Code, $PLUGIN_ROOT on Codex when set, otherwise the absolute path this skill was
attached from (skills/status/SKILL.md). Run every command below through
"$NIGHTSHIFT_PLUGIN_ROOT/runtime/ns" — native Windows: & "$NIGHTSHIFT_PLUGIN_ROOT\runtime\windows\ns.ps1"
in the PowerShell tool, same verbs — which resolves the host and the workspace; ns help lists the
verbs, and ns bind prints the six resolved facts (TASK_ROOT, NIGHTSHIFT_WORKSPACE, NS,
NIGHTSHIFT_PLUGIN_ROOT, HOST, SOURCE); $NS below is that NS. Never a bare relative path: the working
directory persists between calls.
1. Run the two read-only inspectors
"$NIGHTSHIFT_PLUGIN_ROOT/runtime/ns" status
"$NIGHTSHIFT_PLUGIN_ROOT/runtime/ns" doctor
ns status prints every fact: workspace, schema, armed or not, item counts and the current open
item, parked entries, staged drafts and Hunt orders, recent snag dispositions, opportunity counts
and any building entry, deadline remaining, STOP, stall attempts, session, lease, watch reason,
work mode and target, artifact receipts, the completion record, and recent transitions. ns doctor adds the checks Status
cannot make safely on its own — process liveness, the lease lines, and every Warning about a path
that is not a usable file.
2. Render, never re-derive
Every number and every name above is already computed. Do not count boxes, subtract a deadline from
the clock, read a marker, or work out what a state means: the fact lines carry their own meaning
where there is one to carry.
Do not reimplement liveness, do not read the runtime-owned lease file directly, and never re-derive
policy precedence. The inspectors validate through the shared library, classify the recorded pid
and the watchman pid themselves, and never print a session id, a session scope, or an ownership
capability.
Write a compact, glanceable summary in plain language. Lead with what matters tonight — that is
your judgement, and the only judgement this skill asks for. What the facts say is not.
Relay every Warning either inspector prints. Each one is a real finding: a planted symlink
where a marker should be is not an empty night, a malformed work mode is not a working site, and a
failed clock-out is not a finished shift. Say what it means for the owner and name the confirm
action the inspector offers. Never soften a warning into silence.
Do not print a project tool's raw output, credentials, raw evidence, a session id, or a transcript
path. The inspectors do not emit them; do not go looking.
The project inventory is a separate optional report the owner asks for by name:
"$NIGHTSHIFT_PLUGIN_ROOT/runtime/ns" inventory. Status never prints it unasked — a table of
packages is not a glance.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/orwa-mahmoud/nightshift/skills/status/SKILL.md同一个仓库里的其他技能
同名技能的其他版本
有 6 个不同仓库或目录里都有叫 status 的技能。它们内容并不相同,别混用:
- hashgraph-online/awesome-codex-plugins — Report AgentGuards guardrail status. Use when the user asks whether AgentGuards is active,
- hashgraph-online/awesome-codex-plugins — Print a read-only status snapshot of the active brand via scripts/dm-status.py: profile su
- hashgraph-online/awesome-codex-plugins — Inspect active and recent detached process jobs in a later user-requested turn, retrieve a
- hashgraph-online/awesome-codex-plugins — Show active or recent Claude Code jobs in this repository, or detailed status for a specif
- hashgraph-online/awesome-codex-plugins — Show the current state of a run — stages, roles, write locks, and gates.