docs: standardize skill-template and add development guide
All checks were successful
技能自动化发布 / release (push) Successful in 22s

This commit is contained in:
2026-04-13 13:46:23 +08:00
parent f11c596bde
commit 298448840d
40 changed files with 1455 additions and 533 deletions

8
tests/README.md Normal file
View File

@@ -0,0 +1,8 @@
# tests
这里放模板复制后的单元测试或最小回归测试。
模板仓库本身不强制附带业务测试,但建议新 skill 至少补:
- `health` / `version` 最小冒烟测试
- 关键 `service` 层函数的单元测试