test-readiness

Refresh stale test-readiness artifacts across Shipwright worktree phases.

9|2|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/app-vitals/shipwright --skill test-readiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-readiness
Source: https://github.com/app-vitals/shipwright/tree/main/plugins/shipwright/skills/test-readiness
Command: npx skills add https://github.com/app-vitals/shipwright --skill test-readiness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill keeps the full test-readiness workflow up to date by detecting stale artifacts and advancing the pipeline from the correct starting phase, so the active worktree stays ready for review and publication.

Core Features & Use Cases

  • Staleness-aware orchestration: Checks phase artifacts and starts at the first stale step instead of rerunning everything unnecessarily.
  • End-to-end pipeline execution: Runs test inventory, design, migration, roadmap, and publish phases in order, stopping on failure to protect downstream outputs.
  • Cron-friendly publishing: Supports unattended daily runs that can either preview or publish updates, making it useful for scheduled maintenance and recovery after outdated docs.

Quick Start

Run the test-readiness skill on the active Shipwright worktree to refresh the test inventory, design, migration, roadmap, and publish phases from the first stale artifact.

Frequently Asked Questions about test-readiness

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

FAQPage Schema
How do I detect stale test-readiness artifacts and refresh the pipeline?

To detect stale artifacts and refresh the pipeline, the system checks phase artifacts in your active worktree and starts execution at the first stale step rather than rerunning the entire workflow unnecessarily.

How do I orchestrate test inventory, design, migration, roadmap, and publish phases in order?

Orchestrate test inventory, design, migration, roadmap, and publish phases by running them sequentially; the pipeline stops immediately on failure to protect downstream outputs from inconsistent states.

Can I run test-readiness workflows on a daily cron schedule?

Yes, you can run test-readiness workflows on a daily cron schedule. It supports unattended runs that can either preview updates or publish them directly for scheduled maintenance.

What is the best way to recover outdated test-readiness documents after missed updates?

The best way to recover outdated documents is through manual recovery workflows that detect staleness and advance the pipeline from the correct starting phase to restore readiness.

Does the test-readiness pipeline support dry-run publishing before applying changes?

Yes, the test-readiness pipeline supports dry-run publishing. You can preview updates without applying them, giving you control over whether changes are published or simply reviewed during unattended runs.

Why does my sequential phase orchestration stop before reaching the publish phase?

Sequential phase orchestration stops before the publish phase because a prior step failed; this failure stopping mechanism protects downstream outputs from being published with inconsistent data.