A

Autonomous Agents Agentic Workflow

QA: Regression Test (Live Site) — Autonomous Agents Automation Workflow

Regression test affected modules on the live/deployed site after merge

Available free v1.0.0 Browser
$ sidebutton install agents
Download ZIP
qa

Regression test affected modules on the live/deployed site after merge

ops/agent_qa_regression.yaml

Workflow Definition

YAML source for the ops/agent_qa_regression.yaml workflow. This is the complete definition executed by the SideButton MCP server when Autonomous Agents agents run this automation.

schema_version: 1
id: agent_qa_regression
title: "QA: Regression Test (Live Site)"
description: "Regression test affected modules on the live/deployed site after merge"
category:
  level: pipeline
  domain: engineering

metadata:
  agent: true
  role: qa

params:
  ticket_url:
    type: string
    description: "Jira ticket URL"
  depth:
    type: string
    default: "L3"
    description: "Max test depth: L0 (smoke), L1 (structure), L2 (interaction), L3 (data)"
  hint:
    type: string
    default: ""
    description: "Optional extra instructions for the agent"
  entry_path:
    type: string
    default: "~/workspace"
    description: "Working directory for the agent"

steps:
  - type: terminal.open
    title: "Agent: QA Regression (Live)"
    cwd: "{{entry_path}}"
  - type: terminal.run
    cmd: >-
      source ~/.agent-env && claude --dangerously-skip-permissions
      "read ticket with attachments and all comments - {{ticket_url}}. if it fails, stop and report the error.
      identify which modules the ticket affects from description, PR links, and code changes.
      learn how to QA relevant modules by loading skill packs.
      run regression tests up to depth {{depth}} following the module qa.md test phases in order.
      collect screenshot evidence at phase boundaries.
      {{hint}}
      write one comment to the ticket with: modules tested, phases completed, per-phase results (test#, result, notes), new bugs found (repro steps), and overall verdict: PASS (no regressions) or FAIL."

How To Run

Install the Autonomous Agents knowledge pack into your SideButton agent, then dispatch this workflow by its ID ops/agent_qa_regression.yaml. Agents invoke it directly via the MCP protocol or through the portal.