agentsclimarketplace

Bug evidence to issue

Skill StaryMoon/bug-evidence-to-issue-skill/skills/bug-evidence-to-issue

Agent Skill for sanitized, reproducible GitHub bug reports from logs and evidence.

Install
npx -y skills add StaryMoon/bug-evidence-to-issue-skill --skill bug-evidence-to-issue

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Package reproduction steps, expected and actual behavior, sanitized logs, screenshots, system details, and optional Git state into a reviewer-ready GitHub issue and evidence manifest. Use when Codex needs to report a bug without leaking tokens, passwords, private paths, authorization headers, or unrelated environment data.

SKILL.md

1.8 KB, as published. Nobody here has run it

Bug Evidence to Issue

Create a minimal reproducible report, not a data dump. Collect only evidence needed to reproduce the defect, sanitize it before review, and let the user inspect the final issue before posting.

Workflow

  1. Reproduce the bug once with the smallest known steps.
  2. Save relevant logs and screenshots in a task directory.
  3. Build the issue pack:
python3 scripts/build_bug_issue.py \
  --title "CLI exits after loading an empty config" \
  --steps steps.md \
  --expected "The default configuration is created." \
  --actual "The process exits with code 1." \
  --log app.log \
  --screenshot error.png \
  --output output/bug-issue
  1. Review sanitized/ and issue.md line by line. Search for private usernames, hostnames, paths, IDs, and business data that generic redaction cannot identify.
  2. Add repository-specific version and reproduction details.
  3. Ask the user before posting the issue to an external repository.

Quality rules

  • Never collect the full environment or home directory.
  • Redact secrets before copying logs into the output pack.
  • Include exact commands only when they are safe to publish.
  • Distinguish observed behavior from suspected cause.
  • Do not attach screenshots that contain private tabs, notifications, or account data.
  • Preserve original log files outside the public pack when forensic fidelity matters.

See references/redaction-policy.md for covered and uncovered data classes.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.