Agent skill
mova-evidence-proof-v0
Use for deterministic changes, evidence-first delivery, or assembling proof kits with clear safety justification.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mova-evidence-proof-v0
SKILL.md
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).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?