agentsclimarketplace

Scaffold page object

Skill Diegocortes15/playwright-ia-automation-framework-saucedemo/.claude/skills/scaffold-page-object

An end-to-end test framework where a Jira ticket becomes a reviewed, TCMS-mirrored Playwright pull request — authored by AI agents, gated by deterministic CI. Built on saucedemo as both a reusable template and a portfolio piece.

Install
npx -y skills add Diegocortes15/playwright-ia-automation-framework-saucedemo --skill scaffold-page-object

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate a draft Page Object class from a live page snapshot, composing framework components when detected.

SKILL.md

1.8 KB, as published. Nobody here has run it

scaffold-page-object

Given a URL + page name + optional storageState, this skill produces a draft Page Object class file at src/pages/<Name>.ts (or scratch/<Name>.ts for experimentation). The output follows the framework's POM-by-component conventions: readonly locator fields, constructor wiring, action methods inferred from the live page, and composition of framework components detected on the page.

How to use it

Tell Claude what you want:

Use the scaffold-page-object skill to create a CheckoutCompletePage from https://www.saucedemo.com/checkout-complete.html using auth/standard.json.

Or for experimentation, send the output to scratch/:

Use the scaffold-page-object skill to create a LoginPage from https://www.saucedemo.com — no auth needed. Write to scratch/LoginPage.ts.

Workflow

The full 12-step procedural workflow is in references/workflow.md. Read that file before executing the skill.

References

See also

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.