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 skills add Jinchen-Yang/diansai-skill --skill test-checklistgit clone --depth 1 https://github.com/Jinchen-Yang/diansai-skillWrote 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/skills/jinchen-yang/diansai-skill/test-checklist)<a href="https://agentmods.dev/skills/jinchen-yang/diansai-skill/test-checklist"><img src="https://agentmods.dev/badge/skills/jinchen-yang/diansai-skill/test-checklist/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/skills/jinchen-yang/diansai-skill/test-checklist"><img src="https://agentmods.dev/badge/skills/jinchen-yang/diansai-skill/test-checklist.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.00094 | $0.00572 |
| Opus 5 | $0.00047 | $0.00286 |
| Sonnet 5 | $0.00019 | $0.00114 |
| Haiku 4.5 | $0.00009 | $0.00057 |
Grade A, and why
test-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 10d 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
test-checklist —— 现场标定/验收清单(流水线 ⑨)
lane: 任何模型 · needs: 无
把"人在真车上不可代替的整定/验收"列成可勾选清单。复用 KB kb/10-典型赛题实战Playbook与Checklist.md 的赛中 checklist,按本题功能裁剪。
前置
design/problem.yaml(要实现哪些功能)。
步骤
- Read KB10 的"赛中开发 Checklist"。
- 按
problem.yaml.required_functions逐功能映射到可验证项;补现场标定项(阈值/PID/K230)。 - 写
design/test_plan.md(分段:分系统自检 → 标定 → 全流程 → 验收/成功率)。
必含项(按需裁剪)
- 分系统自检:电机正反转+PWM线性;编码器双轮计数方向+无跳变;IMU/WHO_AM_I;K230 握手通;各电源轨电压。
- 标定(现场,光照相关):灰度阈值现场重标;K230 阈值/ROI/曝光现场标。
- 整定:内环速度 PID(左右轮一致);外环循迹偏差 P/D(直道不画龙);弯道/路口事件(里程+灰度双确认)。
- 联调:UART 双向通 + 丢包重同步验证;视觉结果 → FSM 采信(连续N帧)。
- 验收:全流程跑通+声光提示;停车精度/限时达标;跑≥5 次记成功率;低电量复测(电压降改变 PID 表现)。
注意
- 这些是人在真车上的活,agent 只生成清单与判据,不代替整定。
- 控制参数/阈值都是占位,本清单就是把它们整定到位的作业单。
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.
- 10d ago First seen · 30 lines · 94 tokens per session scan A cee1f56addd1
test-checklist is a skill published in the GitHub repository Jinchen-Yang/diansai-skill (9 stars, last pushed 1mo ago), licensed MIT. It adds 94 tokens to every session and 572 once invoked, about $0.0005 per session on Opus 5. 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-31.
Other skills, from other repositories
mspm0-ccs
Tool-neutral CLI agent rules for TI MSPM0 development with Code Composer Studio, Keil/uVision, CMake/GCC/OpenOCD, SysConfig, and DriverLib. Use when an agent needs to inspect or modify MSPM0 projects, edit .syscfg configuration, avoid generated SysConfig/build files, use DriverLib APIs, validate SysConfig output…
mspm0-skill
Tool-neutral CLI agent rules for TI MSPM0 development with SysConfig, DriverLib, CCS, Keil/uVision, CMake/GCC/OpenOCD, and supported board references. Use when an agent needs to inspect or modify MSPM0 projects, validate SysConfig output, package examples, or work on NUEDC embedded firmware.
ea-skill
An AI-assisted workflow for developing and testing embedded-device software. Embedded software runs on hardware such as microcontrollers, and the workflow covers project setup, feature work, tests, device programming, debugging, verification, and records.
embedded-testing
Embedded test-design expert that operates in two modes: (1) Unit-test generation — analyse a C function for decisions and conditions, produce test cases achieving MC/DC coverage (required for ASIL-C/D), add boundary and error-path tests, provide RTE/BSW stub declarations, and output a coverage matrix; (2) Boundary…
cpp-project-setup
Modern C++ project setup: CMake/CMakePresets, vcpkg, Ninja, VS Code/clangd, GoogleTest, clang-format/tidy, Doxygen, CI, macOS/Linux/Windows. Use for bootstrapping or modernizing host-side C++ apps and libraries; prefer embedded-project-setup for MCU firmware and cross-debug flows.
embedded-testing-patterns
Embedded C test patterns using Unity, CMock, Ceedling, and QEMU.