AgentStack
SKILL verified MIT Self-run

Qa To Engineering Brief

skill-joelbrilliant-agentic-delivery-skills-qa-to-engineering-brief · by joelbrilliant

Converts bug reports, screenshots, user panic, QA notes, and vague complaints into durable engineering briefs. Use when turning observed failures into reproducible issues with severity, expected behaviour, evidence, scope, owner, and acceptance tests.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-joelbrilliant-agentic-delivery-skills-qa-to-engineering-brief

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Qa To Engineering Brief? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

QA to Engineering Brief

Overview

Use this skill when a bug report is too vague for a builder but too real to ignore.

The output is not a diagnosis essay. It is a brief a builder can execute and a reviewer can verify.

When to Use

  • User reports something broken.
  • Screenshot shows confusing UI state.
  • QA notes are scattered across chat.
  • A bug seems intermittent.
  • A failing workflow needs reproduction steps.
  • You need to turn panic into an engineering slice.

Brief Structure

# [Short bug title]

## User-visible problem
[What the user experienced]

## Expected behaviour
[What should happen]

## Actual behaviour
[What happened]

## Evidence
[Screenshots, logs, run IDs, URLs, files, timestamps]

## Reproduction steps
1.
2.
3.

## Scope
In:
Out:

## Suspected area
[Files, services, components, data path]

## Severity
HIGH / MEDIUM / LOW with rationale

## Acceptance criteria
- [ ] Behaviour fixed
- [ ] Regression test added
- [ ] Runtime/browser/API proof captured

## Required verification
[Exact tests and smoke checks]

## Owner / role
[Builder or triage owner]

Severity Guide

HIGH:

  • data loss;
  • security or permission breach;
  • payment/money/account impact;
  • production feature structurally inert;
  • user cannot complete core workflow.

MEDIUM:

  • important workflow degraded;
  • no regression test catches plausible failure;
  • misleading user-facing state;
  • recoverable but costly failure.

LOW:

  • minor UX issue with no workflow break;
  • copy/visual defect;
  • small edge case with clear workaround.

Evidence Rules

  • Screenshots need a timestamp or context.
  • Logs need file/source and relevant lines.
  • User quotes are evidence of perception, not root cause.
  • Reproduction steps must be concrete enough for another agent.
  • If you cannot reproduce, say what was tried and what remains unknown.

Anti-patterns

  • "It feels broken" with no expected behaviour.
  • Starting with suspected code before user impact.
  • Filing a giant omnibus bug.
  • Severity based on emotion instead of regression impact.
  • Acceptance criteria that say "fix it".

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.