
playwright-automation-fill-in-form
✓ Official★ 36,200by github · part of github/awesome-copilot
Automate form filling with Playwright MCP, including text input, date/time selection, and file uploads. Supports multiple form field types: text inputs, date pickers, time selectors, and file uploads Navigates to specified URLs and populates forms with provided data without automatic submission Includes review checkpoint before form submission to allow manual verification of filled fields
Automate form filling with Playwright MCP, including text input, date/time selection, and file uploads. Supports multiple form field types: text inputs, date pickers, time selectors, and file uploads Navigates to specified URLs and populates forms with provided data without automatic submission Includes review checkpoint before form submission to allow manual verification of filled fields
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: playwright-automation-fill-in-form description: 'Automate filling in a form using Playwright MCP'
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:
-
Show: playwright live
-
Date: 15 July
-
Time: 1:00 AM
-
Topic: Playwright Live - Latest updates on Playwright MCP + Live Demo
-
Upload image: /Users/myuserName/Downloads/my-image.png
DO NOT SUBMIT THE FORM.
Ask for a review of the form before submitting it.
npx skills add https://github.com/github/awesome-copilot --skill playwright-automation-fill-in-formRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.