checklist

checklist is a command for Claude Code from yezannnnn/agentGroup. It costs 0 tokens per session (374 once invoked), scanned A, original, MIT.

A command that displays a reusable checklist for reviewing software. It covers code style, functional correctness, security, performance, maintainability, and compatibility.

In plain words
What is it for?
Use it when you need a starting checklist for reviewing code or adapting review criteria to a project. It includes checks for edge cases, authentication, sensitive data, database queries, browser support, and migrations.
Why use it?
It prevents common review areas from being forgotten during a manual check. The checklist can also provide a shared review format for a team.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/yezannnnn/agentgroup/checklist
Clone the repo
git clone --depth 1 https://github.com/yezannnnn/agentGroup

Made for: Claude Code.

Wrote 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.

agentmods badge for checklist

README.md
[![agentmods](https://agentmods.dev/badge/commands/yezannnnn/agentgroup/checklist.svg)](https://agentmods.dev/commands/yezannnnn/agentgroup/checklist)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 374 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash d625df84683c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

kyle/.claude/commands/checklist.md · 58 lines

What it actually says

/checklist - 审查清单

显示完整的审查清单模板

使用方式

/checklist

执行步骤

输出标准审查清单:

# 审查清单

## 一、代码规范
- [ ] 变量命名清晰有意义
- [ ] 函数命名使用动词开头
- [ ] 类名使用大驼峰
- [ ] 常量使用大写下划线
- [ ] 缩进和格式一致
- [ ] 必要的注释存在
- [ ] 无调试代码残留

## 二、功能正确性
- [ ] 主流程功能正常
- [ ] 边界条件处理
- [ ] 空值处理
- [ ] 异常流程处理
- [ ] 错误提示友好

## 三、安全性
- [ ] 输入验证完整
- [ ] 无SQL注入风险
- [ ] 无XSS风险
- [ ] 敏感信息未暴露
- [ ] 权限控制正确
- [ ] 接口鉴权存在

## 四、性能
- [ ] 无明显性能问题
- [ ] 无N+1查询
- [ ] 大数据量分页处理
- [ ] 适当使用缓存

## 五、可维护性
- [ ] 代码结构清晰
- [ ] 无过度复杂逻辑
- [ ] 无重复代码
- [ ] 易于理解和修改

## 六、兼容性
- [ ] 浏览器兼容(如前端)
- [ ] 版本兼容
- [ ] 数据迁移(如需要)

提示用户可以复制使用或根据具体功能调整。

Changes

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.

  1. 4d ago First seen · 58 lines · 0 tokens per session scan A d625df84683c

Subscribe to this mod's changes

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.