Claude Code Plugins

Community-maintained marketplace

Feedback

run-qa-regression

@desplega-ai/qa-use
10
0

Run QA regression using `qa-use` toolkit

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name run-qa-regression
description Run QA regression using `qa-use` toolkit

QA Regression Runner

This skills goal is to run QA regression tests using the qa-use toolkit (MCP).

For that you should:

  1. Check existing QA test cases
  2. Define a list of applicable tests that should be run
  3. (Recommended) Verify with the user the list of tests to be run
  4. Execute the tests in the background
  5. Check regularly, or wait for the user to ask for, the test results
  6. Analyze and report the results to the user, highlighting any failures or issues found

Examples

TODO