pr-manual-testing

Generate Gherkin-format manual testing steps from pull request diffs.

3.0k|1.6k|Updated Jul 18, 2018
One-click install
npx skills add https://github.com/MetaMask/metamask-mobile --skill pr-manual-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-manual-testing
Source: https://github.com/MetaMask/metamask-mobile/tree/main/.agents/skills/pr-manual-testing
Command: npx skills add https://github.com/MetaMask/metamask-mobile --skill pr-manual-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR review and QA often requires manually drafting testing steps from code changes; this skill automatically generates Gherkin-format scenarios to streamline PR descriptions and ensure consistent test coverage.

Core Features & Use Cases

  • Generate Gherkin scenarios from diffs in pull requests.
  • Provide a reusable Feature/Background/Scenario template with Given, When, Then, And.
  • Create multiple scenarios to cover happy paths and common edge cases for a PR.

Quick Start

Provide the diff of the PR, and the skill will output Gherkin-formatted scenarios ready for inclusion in PR descriptions.

Frequently Asked Questions about pr-manual-testing

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

FAQPage Schema
How do I generate Gherkin test scenarios from a pull request diff?

Yes, you can automate manual testing steps for code reviews by converting PR diffs into ready-to-run Gherkin scenarios. This streamlines QA processes by generating clear, repeatable testing steps directly from code changes.

How do I write manual testing steps for a PR description using Gherkin?

Writing manual testing steps for a PR description involves structuring code changes into a Gherkin format. The skill applies a reusable template covering Feature, Background, Scenario, Given, When, Then, and And to create repeatable testing scenarios from diffs.

Can I generate multiple Gherkin scenarios to cover edge cases from code changes?

Yes, you can generate multiple Gherkin scenarios from code changes. The skill creates scenarios that cover both happy paths and common edge cases, ensuring comprehensive manual test coverage for your pull request.

Does this Gherkin generator require any specific testing framework or dependencies?

No specific testing framework or dependencies are required. The skill operates independently to output fenced Gherkin patterns from provided PR diffs, which you can then include in pull request descriptions for manual QA execution.