manual_tests.reset

Resets manual test environment by reverting Git changes and clearing stale data.

49|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Unsupervisedcom/deepwork --skill manual-tests-reset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manual_tests.reset
Source: https://github.com/Unsupervisedcom/deepwork/tree/main/.claude/skills/manual_tests.reset
Command: npx skills add https://github.com/Unsupervisedcom/deepwork --skill manual-tests-reset

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures a clean manual-test environment by reverting changes and clearing the tests queue, preventing state leakage between steps.

Core Features & Use Cases

  • Reset the manual_tests environment by reverting git changes, discarding uncommitted modifications, and cleaning up test artifacts.
  • Ensure a consistent baseline for subsequent test steps in sub-agent workflows.
  • Use in automated test pipelines to guarantee no cross-test contamination and deterministic results.

Quick Start

Run /manual_tests.reset to reset the environment and prepare for the next test stage.

Frequently Asked Questions about manual_tests.reset

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

FAQPage Schema
How do I reset my git repository to a clean baseline before running manual tests?

To reset a manual test environment, this skill reverts git changes, discards uncommitted modifications, and clears the rules queue to prevent state leakage between test steps.

What is the best way to prevent cross-test contamination in a sub-agent workflow?

Preventing cross-test contamination requires resetting the environment between sub-agent test steps and after failures. This skill reverts repository state and clears transient artifacts to guarantee deterministic results.

How do I clear the rules queue and remove transient test artifacts from my environment?

Clearing the rules queue and removing transient artifacts is achieved by running a manual test environment reset, which executes defined git commands and DeepWork reset actions to restore a clean baseline.

When do I need to reset the manual test environment during an automated test pipeline?

You need to reset the manual test environment at pre-test setup, between sub-agent test steps, and after failures to ensure a consistent baseline and prevent cross-test contamination in automated pipelines.

Does the manual test environment reset work without additional dependencies?

Yes, the manual test environment reset works without additional dependencies, relying solely on defined git commands and DeepWork reset actions to revert repository state and clear queues.

Why does state leakage occur between test steps and how do I fix it?

State leakage occurs when uncommitted git changes and uncleared queues persist between steps. Fix it by running a manual test environment reset to revert repository state and remove transient artifacts.