retest-generator

Generate automated retest scripts and documentation for verified AI skill workflows.

9|3|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/steelan9199/wechat-publisher --skill retest-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retest-generator
Source: https://github.com/steelan9199/wechat-publisher/tree/main/skills/retest-generator
Command: npx skills add https://github.com/steelan9199/wechat-publisher --skill retest-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the recurring cost of AI compute by converting successful, AI-verified test processes into robust, user-executable scripts for independent reproduction.

Core Features & Use Cases

  • Workflow Solidification: Automatically generates retest scripts based on the actual, successful execution history of a skill.
  • Zero-AI Dependency: Enables users to independently verify skill functionality without needing further AI assistance or compute tokens.
  • Use Case: After successfully testing a complex multi-step workflow for a skill like coze-caller, use this tool to generate a retest.js script that allows you to run the same test sequence locally at any time.

Quick Start

Ask the AI to generate a manual retest script for the target skill after you have successfully verified its functionality in the current session.

Frequently Asked Questions about retest-generator

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

FAQPage Schema
How do I convert an AI-verified workflow into a standalone Node.js script?

You can convert AI-verified workflows into standalone scripts by generating a retest.js file that implements standardized Node.js spawnSync patterns, enabling zero-AI dependency execution and repeatable task automation.

How can I reproduce AI-assisted testing workflows locally without using compute tokens?

You can reproduce AI-assisted testing workflows locally without compute tokens by generating a retest.js script that captures the verified execution sequence, enabling independent, zero-AI dependency execution.

Does the generated retest script require Node.js to run the automated test sequences?

Yes, the generated retest script requires Node.js to run the automated test sequences, as it implements standardized spawnSync patterns to ensure reliable and error-handled task execution in a local environment.

What is the best way to solidify experimental AI testing into stable reproducible scripts?

The best way to solidify experimental AI testing into stable reproducible scripts is to generate a retest.js file that transitions the successful workflow into a local execution environment using standardized Node.js spawnSync patterns.

When should I generate a retest script for my verified skill workflow?

You should generate a retest script for your verified skill workflow immediately after successfully testing a complex multi-step process in your current session, which eliminates recurring AI compute costs by enabling local execution.

Why does my automated workflow testing need standardized spawnSync patterns?

Automated workflow testing needs standardized spawnSync patterns to ensure reliable, repeatable, and error-handled task execution when transitioning from experimental AI-assisted testing to a stable local execution environment.