status
Show the current state of a run — stages, roles, write locks, and gates.
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
AgenTeam Status
Display the current state of the team's work.
Process
1. Get Status
Use the --progress flag for a compact, human-friendly view:
python3 <runtime>/agenteam_rt.py status --progress
If the user specifically asks for raw JSON state, use without --progress:
python3 <runtime>/agenteam_rt.py status
2. Format Output
Display the progress view in a readable format:
AgenTeam Run: <run-id>
Task: <task description>
Profile: <profile or "full">
Status: <running|completed|failed|stopped>
Elapsed: <Nm Ss>
Stages:
research ✓ completed (0m 45s)
strategy ✓ completed (0m 30s)
design ✓ completed (1m 02s)
implement → verifying (1m 15s) [verify attempt 2/3]
test · pending
review · pending
Active Lock: dev
Last Event: stage_verified (implement) — fail, attempt 2
Attempt: implement-dev-a1 | thread_id: <codex-thread-id>
Last heartbeat: 12s ago | idle budget: 14m 48s remaining
Wall budget: 47m remaining | stop reason: (none)
The progress view includes elapsed times per stage, the current
verify attempt if applicable, and the most recent event for context.
When governance.adoption is present, include the high-signal governance
items in the readable status: open follow-ups/escalations, recorded tripwire
blocks or warnings, gate rejections, and criteria overrides. Do not ask the
user to inspect raw .agenteam/governance files for these summary facts.
For an active or interrupted attempt, always include thread_id (or
"unavailable"), last heartbeat and age, idle budget and wall budget remaining,
attempt/retry counts, PID liveness when known, and stop reason. Treat a stale
heartbeat as AT RISK, not as proof that the role failed.
3. No Active Run
If no run is found, show:
- Team config status (does
.agenteam/config.yamlor legacyagenteam.yamlexist?) - Available roles
- Suggestion: "Use
$ateam:runto start a new task."
Symbols
✓— completed→— in progress·— pending✗— failed/blocked
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/yimwoo/codex-agenteam/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 — Read-only shift status: items, parked decisions, snags, deadline, STOP or stall state.
- hashgraph-online/awesome-codex-plugins — Show active or recent Claude Code jobs in this repository, or detailed status for a specif