test-deploy

Simulate a full marketplace deployment to validate asset copying, structure, and versioning.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/fiatkongen/saurun-marketplace --skill test-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-deploy
Source: https://github.com/fiatkongen/saurun-marketplace/tree/main/plugins/saurun/skills/test-deploy
Command: npx skills add https://github.com/fiatkongen/saurun-marketplace --skill test-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a lightweight, repeatable test for validating the marketplace deployment workflow, ensuring skills copy correctly, structure is preserved, and versioning and commits are handled properly.

Core Features & Use Cases

  • Smoke testing: Validate that a skill can be copied to the marketplace and registered correctly.
  • Structure validation: Ensure SKILL.md and metadata meet required formats and fields.
  • Versioning & commits: Verify version bumps, git commit messages, and pushes are performed as expected.

Quick Start

Activate test-deploy and run a mock deployment to verify asset copying, structure validation, and version-control steps.

Frequently Asked Questions about test-deploy

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

FAQPage Schema
How do I validate a marketplace deployment workflow before publishing?

To validate a marketplace deployment workflow, you can simulate a full skill deployment to test asset copying, structural validation, and versioning. This verifies that your package copies correctly and meets marketplace readiness requirements.

What is skill structure validation for marketplace publishing?

Skill structure validation ensures your SKILL.md and metadata meet required formats and fields for marketplace registration. It checks that necessary configuration is present and correctly formatted before the deployment process completes.

How do I test version control commits and pushes for a deployment package?

You can test version control commits and pushes by running a mock deployment that verifies version bumps, commit messages, and push operations. This confirms that your versioning workflow executes correctly across the plugin package.

Do I need external services or dependencies to run a deployment smoke test?

No external services or dependencies are required to run a deployment smoke test. The validation relies entirely on your repository's built-in test harness to simulate the deployment and verify asset copying.

Why does my skill fail to register correctly during marketplace deployment?

Skills fail to register correctly during marketplace deployment when structural validation encounters missing metadata fields or improperly formatted SKILL.md files. Running a mock deployment identifies these specific asset copying or structure issues beforehand.