test-skill-valid-artifact

Validate artifact.json payloads against replay command schemas.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/clawperator/clawperator --skill test-skill-valid-artifact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-skill-valid-artifact
Source: https://github.com/clawperator/clawperator/tree/main/apps/node/src/test/fixtures/skills/test-skill-valid-artifact
Command: npx skills add https://github.com/clawperator/clawperator --skill test-skill-valid-artifact

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This fixture provides a reliable means to validate artifact payloads for replay workflows in automated testing.

Core Features & Use Cases

  • Validates the artifact.json payload against the replay engine's expected schema.
  • Provides a small run script to simulate artifact execution during tests.
  • Useful for development, CI checks, and ensuring payload integrity before deployment.

Quick Start

Run the fixture to validate an artifact payload using the provided run script.

Frequently Asked Questions about test-skill-valid-artifact

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate an artifact payload before running replay tests?

To validate an artifact payload before replay tests, run the provided script to check the artifact.json structure against the expected command schema, ensuring deterministic payload validation and execution readiness.

What is deterministic payload validation in automated testing?

Deterministic payload validation is the process of checking artifact.json structures against defined command schemas to guarantee consistent, reproducible test fixture execution during development pipelines.

Can I use this validation script for Android test fixtures in CI?

Yes, you can use the validation script for Android test fixtures in CI pipelines to verify artifact payload integrity and simulate execution before deployment.

How do I simulate artifact execution during automated test workflows?

You simulate artifact execution during automated test workflows by running the included script, which mimics the replay engine's execution path against the validated artifact payload.

What is the best way to ensure artifact.json integrity for replay workflows?

The best way to ensure artifact.json integrity for replay workflows is to validate the payload against the defined command schema using a dedicated run script before execution.