test

Parse testing plans and generate a concise testing checklist.

2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/soliblue/cloude --skill test-soliblue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/soliblue/cloude/tree/main/.claude/skills/test
Command: npx skills add https://github.com/soliblue/cloude --skill test-soliblue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams surface and track what needs testing, preventing overlooked QA steps and accelerating verification before release.

Core Features & Use Cases

  • Test planning visibility: Reads plans from plans/testing/ to identify testable features and their build metadata.
  • Actionable checklist: Generates a concise, interactive testing checklist for prioritization and execution.
  • Lifecycle management: Supports moving completed plans to plans/done/ and updates staging after validation.
  • Use Case: When a new build is ready, you run /test to see what tests are required and confirm completion after running xcodebuild.

Quick Start

Use the /test command to view what needs testing, optionally run tests with /test --run, and mark completed items with /test --done <name>.

Frequently Asked Questions about test

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

FAQPage Schema
How do I track what needs testing in my software project?

To track what needs testing, parse plans stored in the plans/testing/ directory to generate a concise testing checklist. This workflow surfaces outstanding tests, coordinates verification plans, and marks items as done after validation.

How do I manage test plans and move completed items to done?

Manage test plans by viewing outstanding items with the /test command, optionally running tests with /test --run, and moving verified plans to plans/done/ using /test --done <name>. This lifecycle management updates staging after validation.

Does this testing workflow support xcodebuild commands?

Yes, this testing workflow supports xcodebuild commands. You can run /test --run to execute tests against your builds and mark items as done with /test --done <name> after verifying xcodebuild outputs.

What is the best way to surface outstanding tests before a release?

The best way to surface outstanding tests is reading testable features and build metadata from plans/testing/ to automatically generate an interactive testing checklist. This prevents overlooked QA steps and accelerates verification before release.

Can I use this workflow without a plans/testing/ directory?

No, you cannot use this workflow without a plans/testing/ directory because the Skill parses plans stored specifically in that location to identify testable features and generate the testing checklist.