test-strategy

Generate project-specific web application test checklists covering network health, content rendering, error boundaries, and build validation.

14|2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/syedsaif666/LGTM --skill test-strategy-syedsaif666
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-strategy
Source: https://github.com/syedsaif666/LGTM/tree/main/skills/test-strategy
Command: npx skills add https://github.com/syedsaif666/LGTM --skill test-strategy-syedsaif666

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about test-strategy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom test checklist for project-specific web application validation?

A custom test checklist defines tailored test categories aligned with your project's tech stack, content architecture, and domain logic to replace generic placeholder checks with relevant validation steps.

What is the best way to validate network request health and catch 4xx/5xx errors during web testing?

Network request health validation inspects browser network requests to catch 4xx/5xx errors, mixed content, unexpected third-party calls, and slow resources that block page rendering.

How do I test error boundaries and custom 404 page behavior for content-driven web apps?

Testing error boundaries and custom 404 page behavior involves defining project-specific test checks that validate custom error page functionality and domain-specific content rendering.

Does this approach verify responsive design across different device sizes and build pipeline integrity?

Yes, this approach validates responsive design across device sizes and verifies build pipeline health by checking type checks, linting, tests, and production builds.

When do I need structured test checklists to complement generic exploratory testing?

You need structured test checklists when generic exploratory testing leaves a quality assurance gap, ensuring domain checks, content rendering validation, and build health verification are not overlooked.

Can I inspect browser network requests to catch mixed content and slow resources blocking page rendering?

Yes, you can inspect browser network requests to catch mixed content, unexpected third-party calls, and slow resources that block page rendering as part of network health validation.