Skip to content

Discover Workflows

Curated browser automation and debugging playbooks you can run today

DISCOVER WORKFLOWS

Agent workflows for automation, debugging, demos, and QA

Explore reusable Gasoline playbooks. Search by outcome, filter by category, and sort by recency or impact.

Showing 12 of 12 workflows

Automation 4-9 min

Browser Automation Smoke

Use robust selector flows for smoke checks against critical funnels and collect screenshot evidence on failure.

  • interact(navigate)
  • interact(click/type)
  • observe(errors)
Updated 2026-03-03 Open guide
Reliability 6-9 min

Performance Regression Scan

Track and compare web vitals snapshots to detect regressions and surface likely offending changes quickly.

  • analyze(performance)
  • baseline diff
  • trace-ready evidence
Updated 2026-03-02 Open guide
Debugging 4-8 min

Autonomous Error Loop

Watch console, network, and WebSocket failures together, patch code, refresh, and verify the fix in one run.

  • observe(errors)
  • observe(network_bodies)
  • interact(refresh)
Updated 2026-03-01 Open guide
Demo Recording 5-10 min

Replay to Playwright Test

Record a real user flow and generate deterministic Playwright tests with assertions and optional fixtures.

  • configure(recording_start)
  • generate(reproduction)
  • assertion scaffolding
Updated 2026-02-28 Open guide
Demo Recording 3-7 min

Demo Readiness Check

Run scripted click-throughs with visual captures and failure evidence so product demos stay stable under pressure.

  • interact(batch)
  • observe(screenshot)
  • error bundles
Updated 2026-02-27 Open guide
Quality 5-11 min

Security Redaction Audit

Audit captured traffic for leaked secrets, missing headers, and risky patterns with exportable findings.

  • analyze(security)
  • redaction checks
  • SARIF export
Updated 2026-02-26 Open guide
Quality 6-12 min

API Contract Watchdog

Capture real API traffic and validate payload shape, status expectations, and endpoint drift before release.

  • analyze(api_validation)
  • observe(network_waterfall)
  • generate(sarif)
Updated 2026-02-25 Open guide
Debugging 7-14 min

WebSocket Incident Replay

Trace reconnect storms and message drops with timeline context to isolate backend and client failure boundaries.

  • observe(websocket_events)
  • timeline correlation
  • state snapshots
Updated 2026-02-24 Open guide
Interactive Development 2-6 min

Interactive DOM Triage

Query live DOM state, inspect computed styles, and resolve selector ambiguity directly from natural language.

  • interact(query)
  • analyze(dom)
  • selector diagnostics
Updated 2026-02-23 Open guide
Automation 8-15 min

UAT Walkthrough Capture

Capture PM-led acceptance flows, preserve each interaction, and convert into repeatable checks for release gates.

  • recording capture
  • playback verification
  • release evidence
Updated 2026-02-22 Open guide
Quality 4-8 min

Accessibility Sweep

Run WCAG scans, inspect violations in context, and generate issue reports your team can triage fast.

  • analyze(accessibility)
  • annotation detail
  • report generation
Updated 2026-02-21 Open guide
Debugging 3-6 min

Noise-aware Observability

Reduce recurring console noise with rules so high-signal errors stand out during incident response.

  • configure(noise_rule)
  • observe(logs)
  • persistent filters
Updated 2026-02-20 Open guide