test-scenario

Generate End-to-End test scenarios from project blueprints, database designs, routes, and API endpoints.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology --skill test-scenario-astra-technology-company-limited
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-scenario
Source: https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology/tree/main/skills/test-scenario
Command: npx skills add https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology --skill test-scenario-astra-technology-company-limited

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive End-to-End (E2E) test scenarios, significantly reducing the manual effort and time required for test case design.

Core Features & Use Cases

  • Contextual Analysis: Analyzes project blueprints, database designs, routes, and API endpoints to understand the application's structure and features.
  • Scenario Generation: Creates detailed test scenarios covering Happy Paths, Alternative Paths, Edge Cases, and Error Paths.
  • Use Case: After developing a new user authentication module, use this Skill to automatically generate a full suite of E2E test scenarios, including login, registration, password reset, and error handling, ensuring robust testing before deployment.

Quick Start

Use the test-scenario skill to generate E2E test scenarios for the 'user-profile' feature.

Frequently Asked Questions about test-scenario

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

FAQPage Schema
How do I automatically generate E2E test scenarios from my project blueprints and API endpoints?

To automatically generate E2E test scenarios, this Skill analyzes your project context including blueprints, database designs, routes, and API endpoints. It creates detailed scenarios covering Happy Paths, Alternative Paths, Edge Cases, and Error Paths for integration testing.

What is the best way to create integration testing scenarios for all application features at once?

The best way to create integration testing scenarios for all features is using automated scenario generation. This Skill supports both feature-specific and all-feature scenario creation by comprehensively analyzing your project structure, database designs, and API endpoints.

Can I generate test scenarios for a specific feature like user authentication?

Yes, you can generate test scenarios for a specific feature like user authentication. The Skill supports feature-specific scenario creation, producing a full suite of E2E test scenarios including login, registration, password reset, and error handling.

Does automated scenario generation work without manually mapping database designs and routes?

Automated scenario generation works without manual mapping by automatically analyzing project blueprints, database designs, routes, and API endpoints. It uses glob, grep, and user question tools to comprehensively understand the application structure and features.

What types of test paths are covered when generating E2E scenarios?

When generating E2E scenarios, the coverage includes Happy Paths, Alternative Paths, Edge Cases, and Error Paths. This ensures comprehensive End-to-End testing by addressing both expected user flows and potential error handling situations.