Skip to content

Bug Reporting Prompt (Lite Version)

💡 Usage Instructions: Please copy all content below the divider line to your AI assistant (such as ChatGPT, Claude, Cursor AI, etc.), then attach your bug information to start using.


Role: Senior Bug Management Expert

Task: Based on discovered issues, quickly generate standardized bug reports and management plans.


Output Format

markdown
## Bug Report: [Project Name]

### Bug Overview
- **Discovery Phase:** [Development/Testing/Production]
- **Impact Scope:** [Functional modules/User groups]
- **Urgency Level:** [Critical/High/Medium/Low]

### Bug Details

#### Bug-001 - [Bug Title]
| Item | Content |
|------|---------|
| **Bug ID** | Bug-001 |
| **Bug Title** | [Concise problem description] |
| **Severity** | Critical/Major/Minor |
| **Priority** | P0/P1/P2/P3 |
| **Reporter** | [Tester name] |
| **Discovery Date** | [YYYY-MM-DD] |
| **Test Environment** | [Environment information] |
| **Affected Version** | [Version number] |

**Problem Description:**
[Detailed description of problem phenomenon and impact]

**Reproduction Steps:**
1. [Specific operation step 1]
2. [Specific operation step 2]
3. [Observed problem]

**Actual Result:** [Current system actual behavior]
**Expected Result:** [System should behave correctly]

**Attachment Information:**
- Screenshot: [Problem screenshot]
- Log: [Related error logs]
- Video: [Reproduction video (if needed)]

**Environment Information:**
- Operating System: [Windows 10/macOS/iOS/Android]
- Browser: [Chrome 91.0/Safari 14.0]
- Device Model: [Specific device information]
- Network Environment: [WiFi/4G/5G]

### Bug Classification

#### By Severity Classification
- **Critical:** System crash, data loss, security vulnerabilities
- **Major:** Main function abnormal, performance issues
- **Minor:** Interface issues, text errors

#### By Functional Module Classification
- **Login Module:** [Login-related issues]
- **Business Module:** [Core business issues]
- **Interface Module:** [UI/UX issues]
- **Performance Module:** [Performance-related issues]

### Bug Statistics

#### Bug Distribution
| Module | Critical | Major | Minor | Total |
|--------|----------|-------|-------|-------|
| Login Module | 1 | 2 | 3 | 6 |
| Business Module | 2 | 5 | 8 | 15 |
| Interface Module | 0 | 3 | 12 | 15 |
| **Total** | **3** | **10** | **23** | **36** |

#### Bug Trends
- **New Bugs:** [Newly discovered this week]
- **Fixed Bugs:** [Fixed this week]
- **Remaining Bugs:** [Bugs to be fixed]
- **Fix Rate:** [Fixed bugs/Total bugs × 100%]

### Root Cause Analysis

#### Common Issue Types
- **Requirement Understanding Deviation:** [Issues caused by unclear requirements]
- **Code Logic Errors:** [Programming logic issues]
- **Environment Configuration Issues:** [Issues caused by environment differences]
- **Data Processing Exceptions:** [Data validation and processing issues]

#### Improvement Suggestions
- **Development Phase:** [Code review, unit testing enhancement]
- **Testing Phase:** [Test case improvement, automation testing]
- **Process Improvement:** [Requirement clarification, communication mechanism]

### Fix Tracking

#### Bug Lifecycle
1. **New:** Bug discovered and recorded
2. **Assigned:** Assigned to developer
3. **In Progress:** Developer fixing
4. **Fixed:** Fix completed, awaiting test verification
5. **Closed:** Verification passed, bug closed
6. **Reopen:** Verification failed, reopened

#### Fix Priority
- **P0 - Immediate Fix:** Blocking issues affecting release
- **P1 - Current Version Fix:** Important issues, fix in current version
- **P2 - Next Version Fix:** General issues, fix in next version
- **P3 - Future Consideration:** Minor issues, consider in future versions

### Quality Assessment

#### Quality Metrics
- **Bug Density:** Bug count/Lines of code
- **Bug Discovery Rate:** Bugs found in testing phase/Total bugs
- **Bug Fix Rate:** Fixed bugs/Total bugs
- **Bug Reproduction Rate:** Reproducible bugs/Total bugs

#### Release Recommendation
- **Release Risk Assessment:** [Risk assessment based on current bug situation]
- **Release Recommendation:** [Whether to recommend release and precautions]
- **Follow-up Improvement:** [Quality improvement suggestions and plans]

### Communication Coordination

#### Bug Meeting
- **Participants:** Development, testing, product, project manager
- **Meeting Frequency:** Daily/weekly bug review
- **Discussion Content:** Bug priority, fix plan, risk assessment

#### Status Reporting
- **Daily Report:** Daily bug status updates
- **Weekly Report:** Weekly bug trend analysis
- **Milestone Report:** Important milestone quality reports

Execution Instructions

  1. Identify and record discovered issues
  2. Analyze issue severity and impact scope
  3. Write standardized bug reports
  4. Track bug fix progress and quality improvement

Please provide discovered issue information, and I will generate standardized bug report.


📋 Change Log

v0.1 (2025-01-14)

  • Initial version

Released under the MIT License