Reference for the bug report
command in Genie, the AI-powered CLI companion.
bug report
command helps users save bug reports in the current repository. This command will generate a detailed bug report from your description of the bug. Genie will analyze the issue and generate a structured report with:
-p, --priority
: Sets the priority level of the bug report. Available options are:
low
: Minor issues that can be addressed latermedium
: Default priority for most bugshigh
: Urgent issues requiring immediate attention-s, --severity
: Indicates how severe the bug’s impact is. Options include:
low
: Minimal impact on functionalitymedium
: Default severity levelhigh
: Significant impact on core featurescritical
: System-breaking issues-c, --category
: Categorizes the type of bug. Common categories include:
ui
: User interface issuesbackend
: Server-side or database problemssecurity
: Security vulnerabilitiesperformance
: Speed or resource usage issues-a, --assignee
: Specifies the team member who should be assigned to investigate and fix the bug. Takes a username string as input.
-h, --help
: Displays help information about the bug report command and its usage.