What problem does it solve?
This Skill fills the gap left by generic exploratory testing, ensuring project-specific domain checks, content rendering validation, build health verification, and error boundary testing are not overlooked during quality assurance for web applications.
Core Features & Use Cases
- Custom test checklists: Define tailored test categories aligned with your project's tech stack, content architecture, and domain logic, replacing generic placeholder checks with relevant validation steps.
- Network health validation: Inspect browser network requests to catch 4xx/5xx errors, mixed content, unexpected third-party calls, and slow resources that block page rendering.
- End-to-end quality coverage: Validates content rendering, responsive design across device sizes, custom error page functionality, and build pipeline health (type checks, linting, tests, production builds).
- Use Case: For a content-driven web app, use this skill to define checks for article list rendering on index pages, correct 404 page behavior, and passing production builds, complementing the generic dogfood testing methodology.
Quick Start
Use the test-strategy skill to define a project-specific test checklist covering network health, content rendering, error boundaries, and build validation for your web application.