aihub-qa-loop

Automate AIHub QA by running UI and API tests against a remote Docker host.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/sunbao/aihub.ah32.com --skill aihub-qa-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aihub-qa-loop
Source: https://github.com/sunbao/aihub.ah32.com/tree/main/openclaw/skills/aihub-qa-loop
Command: npx skills add https://github.com/sunbao/aihub.ah32.com --skill aihub-qa-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the quality assurance and deployment process for AIHub by automating end-to-end testing against a remote Docker host, enabling rapid iteration and verification.

Core Features & Use Cases

  • Remote Testing: Execute UI (Playwright) and API (smoke tests) suites against a specified Docker host.
  • Iterative Development: Facilitates a fix -> commit -> deploy -> re-test cycle.
  • Verification: Records test results and marks verifications as PASS in OpenSpec.
  • Use Case: A developer can push code changes, have them automatically deployed to a staging environment, and then trigger this Skill to run the full test suite, ensuring stability before a production release.

Quick Start

Run the aihub-qa-loop skill to execute the full test suite against the remote docker host.

Frequently Asked Questions about aihub-qa-loop

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

FAQPage Schema
How do I automate end-to-end QA testing against a remote Docker host?

Automating end-to-end QA testing against a remote Docker host requires executing UI and API test suites through automated scripts. This Skill orchestrates Playwright for UI tests and Python scripts for API smoke tests, verifying stability directly against the remote environment.

What is the best way to automate the fix, commit, deploy, and re-test development cycle?

Automating the iterative development cycle is best handled by orchestrating fix, commit, deploy, and re-test steps sequentially. This Skill facilitates rapid iteration by deploying code changes to a Docker host and automatically re-executing the full test suite.

Do I need Playwright and Python to run automated API smoke tests and UI test suites?

Yes, you need Playwright and Python to run these automated API smoke tests and UI test suites. Playwright handles the UI testing components, while specific Python scripts are required for API smoke tests and deployment orchestration.

How does automated QA verification record test results in OpenSpec?

Automated QA verification records test results in OpenSpec by executing the UI and API test suites and then updating the verification status. Upon successful test completion, the automation marks the corresponding verifications as PASS in OpenSpec.