respect-test-writer
仓库创建 2026年6月2日最近提交 8 天前SkillHot 收录 4 天前
这个 Skill 做什么
独立生成 controller_tests 的 .rtest 测试计划:根据自然语言需求加固定的环境/系统签名和控制器元数据输出边界化测试脚本,但不读取生成的 Spectra 或规格作者的推理。用在需要第三方独立测试、减少自测偏差的场景。重点是独立性高,不受规格生成过程影响。
▸ 展开 SKILL.md 英文原文
Independent ReSpect controller-test writer. Generate controller_tests .rtest plans from natural-language requirements plus a fixed env/sys signature and controller metadata, without reading generated Spectra contents or the specification agent's reasoning. Use for independent-test experiments that reduce self-testing bias.
0
Stars
0
Forks
4
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/maurice-herwig/respect/main/.agents/skills/respect-test-writer/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/maurice-herwig/respect/main/.agents/skills/respect-test-writer/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# ReSpect Test Writer ## Research Role This skill writes independent bounded controller tests for a generated controller: - Input: natural-language requirements, fixed environment/system signature, `spec_name`, `controller_dir`, `spectra_file` path, and output directory. - Output: `.rtest` controller-test DSL plan plus optional DSL compile diagnostics. - Allowed sources: the natural-language requirements, fixed signature, controller metadata, and `controller_tests/DSL.md`. - Not allowed: reading generated Spectra contents, source/reference Spectra files, the specification agent's stdout/reasoning, repair logs, benchmark oracles, mutation checks, equivalence checks, or distance results. T
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有