logs-repro-harness

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "logs-repro-harness" with this command: npx skills add pilinux/gorest/pilinux-gorest-logs-repro-harness

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

  • Minimal repro: 1-3 commands.

  • Observed output: first actionable error or stack lines.

  • Hypotheses: 1-3 candidates with next probe commands.

Examples

  • "Test X passes locally but fails in CI" - compare env vars, capture output diff.

  • "Intermittent timeout in Redis test" - isolate with CONNTTL tuning and retry logic.

Related Skills

  • test-runner , fix-suggester , config-loader-helper

References

  • logs/ directory, setTestEnv.sh , AGENTS.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

fix-suggester

No summary provided by upstream source.

Repository SourceNeeds Review
General

build-run

No summary provided by upstream source.

Repository SourceNeeds Review
General

ci-orchestrator

No summary provided by upstream source.

Repository SourceNeeds Review
General

config-loader-helper

No summary provided by upstream source.

Repository SourceNeeds Review