| name | example-skill-webapp-testing |
| description | Open a small website in a browser and share a screenshot so the user can review it. Use after writing or changing a site. |
Webapp Testing
Open a website in a browser, take a picture, and share it with the user for review.
Overview
Two jobs:
- Open the site so it is actually rendering.
- Take a clear picture of what the user will see.
Open the Site
- Make sure the site is served (a local server or the file opened directly).
- Wait for the page to finish loading before taking a picture.
- If the page has a pop-up or a menu, decide which view to capture.
Take the Screenshot
- Capture the full page the user cares about, not just the top.
- Keep the window wide enough to show the layout the user asked for.
- Save the picture with a short name so the user knows what it shows.
Share With the User
- Show the picture to the user along with a short note on what to look at.
- Ask for specific feedback (pictures, layout, any button that looks wrong).
After Feedback
- Wait for the user's notes before changing anything.
- Take a fresh picture after the fix and share it again.