git log --oneline --stat
HEAD
- Stars
- 3.5k
- Forks
- 188
- Updated
- May 27, 2026
repo --stat
stars
3.5k
forks
188
last update
May 27, 2026
license
MITv1.8.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add verify-skill - Invoke
// Run from any project directory
$ claude --skill verify-skill "write Playwright tests for this page" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill verify-skill "now refactor it"
verify-skill/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Verify
- slug:
- verify-skill
- version:
- v1.8.0
- license:
- MIT
- author:
- @anthropic-labs
- categories:
- tags:
- #verification#e2e#manual-testing#screenshots#ci
- description:
Run the app, drive the UI, confirm the change actually works — not just that tests pass.
README.md
verify-skill/README.md
7 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…