What problem does it solve?
It prevents risky pull requests from reaching users by ensuring changes behave correctly in realistic, user-centered scenarios before merging.
Core Features & Use Cases
- User-perspective PR validation: Tests a pull request by reading its intent, instructions, and expected outcomes as a real user would experience them.
- Scenario-driven coverage: Extracts “Testing Recommendations” scenarios from the PR and ensures each scenario is covered by an automated test (writing one first when missing, while treating CI/build checks as already covered).
- Trustworthy result reporting: Produces clear, human-readable outcomes that emphasize user-visible behavior rather than internal implementation details.
Quick Start
Ask the assistant to run the test-like-human skill for the published pull request, then generate a human-readable report with tested scenarios and an overall readiness verdict from a real user perspective.