pr-manual-testing

Generate Gherkin test scenarios from Git diffs for manual testing.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/abretonc7s/metamask-skills --skill pr-manual-testing-abretonc7s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-manual-testing
Source: https://github.com/abretonc7s/metamask-skills/tree/main/domains/pr-workflow/skills/pr-manual-testing
Command: npx skills add https://github.com/abretonc7s/metamask-skills --skill pr-manual-testing-abretonc7s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides structured guidance for developers to write clear, comprehensive manual testing scenarios in Gherkin language, improving test coverage and clarity.

Core Features & Use Cases

  • Scenario Documentation: Assists in drafting detailed test cases based on code changes.
  • Guided Writing: Provides templates and best practices for behavior-driven development.
  • Use Case: When a developer introduces a new feature or fixes a bug, they can quickly create precise manual test plans to verify correctness.

Quick Start

Read the diff, identify changed features, then draft relevant test scenarios following the provided template.

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 Git diffs?

Generate Gherkin test scenarios by reading Git diffs to identify changed features, then drafting structured manual test cases following behavior-driven development templates to verify correctness.

What is the best way to write manual test cases for new features?

Writing manual test cases for new features involves using Gherkin language to create structured scenarios based on code changes, ensuring precise test plans that improve coverage and clarity.

How does behavior-driven development improve manual testing?

Behavior-driven development improves manual testing by providing guided templates that help developers draft detailed Gherkin scenarios from code changes, resulting in more thorough and clear test coverage.

Can I use Gherkin scenarios for manual bug fix verification?

Yes, you can use Gherkin scenarios for manual bug fix verification by analyzing the updated code diff and generating detailed test plans to precisely verify the correctness of the applied fix.

Do I need automated testing frameworks to use Gherkin scenarios?

No, you do not need automated testing frameworks to use Gherkin scenarios, as this approach focuses on generating structured manual test scenarios directly from code diffs without requiring execution dependencies.