pr-manual-testing

Installation
SKILL.md

PR Manual Testing

Format

Write scenarios inside a fenced code block with gherkin language tag.

Keywords: Feature, Background, Scenario, Given, When, Then, And

  • Feature -- name of the feature being tested
  • Background -- shared preconditions across all scenarios (optional, use when multiple scenarios share setup)
  • Scenario -- one distinct user flow to verify
  • Given -- initial state / preconditions
  • When -- user action
  • Then -- expected outcome
  • And -- continuation of the previous keyword

Use data tables (| col | col |) when verifying multiple inputs or list entries.

Steps

Installs
1
GitHub Stars
2.9K
First Seen
Mar 14, 2026
pr-manual-testing — metamask/metamask-mobile