Flow test
Skill timeyour/agentskills-audit-collection/.claude/skills/flow-test
AI delivery acceptance and audit system for vibe-coded websites, web apps, and agent-built products.
npx -y skills add timeyour/agentskills-audit-collection --skill flow-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 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
Test every visible function and user workflow in a website, web app, or open-source project. Use for live QA: navigation, CTAs, forms, auth, search, upload, checkout, dashboards, error states, mobile behavior, expected vs actual results, and issue cards with copyable fixes.
SKILL.md
1.8 KB, as published. Nobody here has run it
Flow Test
Use this skill to walk a product like a real user.
Do
- Inventory every visible feature.
- Map visible pages, controls, media, documents, auth/payment/upload/admin boundaries, and unknown surfaces before detailed clicking.
- Determine the permission level before live interaction; production defaults to public read-only or safe navigation unless the user grants a test scope.
- Execute every safe public workflow.
- Record expected vs actual behavior.
- Test edge states: empty input, invalid input, duplicate submit, back/refresh, mobile, auth boundary.
- Mark unsafe/payment/private/destructive flows as
SKIPPED-SAFE. - Produce issue cards with exact live positions and copyable fix prompts.
- Use
S0-S4severity and include reproduction plus regression checks. - For multi-step live testing, emit progress updates after each major route, CTA group, form, auth boundary, or blocker.
Reference
Read references/live-functional-audit.md before running the audit.
For long runs, also read ../audit/references/progressive-reporting.md and use its update format.
For broad website tests, read ../audit/references/web-surface-discovery.md before clicking.
For any live interaction, read ../audit/references/permission-model.md and apply its least-privilege levels.
Output
- Feature inventory.
- Flow execution log.
- Edge/failure table.
- S0-S4 severity.
- Reproduction steps.
- Issue cards.
- Copyable fix pack.
- Regression checks.
- Lessons.
- Final verdict.