automate-tests
技能 (Skill):运行自动化测试
目的 (Purpose)
确定目标存储库期望如何执行自动化测试(命令、框架、先决条件和范围),然后使用安全第一的交互策略运行最佳匹配的测试套件。
核心目标(Core Objective)
首要目标:通过基于证据的命令选择和安全护栏生成测试执行结果。
成功标准(必须满足所有要求):
- ✅ 发现测试计划:确定的证据来源(文档、CI 配置或构建清单)
- ✅ 选择的命令:根据模式(fast/ci/full)和约束选择适当的测试命令
- ✅ 获得用户确认:在安装依赖项、使用网络或启动服务之前收到批准
- ✅ 执行的测试:使用捕获的输出和退出代码运行命令
- ✅ 结果总结:包含证据、命令、执行状态和失败(如果有)的测试计划摘要
More from nesnilnehc/ai-cortex
review-codebase
Review given file/dir/repo for current-state code organization: module boundaries, design patterns, cross-module dependencies, tech debt, and interface stability. Scope-only atomic skill; output is a findings list.
106review-vue
Review Vue 3 code for Composition API, reactivity, components, state (Pinia), routing, and performance. Framework-only atomic skill; output is a findings list.
94review-diff
Review only git diff for impact, regression, correctness, compatibility, and side effects. Scope-only atomic skill; output is a findings list for aggregation.
91review-java
Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.
84review-architecture
Review code for architecture: module and layer boundaries, dependency direction, single responsibility, cyclic dependencies, interface stability, and coupling. Cognitive-only atomic skill; output is a findings list.
83review-security
Review code for security: injection, sensitive data, auth, dependencies, config, and crypto. Atomic skill; output is a findings list.
74