test-checklist

test-checklist is a skill for Claude Code from Jinchen-Yang/diansai-skill. It costs 94 tokens per session (572 once invoked), scanned A, original, MIT.

A field testing and acceptance checklist for a small autonomous vehicle project. Tuning means adjusting control settings, such as PID values, so the vehicle behaves correctly.

In plain words
What is it for?
Use it to check motors, sensors, power, communication, camera thresholds, steering, route handling, full-run performance, stopping accuracy, and low-battery behavior.
Why use it?
It turns on-site debugging and final checks into specific items that can be tested and recorded.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to check motors, sensors, power, communication, camera thresholds, steering, route handling, full-run performance, stopping accuracy, and low-battery behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jinchen-yang/diansai-skill/test-checklist
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.

Any agent
npx skills add Jinchen-Yang/diansai-skill --skill test-checklist
Clone the repo
git clone --depth 1 https://github.com/Jinchen-Yang/diansai-skill

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 test-checklist

README.md
[![agentmods](https://agentmods.dev/badge/skills/jinchen-yang/diansai-skill/test-checklist/github.svg)](https://agentmods.dev/skills/jinchen-yang/diansai-skill/test-checklist)
Your own site
<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.

agentmods 80×15 button for test-checklist

Your own site · 80×15
<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>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 572 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00094 $0.00572
Opus 5 $0.00047 $0.00286
Sonnet 5 $0.00019 $0.00114
Haiku 4.5 $0.00009 $0.00057

Measured 10d ago against content hash cee1f56addd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.claude/skills/test-checklist/SKILL.md · 30 lines

What it actually says

test-checklist —— 现场标定/验收清单(流水线 ⑨)

lane: 任何模型 · needs: 无

把"人在真车上不可代替的整定/验收"列成可勾选清单。复用 KB kb/10-典型赛题实战Playbook与Checklist.md 的赛中 checklist,按本题功能裁剪。

前置

design/problem.yaml(要实现哪些功能)。

步骤

  1. Read KB10 的"赛中开发 Checklist"。
  2. problem.yaml.required_functions 逐功能映射到可验证项;补现场标定项(阈值/PID/K230)。
  3. design/test_plan.md(分段:分系统自检 → 标定 → 全流程 → 验收/成功率)。

必含项(按需裁剪)

  • 分系统自检:电机正反转+PWM线性;编码器双轮计数方向+无跳变;IMU/WHO_AM_I;K230 握手通;各电源轨电压。
  • 标定(现场,光照相关):灰度阈值现场重标;K230 阈值/ROI/曝光现场标。
  • 整定:内环速度 PID(左右轮一致);外环循迹偏差 P/D(直道不画龙);弯道/路口事件(里程+灰度双确认)。
  • 联调:UART 双向通 + 丢包重同步验证;视觉结果 → FSM 采信(连续N帧)。
  • 验收:全流程跑通+声光提示;停车精度/限时达标;跑≥5 次记成功率低电量复测(电压降改变 PID 表现)。

注意

  • 这些是人在真车上的活,agent 只生成清单与判据,不代替整定。
  • 控制参数/阈值都是占位,本清单就是把它们整定到位的作业单。
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. 10d ago First seen · 30 lines · 94 tokens per session scan A cee1f56addd1

Subscribe to this mod's changes

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.

Related

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…

mc3545dada/mspm0-skill · 101 tokens

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.

Ibook000/mspm0-skill · 76 tokens

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.

jzl-maker/EA-SKILL · 200 tokens

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…

ptsilivis/autonomousguy · 201 tokens

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.

Victory-7291/project-scaffold-setup-skills · 78 tokens

embedded-testing-patterns

Embedded C test patterns using Unity, CMock, Ceedling, and QEMU.

HermeticOrmus/LibreEmbed-Claude-Code · 0 tokens