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.
npx agentmods add commands/yezannnnn/agentgroup/checklistgit clone --depth 1 https://github.com/yezannnnn/agentGroupWrote 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/yezannnnn/agentgroup/checklist)<a href="https://agentmods.dev/commands/yezannnnn/agentgroup/checklist"><img src="https://agentmods.dev/badge/commands/yezannnnn/agentgroup/checklist.svg" alt="Measured on agentmods" 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 | $0.00000 | $0.00374 |
| Opus 5 | $0.00000 | $0.00187 |
| Sonnet 5 | $0.00000 | $0.00075 |
| Haiku 4.5 | $0.00000 | $0.00037 |
Grade A, and why
checklist 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 4d 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
/checklist - 审查清单
显示完整的审查清单模板
使用方式
/checklist
执行步骤
输出标准审查清单:
# 审查清单
## 一、代码规范
- [ ] 变量命名清晰有意义
- [ ] 函数命名使用动词开头
- [ ] 类名使用大驼峰
- [ ] 常量使用大写下划线
- [ ] 缩进和格式一致
- [ ] 必要的注释存在
- [ ] 无调试代码残留
## 二、功能正确性
- [ ] 主流程功能正常
- [ ] 边界条件处理
- [ ] 空值处理
- [ ] 异常流程处理
- [ ] 错误提示友好
## 三、安全性
- [ ] 输入验证完整
- [ ] 无SQL注入风险
- [ ] 无XSS风险
- [ ] 敏感信息未暴露
- [ ] 权限控制正确
- [ ] 接口鉴权存在
## 四、性能
- [ ] 无明显性能问题
- [ ] 无N+1查询
- [ ] 大数据量分页处理
- [ ] 适当使用缓存
## 五、可维护性
- [ ] 代码结构清晰
- [ ] 无过度复杂逻辑
- [ ] 无重复代码
- [ ] 易于理解和修改
## 六、兼容性
- [ ] 浏览器兼容(如前端)
- [ ] 版本兼容
- [ ] 数据迁移(如需要)
提示用户可以复制使用或根据具体功能调整。
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.
- 4d ago First seen · 58 lines · 0 tokens per session scan A d625df84683c
checklist is a command published in the GitHub repository yezannnnn/agentGroup (149 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 374 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
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.