بنقرة واحدة
verify
Three-stage verification: V1 unit → V2 integration → V3 E2E + evidence package
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Three-stage verification: V1 unit → V2 integration → V3 E2E + evidence package
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Harness 主入口 — 从想法到交付的一站式流程
Restore state, health check, determine current phase, suggest next step
Explain Harness plugin and available commands
Initialize Harness for your project — learn repo, team norms, generate customized framework
Start a new feature proposal — guided spec + design generation
Execute all tasks with auto-loop until completion — Stop Hook driven
| name | verify |
| description | Three-stage verification: V1 unit → V2 integration → V3 E2E + evidence package |
| argument-hint | <feature-id e.g. F001> |
Parameter: $ARGUMENTS — feature ID (e.g. F001)
.harness/evidence/$ARGUMENTS/v1-result.md.harness/evidence/$ARGUMENTS/v2-result.md.harness/evidence/$ARGUMENTS/v3-result.mdCreate .harness/evidence/$ARGUMENTS/verdict.md:
# Verification Verdict — $ARGUMENTS
## Summary
- Feature: [name]
- Date: [timestamp]
- Result: PASS / FAIL
## Acceptance Criteria Status
| AC | Description | V1 | V2 | V3 | Status |
|----|-------------|----|----|-----|--------|
| AC-1 | ... | PASS | PASS | PASS | ✅ |
| AC-2 | ... | PASS | FAIL | - | ❌ |
## Invariant Status
| INV | Description | Status |
|-----|-------------|--------|
| INV-1 | ... | ✅ |
## Coverage
- V1 coverage: XX%
- Lines: X/Y
## Issues Found
- [list any issues discovered during verification]
After verification, review the entire feature development for lessons learned:
.harness/pitfalls.md (if exists).harness/evidence/$ARGUMENTS/verdict.md — any AC that required multiple attempts.harness/pitfalls.md:
- [module/area]: concise pitfall description.harness/tasks.md: set feature status to verified.harness/progress.md with verification results