qa-plan

Generates QA test plans by parsing GDDs and classifying stories for game development.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill qa-plan-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-plan
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/qa-plan
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill qa-plan-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of QA test plans for game development, streamlining the process and ensuring comprehensive test coverage.

Core Features & Use Cases

  • QA Test Plan Generation: Automatically generates structured QA plans for sprints, features, or individual stories.
  • Story Classification: Classifies stories by test type (Logic/Integration/Visual/UI) and produces a detailed plan.
  • Test Automation & Manual Checks: Outlines automated tests and manual verification steps for developers and QA teams.

Quick Start

Generate a QA test plan for the current sprint using the qa-plan skill.

Frequently Asked Questions about qa-plan

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

FAQPage Schema
How do I automate QA test plan generation for game development sprints?

Automate QA test plan generation by parsing Game Design Documents and story files to classify stories and outline test requirements. This process structures QA plans for sprints, features, or individual stories automatically.

How are game stories classified into different test types?

Game stories are classified by test type into Logic, Integration, Visual, and UI categories. This classification produces a detailed plan outlining both automated tests and manual verification steps.

Do I need Python and external tools to generate QA plans for the Codex Game Studio Framework?

Yes, generating QA plans optimized for the Codex Game Studio Framework requires Python scripts and external tools like pypdf, pdfplumber, and pdf2image for parsing documents and executing the process.

What is the best way to outline automated tests and manual checks for game features?

Outline automated tests and manual checks by parsing GDDs and story files to generate structured QA plans. This approach ensures comprehensive test coverage for developers and QA teams.

Can I use this to create test plans from existing PDF game design documents?

Yes, you can create test plans from existing PDF game design documents. The Skill uses dependencies like pypdf, pdfplumber, and pdf2image to parse GDDs and story files for test plan generation.