logs-repro-harness

Installation
SKILL.md

Logs Repro Harness

When to Use

  • An issue is flaky, hard to reproduce locally, or depends on environment configuration.

Responsibilities

  • Produce the smallest reproducible commands that trigger the failure.
  • Capture key log lines, stack traces, and environment differences needed to reproduce.
  • Provide targeted probes to distinguish root-cause hypotheses.

Rules

  • Never request or reveal secrets.
  • Use source setTestEnv.sh when environment variables are required.
  • Prefer go test -run <TestName> <pkg> for focused reproduction.

Output

Related skills
Installs
7
Repository
pilinux/gorest
GitHub Stars
494
First Seen
Mar 2, 2026