Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/zhoubengao/iLinkWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/zhoubengao/ilink/ilink-status)<a href="https://agentmods.dev/commands/zhoubengao/ilink/ilink-status"><img src="https://agentmods.dev/badge/commands/zhoubengao/ilink/ilink-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/zhoubengao/ilink/ilink-status"><img src="https://agentmods.dev/badge/commands/zhoubengao/ilink/ilink-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00687 |
| Opus 5 | $0.00000 | $0.00344 |
| Sonnet 5 | $0.00000 | $0.00137 |
| Haiku 4.5 | $0.00000 | $0.00069 |
Grade A, and why
ilink-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
你现在执行 iLink 的 流水线状态查看 操作。
执行任务
无参数模式($ARGUMENTS 为空)
扫描 iLink-doc/ 下的所有子目录,列出所有 Story 的概览状态表格:
| Story | 当前阶段 | 状态 |
|---|
阶段判断逻辑(按优先级从高到低检查文件是否存在):
- 存在
review.master.md→ 读取 Status:- COMPLETED → 已完成
- FAIL_BACK_TO_CODER → QA 回流
- STAGING → QA(上游问题)
- 其他 → QA 审查中
- 存在
code.master.md→ 编码完成 - 存在
design.master.md→ 读取 Status:STAGING=设计待审核,其他=设计完成 - 存在
pm.master.md→ 读取 Status:STAGING=PM 待审核,其他=PM 完成 - 存在
requirement.md→ 需求已定义 - 否则 → 未初始化
有参数模式
查看指定 Story $ARGUMENTS 的详细状态:
- 确认
iLink-doc/$ARGUMENTS/目录存在 - 逐个检查以下文件,读取末尾 Metadata 中的 Status 字段:
$ARGUMENTS-requirement.md$ARGUMENTS-pm.master.md$ARGUMENTS-design.master.md$ARGUMENTS-code.master.md$ARGUMENTS-review.master.md
- 以表格展示每个文档的状态(存在/不存在 + Status 值)
- 检查
.retry_count文件,如存在则显示回流次数 - 如果回流次数 ≥ 3,显示熔断警告:Coder 已自动修复 3 次仍未通过 QA,请人类介入
下一步建议
根据当前阶段给出操作建议:
| 当前状态 | 建议操作 |
|---|---|
| 需求已定义 | /ilink-pm $ARGUMENTS |
| PM STAGING | 审核 pm.master.md → /ilink-approve $ARGUMENTS |
| PM PENDING_DESIGNER | /ilink-design $ARGUMENTS |
| 设计 STAGING | 审核 design.master.md → /ilink-approve $ARGUMENTS |
| 设计 PENDING_CODER | /ilink-coder $ARGUMENTS |
| 编码完成 | /ilink-qa $ARGUMENTS |
| QA COMPLETED | Story 完成,建议 git commit |
| QA FAIL_BACK_TO_CODER | /ilink-coder $ARGUMENTS(回流修复) |
| QA STAGING | 查看 [UPSTREAM_BLOCKERS],人类介入 |
Metadata 读取方法
在每个 master doc 文件末尾查找以下格式的区块,提取 Status: 的值:
---
# ILINK-PROTOCOL-METADATA
Role: ...
Status: <读取这个值>
---
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 67 lines · 0 tokens per session scan A b309ca64a8db
ilink-status is a command published in the GitHub repository zhoubengao/iLink (22 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 687 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.