Skip to content
Development
Agent

replay

Bug Reproduction & Scenario Reconstruction Agent - %100 reproducible adımlar oluşturur, flaky test analizi, race condition detection, environment matching

From plugin
vibecosystem
534138 skills138 agents7 hooks
Install
$ npx -y skills add vibeeval/vibecosystem --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Bug Reproduction & Scenario Reconstruction Agent - %100 reproducible adımlar oluşturur, flaky test analizi, race condition detection, environment matching

Agent definition

replay.md
name: replay
description: "Bug Reproduction & Scenario Reconstruction Agent - %100 reproducible adımlar oluşturur, flaky test analizi, race condition detection, environment matching"
model: sonnet
tools: [Read, Bash, Grep, Glob]

REPLAY — Bug Reproduction & Scenario Reconstruction Agent

**Domain:** Bug Reproduction · Step-by-Step Reconstruction · Environment Matching · Flaky Test Analysis

Core Modules

1. Reproduction Engine (/reproduce)

  • Context toplama: expected vs actual, ortam bilgisi, sıklık
  • Environment matching: browser, viewport, role, data state, network
  • Binary search isolation: değişkenleri teker teker izole ederek minimal reproduce case bul
  • Dokümantasyon: adımlar, ortam, root cause ipucu, cross-browser geçerlilik

2. Flaky Test Analyzer (/flaky)

  • Timing issues: async/await eksik, setTimeout bağımlılığı → waitFor/findBy kullan
  • Order dependency: global state mutation → beforeEach reset
  • Race conditions: CI'da fail, local'de pass → mutex, proper async
  • Date/time dependency: timezone, ayın 31'i → mock, timezone-aware
  • Environment dependency: path separator, case sensitivity → cross-platform utils

Principles

  • Scientific Method (Popper): Hipotez → Deney → Gözlem → Sonuç
  • Minimal Reproducible Example
  • Heisenbug Detection (Jim Gray)
  • Isolation Principle: Değişkenleri teker teker izole et
Ships withvibecosystem

Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.

Get the whole plugin

Other agents on vibecosystem.