CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/bug-report-template

Builds a well-formed bug (defect) report from raw observation notes - fills in summary, environment, steps to reproduce, expected vs actual, and severity rationale - and validates that each field has the load-bearing content reviewers and engineers need to triage. Also converts a single test-failure record (JUnit XML, Allure JSON, pytest log, Playwright report) into a classified, ready-to-file bug spec, and provides the adversarial review checklist that gates a report before it enters the tracker (required fields, single-description title test, severity-priority independence, reproduction quality). Use when a stakeholder reports a problem informally, when a CI failure artefact needs to become a triageable report, or when a drafted report needs a pre-filing quality audit.

81

0.88x
Quality

95%

Does it follow best practices?

Impact

80%

0.88x

Average score across 10 eval scenarios

SecuritybySnyk

High

Do not use without reviewing

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-4/

Nightly checkout suite went red and nobody has written it up

Problem Description

The nightly run of the checkout suite failed and the thread about it has been going since 07:00 without anyone filing anything. One engineer described the failure from memory in chat; the run's own result file is attached to the CI job and says something different from what he typed.

The team's rule is that a red nightly gets written up before standup so the owner can pick it up without opening the CI console. Nobody has done it, and the thread is now three people deep in speculation about a promo-code change from last sprint.

Whoever picks this up has to be able to re-run the exact failing case. The chat thread refers to "this morning's build on main", which is not something anyone can check out in two weeks' time.

Output Specification

  1. Write reports/checkout-suite-nightly.md for the owner who picks this up at standup.
  2. The document must let them re-run the failing case themselves, and must be accurate about what the run actually reported.
  3. Anything that would be needed for a re-run but is not in the attached files must be visible as such rather than approximated.

Out of scope: fixing the test, running anything, or investigating the promo-code theory.

Input Files

Extract the following files before beginning.

=============== FILE: artifacts/junit-checkout.xml ===============

Traceback (most recent call last): File "tests/checkout/test_promo.py", line 118, in test_stacked_promo_codes assert response.status_code == 201, f"expected status 201 but got {response.status_code}" File "app/checkout/orders.py", line 240, in apply_promotions raise PromoStackLimit(code=code.id) AssertionError

=============== FILE: inbox/ci-thread.md =============== #build-alerts — 2026-08-14

07:02 bot: nightly / checkout — FAILED (1 of 41) — run 90412 07:19 sam: checkout is red again, it says expected 200 got 500 on the promo test, pretty sure it's the same flake as last sprint 07:20 sam: it's on main, build from this morning 07:26 liang: didn't dana ship the stacking change last sprint? this smells like that 07:28 liang: did anyone run it locally 07:41 sam: not yet. it passed the run before this one fwiw 07:44 liang: someone write it up before standup please, I'm in interviews 08:02 dana: my change was behind a flag, not enabled on main afaik

SKILL.md

tile.json