Agent Skills
› scenetest/scenetest-js
scenetest/scenetest-js
GitHub指导在应用代码中编写、审查和生成 Scenetest 内联断言(should, failed, serverCheck)。涵盖正确签名、懒回调形式以优化生产环境剥离及调试上下文,适用于多种前端框架。
Install All Skills
npx skills add scenetest/scenetest-js --all -g -y
Skills in Collection (1)
指导在应用代码中编写、审查和生成 Scenetest 内联断言(should, failed, serverCheck)。涵盖正确签名、懒回调形式以优化生产环境剥离及调试上下文,适用于多种前端框架。
需要在组件或钩子中添加 should/failed/serverCheck 断言
审查包含 @scenetest 调用的代码是否符合生产剥离规则
优化断言性能以避免生产环境冗余计算
npx skills add scenetest/scenetest-js --skill inline-assertions -g -y


