bug-reporting-excellence

Create structured bug reports with reproduction steps and environment details.

436|78|Updated Sep 11, 2025
One-click install
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill bug-reporting-excellence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-reporting-excellence
Source: https://github.com/proffesor-for-testing/agentic-qe/tree/main/.claude/skills/bug-reporting-excellence
Command: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill bug-reporting-excellence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to bug reporting, ensuring clear reproduction steps, context, evidence, and a path to resolution.

Core Features & Use Cases

  • Bug report template: high-quality reports with consistent format
  • Evidence capture: logs, screenshots, and environment details
  • Triage readiness: rapid severity assessment and assignment
  • Reproduction clarity: precise steps to reproduce

Quick Start

Write a bug report with a clear title, detailed steps, environment details, and attach relevant logs and screenshots.

Frequently Asked Questions about bug-reporting-excellence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a bug report that developers will actually fix?

A bug report that gets fixed fast includes clear reproduction steps, your environment details (OS, browser, version), the exact behavior observed, and expected behavior. Attach logs and screenshots as evidence, specify severity, and describe business impact. One bug per report ensures focused triage and faster resolution.

What should I include in reproduction steps for a bug report?

Reproduction steps must be precise and numbered, starting from a known state. Include the exact actions taken, data entered, and conditions present when the bug occurred. Environment details—OS, application version, browser, configuration—let developers match your setup. Add logs and screenshots showing the failure point.

Why does a bug report need environment and log information?

Environment details and logs are evidence that developers need to diagnose bugs without guessing. Logs show what the system was doing when the failure occurred; environment info prevents false reports from version or configuration mismatches. Together they reduce triage time and speed up fixes.

How do I determine severity when reporting a bug?

Severity depends on business impact: critical bugs block key workflows or cause data loss; high-severity bugs degrade performance or affect many users; low-severity bugs are cosmetic or rare edge cases. State the impact clearly—how many users are affected and what work is blocked—so triage teams assign priority accurately.

Can I report multiple issues in a single bug report?

No. One bug per report is essential for fast fixes. Multiple issues create ambiguity about severity, reproduction steps, and root cause, slowing triage and delaying resolution. Report each issue separately with its own evidence and steps.