SlashAI

Your AI Command Vault

Compiling prompts that actually work.

Regression

Testing & QA

Regression

12 commands

/RegressMobileWebFlow

Build a regression suite around a mobile-web responsive flow — e.g. a checkout flow tested only on desktop so far.

Testing & QAadvanced#mobileweb#responsive

/RegressThirdPartyApiMock

Build a regression suite around a mocked third-party api — e.g. a weather api that returns inconsistent test data.

Testing & QAeasy#mock#api

/RegressSignupFlow

Build a regression suite around a user signup flow — e.g. a signup flow with email verification.

Testing & QAmedium#signup#e2e

/RegressNightlyTestSuite

Build a regression suite around a nightly automated test run — e.g. a full regression suite that should run every night.

Testing & QAeasy#nightly#automation

/RegressSearchAndFilter

Build a regression suite around a search-and-filter interaction — e.g. a product list filtered by price and category.

Testing & QAmedium#search#filter

/RegressRecurringBug

Build a regression suite around a recurring production bug — e.g. a date-off-by-one bug that keeps resurfacing.

Testing & QAmedium#regression#bug

/RegressPaymentGatewayIntegration

Build a regression suite around a payment gateway integration — e.g. an integration with a third-party payment processor.

Testing & QAadvanced#payments#integration

/RegressCrossBrowserSuite

Build a regression suite around a cross-browser test suite — e.g. a suite that must pass on chrome.

Testing & QAmedium#crossbrowser#e2e

/RegressMultiStepWizard

Build a regression suite around a multi-step form wizard — e.g. a five-step onboarding wizard with validation per step.

Testing & QAadvanced#wizard#e2e

/RegressCheckoutJourney

Build a regression suite around a full checkout user journey — e.g. a journey from cart to order confirmation.

Testing & QAeasy#checkout#e2e

/RegressDesignSystemComponents

Build a regression suite around a shared design system's components — e.g. a component library rendered across three themes.

Testing & QAadvanced#visual#designsystem

/RegressEmailDeliveryFlow

Build a regression suite around an email delivery integration — e.g. a flow that sends a receipt email after purchase.

Testing & QAeasy#email#integration