agentsclimarketplace

Automated testing

Skill asong56/skills/04-assure/automated-testing

268 AI coding assistant skills, organized across 12 workflow layers. Sources include Anthropic official, FRM, SKC, LRN, SKA, and other mainstream AI coding frameworks.

Install
npx -y skills add asong56/skills --skill automated-testing

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

  • 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 1 stars1 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

Automated test suite: Playwright-based web app testing (functional, visual regression, accessibility) + Lightpanda web vitals benchmarking (load time, DOM-ready, Core Web Vitals) + /qa Test→Fix→Verify loop with auto-bootstrapping for any project stack. Use for QA and performance regression.

SKILL.md

1.1 KB, as published. Nobody here has run it

Automated Testing

Two operating modes — pick based on what you need:

ModeReferenceUse when
Playwright / Lightpandareferences/playwright-guide.mdWriting or running browser-based functional, visual, or a11y tests
/qa Bootstrap + Fix Loopreferences/qa-bootstrap-guide.mdSetting up a test suite from scratch, or running the full test→fix→verify cycle

Quick start

/qa          → full Test → Fix → Verify loop (loads qa-bootstrap-guide.md)
/test        → run existing Playwright suite (loads playwright-guide.md)
/benchmark   → Lightpanda web vitals (loads playwright-guide.md)

Load the relevant reference file before executing any test commands.

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.