
Playwright Automation Fill In Form
Drive Playwright MCP to open a web form, enter fields and uploads, and pause for human review before submit.
Overview
playwright-automation-fill-in-form is an agent skill for the Ship phase that automates multi-field web form entry via Playwright MCP and requires user review before submit.
Install
npx skills add https://github.com/github/awesome-copilot --skill playwright-automation-fill-in-formWhat is this skill?
- Uses Playwright MCP to navigate to a Microsoft Forms URL
- Fills text, date, time, topic, and local image upload fields from a scripted checklist
- Explicit instruction: DO NOT SUBMIT THE FORM until the user reviews
- Ends with a review request before any submit action
- Concrete field-by-field scenario suitable as a template for other forms
- Five enumerated form fields plus one image upload in the sample scenario
Adoption & trust: 10.1k installs on skills.sh; 34.6k GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need to rehearse or populate a long web form quickly but cannot risk the agent submitting it without your approval.
Who is it for?
Solo builders using MCP-enabled agents to practice Microsoft Forms or similar flows with a hard no-submit safety step.
Skip if: Headless CI regression suites, API-only testing, or unattended bulk submissions without a human in the loop.
When should I use this skill?
Automate filling in a form using Playwright MCP
What do I get? / Deliverables
Playwright fills the configured fields and uploads, then waits for your review instead of auto-submitting the form.
- Populated form state ready for human review
- Explicit review prompt before any submit attempt
Recommended Skills
Journey fit
Form fill automation supports Ship when validating flows or rehearsing launches against real web forms. Testing subphase covers browser-driven E2E steps such as navigation, field entry, and file upload verification.
How it compares
Opinionated MCP form-fill recipe with a review gate, not a general Playwright test framework generator.
Common Questions / FAQ
Who is playwright-automation-fill-in-form for?
Developers and indie operators who already run Playwright MCP in Claude Code or Cursor and want a copy-paste form automation pattern.
When should I use playwright-automation-fill-in-form?
During Ship testing when validating a live form layout, file upload paths, and field labels before a real submission or demo.
Is playwright-automation-fill-in-form safe to install?
It drives a real browser and local file paths; review the Security Audits panel on this page and never point it at production submissions without changing the no-submit rule intentionally.
SKILL.md
READMESKILL.md - Playwright Automation Fill In Form
# Automating Filling in a Form with Playwright MCP Your goal is to automate the process of filling in a form using Playwright MCP. ## Specific Instructions Navigate to https://forms.microsoft.com/url-of-my-form ### Fill in the form with the following details: 1. Show: playwright live 2. Date: 15 July 3. Time: 1:00 AM 4. Topic: Playwright Live - Latest updates on Playwright MCP + Live Demo 5. Upload image: /Users/myuserName/Downloads/my-image.png DO NOT SUBMIT THE FORM. Ask for a review of the form before submitting it.