# Mova Evidence Proof V0

> Use for deterministic changes, evidence-first delivery, or assembling proof kits with clear safety justification.

- Skill: `majiayu000/mova-evidence-proof-v0` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/mova-evidence-proof-v0`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/mova-evidence-proof-v0/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/mova-evidence-proof-v0

---


## Determinism rules
- Business results belong in result payloads; run-specific data goes to env/meta and artifacts.
- Do not fabricate outputs; rerun commands if needed.

## Negative suite
- Required for risky paths: unauthorized, deny, bad signature, oversize, and validation errors.
- Add minimal, explicit cases and surface them in evidence.

## Evidence-first standard
- Prefer artifacts and reports over narrative claims.
- Always link to evidence paths in `artifacts/**`.

## Evidence sources
- Artifacts paths, `gw_request_id`, and episode ids/refs.
- History lookup must use `mova_search_episodes_v0` (read-only).

