bug-report-template

Generates markdown bug report templates with investigation and testing;checklists for Claude Code enhancement workflows.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/AEtherlight-ai/lumina --skill bug-report-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-report-template
Source: https://github.com/AEtherlight-ai/lumina/tree/main/.claude/skills/bug-report-template
Command: npx skills add https://github.com/AEtherlight-ai/lumina --skill bug-report-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates comprehensive, ready-to-use bug report templates to accelerate issue creation and ensure consistency.

Core Features & Use Cases

  • Template Generation: Produces a markdown-formatted bug report template with sections for description, steps, environment, and testing.
  • Investigation & Testing Prompts: Includes checklists and references to related patterns.
  • Claude Code Enhancement: Provides prompts to extend templates with Claude Code.

Quick Start

Type: /bug-report-template --title="Login fails" --severity=High

Frequently Asked Questions about bug-report-template

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

FAQPage Schema
How do I create a structured bug report template for my team?

Bug report templates standardize issue documentation by collecting essential details—title, severity, component, description, steps to reproduce, expected versus actual behavior, and context—into a markdown format. This Skill generates ready-to-use templates via command or enhancement workflow to ensure consistency across bug reports.

What sections should a bug report include?

A comprehensive bug report template includes title, severity level, affected component, detailed description, step-by-step reproduction instructions, expected behavior, actual behavior, environment context, investigation checklists, and testing prompts. This Skill generates all sections pre-formatted in markdown.

Can I automate bug report creation in my Claude Code workflow?

Yes. This Skill integrates with Claude Code enhancement workflows via the enhancement button or direct command. Pass parameters like title and severity to generate a complete markdown template with investigation checklists and pattern references (Pattern-TDD-001, Pattern-BUG-FIX-001, Pattern-GIT-001) instantly.

How does this template speed up issue tracking?

Pre-structured templates eliminate formatting decisions and missing fields, reducing time spent on report creation. The Skill applies parameter handling, default fallbacks, and timestamping automatically, producing investigation and testing checklists that guide faster resolution.

Does this work with markdown-based issue systems?

Yes. This Skill generates output in markdown format, compatible with markdown-based documentation, version control systems, and issue trackers that accept markdown templates. Output includes formatted sections ready to copy into your tracking system.

What happens if I don't provide all parameters?

The Skill applies default fallbacks for unprovided parameters, ensuring a valid template is always generated. Required fields like title can be specified via command flags; missing values use sensible defaults to produce a complete, usable bug report template.