ta-test-spec

Installation
SKILL.md

ta-test-spec

trading_assistant 项目专属测试规范。本项目测试性质是单元测试 + lint + 类型检查

Leading Words

术语 定义
lint 门 代码必须通过 pnpm lint 才能提交
test 门 修改的模块必须通过对应单元测试
类型守卫 TypeScript 严格模式,禁止 any(或标注 TODO/FIXME)

提交前检查

cd backend && pnpm lint && pnpm test    # 后端
cd frontend && pnpm lint && pnpm test   # 前端
Installs
3
Repository
grid0723/skills
GitHub Stars
2
First Seen
Aug 5, 2026
ta-test-spec — grid0723/skills