starwards-verification
仓库创建 2019年3月17日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
防止未验证即完工,适合集成到 PR/CI 的验收流程中。
这个 Skill 做什么
运行测试、快照和构建以验证 Starwards 工作项确实完成。
在 Starwards 里声称某项工作完成前,要求先用实证来验证:跑 npm test、检查 E2E 快照、确认 TypeScript 类型和构建成功等。用在你要标记任务完成、关闭工单或合并代码之前,确保不是凭感觉或遗漏。核心是“有证据才能说完成”,避免把未验证的东西当交付物。
▸ 展开 SKILL.md 英文原文
Evidence-based completion verification for Starwards - run actual npm test commands, check E2E snapshots, verify TypeScript types, and confirm build success before claiming work is complete; evidence before assertions always
42
Stars
2
Forks
17
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/starwards-verification/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/starwards-verification/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Verification Before Completion - Starwards ## Overview Claiming work is complete without verification is dishonesty, not efficiency. **Core principle:** "Evidence before claims, always." **Starwards-specific:** Run project commands, check all module tests, verify E2E snapshots. ## The Iron Law ``` NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE ``` If you haven't run the verification command in this message, you cannot claim it passes. ## The Gate Function ``` BEFORE claiming any status: 1. IDENTIFY: Which Starwards command proves this claim? 2. RUN: Execute the EXACT command (fresh, complete) 3. READ: Full output, exit code, count failures 4. VERIFY: Does output confirm
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有