gs:gstack

Automate QA testing and site dogfooding on Windows 11 with PowerShell.

34|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-gstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gs:gstack
Source: https://github.com/thanh-abaii/gstack-windows-port/tree/main/skills/gstack
Command: npx skills add https://github.com/thanh-abaii/gstack-windows-port --skill gs-gstack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires powershell, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The gstack Skill solves the problem of manual QA testing and site dogfooding by automating tasks like page navigation, element interaction, state verification, and screenshot capture, allowing for efficient testing on Windows 11 without the need for additional tools like WSL or Docker.

Core Features & Use Cases

  • Headless Browser Interaction: Navigate through web pages, interact with elements, and verify the state of the page.
  • Screenshot and Diffing: Take annotated screenshots, diff before/after states, and capture bug evidence.
  • Responsive Layout Testing: Test layouts on different screen sizes and devices.
  • Form and Upload Testing: Validate forms and test file uploads.
  • Use Case: When you need to test a website or application on Windows 11, verify a deployment, or capture a bug with screenshots and detailed information.

Quick Start

To navigate to a URL, type /gs:go [URL].

Frequently Asked Questions about gs:gstack

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

FAQPage Schema
How do I automate QA testing and site dogfooding on Windows 11?

Automate QA testing on Windows 11 by executing PowerShell scripts to handle page navigation, element interaction, and state verification without needing WSL or Docker. This provides efficient automated web testing workflows directly on the native OS.

How do I capture bug evidence with annotated screenshots during web testing?

Capture bug evidence during web testing by using screenshot and diffing features to take annotated screenshots and compare before/after states. This records visual differences and verifies page states for bug reporting.

Can I test responsive layouts for different screen sizes on Windows 11?

Test responsive layouts on Windows 11 by simulating different screen sizes and devices. This validates that web application UIs adapt correctly across various viewports during automated web testing workflows.

Do I need Docker or WSL to run automated browser interaction tasks?

Docker and WSL are not required to run browser interaction tasks. The Skill executes automated web testing workflows directly on Windows 11 using PowerShell, eliminating the need for additional containerization tools.

How do I validate forms and test file uploads in an automated web testing workflow?

Validate forms and test file uploads in an automated web testing workflow by interacting with web page elements directly. This verifies user input handling and file submission logic through headless browser automation.

What is the best way to verify web deployments without manual checking?

Verify web deployments without manual checking by automating page navigation and state verification through PowerShell. This confirms deployment success by validating page interactions and capturing visual evidence automatically.