Skip to main content

eng-rigorous-validation

Enforce reproducible testing, automated verification, and evidence-driven sign-off before merging any change.

跳到安装

来源信息

仓库
tjboudreaux/cc-plugin-engineering-excellence
最近来源活动
2026年2月6日 04:08
检测到的 SKILL.md 语言
英语
星标
4
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
eng-rigorous-validation
description
Enforce reproducible testing, automated verification, and evidence-driven sign-off before merging any change.
# Rigorous Validation ## Intent - Ship only when behavior is proven, not assumed. - Treat tests, QA scripts, linters, and on-chain/off-chain simulations as first-class deliverables. - Capture evidence so reviewers can verify quickly. ## Inputs 1. Canonical test commands (unit, integration, e2e, contract sims, UI snapshots). 2. Acceptance criteria plus measurable signals (logs, screenshots, transaction hashes). 3. Migrations/seed data steps required to exercise the change locally. ## Workflow 1. **Design tests before coding** - Specify failing cases and target assertions for each requirement. - Align on how to stub external services, wallets, or platform APIs. 2. **Automate and isolate** - Prefer deterministic, headless test harnesses; avoid manual-only steps. - Seed data/fixtures close to tests to prevent global coupling. 3. **Run the full relevant matrix** - Cover affected platforms (iOS/Android/web), runtimes, or chain environments. - Capture artifacts (logs, screenshots, traces) for any non-deterministic checks. 4. **Track outcomes** - Record exact commands run and their commit hash in the PR or issue. - File follow-ups for flaky tests before merging. ## Verification - All targeted tests green and documented; no TODOs or skipped suites without owner sign-off. - Static analysis, type-checking, formatters, and contract analyzers pass. - Evidence (artifacts, hashes, screenshots) attached or linked for reviewer inspection.
在 GitHub 查看