test

Guide manual test sessions with progress tracking and issue logging.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/YarikChekin/ralph-cc --skill test-yarikchekin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/YarikChekin/ralph-cc/tree/main/skills/test
Command: npx skills add https://github.com/YarikChekin/ralph-cc --skill test-yarikchekin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages and guides manual test sessions to ensure consistent test coverage, traceability, and issue logging across a Ralph workflow.

Core Features & Use Cases

  • Structured test sessions with a dashboard summary and progress tracking.
  • Load, run, and record test results, while preserving state across sessions.
  • Integrates with test plan, test progress, and issues files to enable resumption and reporting.

Quick Start

Start a new testing session by loading the project into Ralph and initializing a test plan.

Frequently Asked Questions about test

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

FAQPage Schema
How do I manage manual testing sessions across multiple development cycles?

Manage manual testing sessions by loading existing state from local test plan and progress files, presenting a dashboard, and persisting results to enable session resumption and continuity across development cycles.

What is the best way to track test plan progress and log issues locally?

Track test plan progress and log issues by iterating through test cases, recording results, and persisting them directly into local test plan and issues files for traceability and structured reporting.

Can I resume a manual testing loop if I close my local development environment?

Yes, you can resume a manual testing loop because the workflow loads previously saved state from local files, allowing you to pick up exactly where the last session left off.

Does this guided testing workflow require any external dependencies or frameworks?

No external dependencies are required. The workflow operates within a local development environment, storing test plans, progress logs, and issues directly in local files without needing additional frameworks.

How does a structured test plan workflow handle dashboard progress tracking?

A structured test plan workflow handles progress tracking by loading the current state, presenting a dashboard summary of completed and pending test cases, and updating the dashboard as results are recorded.

When should I use a guided manual testing workflow instead of automated tests?

Use a guided manual testing workflow when consistent test coverage, structured traceability, and active issue logging are required for scenarios that cannot be fully automated in your local development environment.