What problem does it solve?
It helps you confidently verify that a pull request actually works by converting the branch diff into a step-by-step manual testing guide that a human can follow.
Core Features & Use Cases
- Diff-driven manual testing: Analyzes the provided MR/PR diff to determine intent, affected behaviors, and what to validate.
- Scenario coverage: Produces happy paths, edge cases, and regression checks aligned to the change.
- Project-context aware setup: Scans project infrastructure (docs, compose/Makefile/package/manifests/env examples) to provide exact prerequisites and commands.
- Indirect verification for non-user-visible changes: Calls out internal refactors (logging/metrics) and explains how to validate them through observable effects.
Quick Start
Ask the agent: "Create a manual testing guide for this PR, using the branch diff, with setup steps and expected outcomes for QA to verify the fix."