smithery.ai

bug-triage-evidence

Triage bugs and package reproducible evidence cleanly (.dev artifacts, chapter figures, and README updates). Use when fixing a bug or mismatch vs expected results.

First seen Mar 23, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,592 B
  • docs SUMMARY.md 190 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Bug triage & evidence packaging

Use this skill when:

  • A simulation result looks wrong, plots mismatch expected figures, or a test fails.
  • You need to hand off a clear bug report to another engineer.

Workflow

  1. Reproduce
  • Write the minimal reproduction steps (command, script entrypoint, seed if relevant).
  • Capture expected vs actual behavior in 1–3 bullets.
  1. Create a bug bundle in .dev/

Create a folder:

  • .dev/bug-<short-slug>/

Include:

  • README.md containing:

- symptoms - reproduction steps - expected vs actual - suspected root cause (if any) - fix summary + verification steps

  • Any logs / short diffs / notes needed to validate.
  1. Figures
  • If the bug is chapter-specific: save plots in chX_*/figs/
  • If it's general debugging evidence: also copy or link into .dev/bug-<slug>/
  1. Update chapter README when relevant

If the bug affects a chX_*/README.md:

  • Add a short student-centric note:

- what was wrong - what was fixed - how to run the corrected example - reference the figure files you saved in chX_*/figs/

  1. Verification
  • Add/adjust tests under tests/ to prevent regression.
  • Re-run the minimal reproduction + full test suite if reasonable.

Output standard

A reviewer should be able to:

  • reproduce in <5 minutes
  • see the mismatch in one figure
  • see the fix rationale in one page