Autonomous Agents Agentic Workflow
QA: Test Live Site (New Ticket) — Autonomous Agents Automation Workflow
Test the live site against ticket scope — no PR, tests production directly
sidebutton install agents Test the live site against ticket scope — no PR, tests production directly
Workflow Definition
YAML source for the ops/agent_qa_new_ticket.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_new_ticket
title: "QA: Test Live Site (New Ticket)"
description: "Test the live site against ticket scope — no PR, tests production directly"
category:
level: pipeline
domain: engineering
metadata:
agent: true
role: qa
params:
ticket_url:
type: string
description: "Jira ticket URL"
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 Test Live"
cwd: "{{entry_path}}"
- type: terminal.run
cmd: >-
source ~/.agent-env && claude --dangerously-skip-permissions
"read ticket with attachments - {{ticket_url}}. if it fails, stop and report the error.
the description defines the scope — pages to test, features to verify, acceptance criteria.
review any attachments (screenshots, mockups) for expected visual state.
load skill packs for relevant modules.
work through the scope systematically — navigate, collect evidence, verify behavior.
{{hint}}
write one comment to the ticket with: results table (scope item | PASS/FAIL | notes), bugs found (repro steps, expected vs actual, severity, URL), and overall verdict: PASS 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_new_ticket.yaml. Agents invoke it directly via the MCP protocol or through the portal.