Run the generated Playwright tests and summarize pass/fail results. Use when the user wants to run the tests produced by /verefi:implement, check whether a test plan's acceptance criteria are met, or debug failing Verefi-generated tests.
philchen00/verefi
SkillsMP has collected 5 skills from philchen00/verefi. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 5
- GitHub forks
- 2
Skills in this repository
Showing 5 of 5 collected skills.
Generate Playwright TypeScript test code from a test-plan.md (and discovery.md/audit.md if present). Use when the user wants to turn an approved test plan into runnable Playwright tests, or continue the Verefi pipeline after /verefi:testplan, /verefi:audit,…
Statically scan the target codebase for stable selectors (data-testid, testID, aria-label, semantic roles) and grade its testability into audit.md — no running app needed. Use when the user wants to know how testable an app is, before generating tests, or as…
Explore a running app with agent-browser and record verified selectors (test-id attribute, role, text) into discovery.md — including identifying which test-id attribute the app actually uses. Use when the user wants to verify a test plan's assumed selectors…
Generate a reviewable test-plan.md (test cases + acceptance criteria) from a feature description or test-detail file. Use when the user wants to start the Verefi pipeline, kick off spec-driven test generation, or turn a PRD/user story/feature description into…