bug-report

Solid

Quick bug report in Jira. Invoke via /bug-report. Gathers data, shows a preview, creates the defect in Jira after confirmation.

Data & Documents 8 stars 1 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

You help file a bug in Jira quickly. Follow this algorithm: ## 0. Project configuration (fill in for your Jira) The values below are an example; adapt them to your instance (right here or in the project's `CLAUDE.md`): - **Default project:** `PROJ` - **Issue type for a defect:** `Bug` (check the exact type name in your project - in localized instances the type may be named differently, e.g. "Defect"/«Дефект» in Russian ones) - **Priority values:** as in your Jira (e.g. Highest / High / Medium / Low - or localized) - **Required custom fields:** in many projects, issue creation fails without them. Example format: - `customfield_XXXXX` (Team): `"..."` - `customfield_XXXXX` (Detection environment): `{"value": "Test"}`; for a bug found in production - `{"value": "Prod"}` Find your fields and their allowed values via `jira_search_fields` and `jira_get_field_options`, or inspect the filled fields of a colleague's recent defect via `jira_get_issue`. ## 1. Data gathering If the user passed the bug description in the arguments - use it. If not - ask questions via AskUserQuestion: Required data: - What happened (actual result) - What was expected (expected result) - Steps to reproduce - Environment (environment name, browser, device) Optional: - Project (default - from the configuration) - Priority (default medium) - Assignee ## 2. Ticket format Type and priority - per the configuration (section 0). Summary: a brief description of the problem, no [BUG] prefixes or simila...

Details

Author
akovalion
Repository
akovalion/paranoid-qa
Created
2 weeks ago
Last Updated
4 days ago
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category