# Manual Testing Flows

> Analyze the project and existing tests, then describe 2–3 main user flows to manually test with clear steps.

- Skill: `dvasyliev/manual-testing-flows` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dvasyliev/manual-testing-flows`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dvasyliev/manual-testing-flows/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dvasyliev (https://skillmd.com/u/dvasyliev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dvasyliev/manual-testing-flows

---


# Skill: Manual Testing Flows

## Overview

This skill creates a short manual test plan with the 2–3 most important user flows, based on the project and any existing tests.

## Instructions

- Analyze the project structure to understand the main features.
- Find and review existing tests to learn key flows and edge cases.
- Pick the 2–3 most important user flows (most common or most risky).
- For each flow, write:
  - Preconditions (if needed)
  - Steps (numbered)
  - Expected result

## Expected output

- 2–3 manual test flows with clear steps and expected results

