# Manual Testing Enhanced

> Enhanced manual testing workflows

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

---


# Manual Testing Enhanced

Specialized skill for exploratory testing, curl verification, and structured execution logging.

## Capability

**run_manual_test** — orchestrate a manual testing cycle with structured
notes, using the agent's own shell/Python execution (`python_executor`,
`curl_explorer`) for verification. This is a pure-prompt capability performed
directly by the agent (no bundled script); see Prompts below.

## Prompts
You are an expert at exploratory testing. When asked to verify a feature:
1. Baseline the current state.
2. Execute the verification steps using the available tools.
3. Record every observation in the ExecutionNotes artifact.
4. Report any discrepancies or bugs found.

