report-skill-bug

Files a Jira Task for broken Claude Code skills via the Atlassian MCP connection.

28|115|Updated Jan 28, 2025
One-click install
npx skills add https://github.com/mariadb-corporation/mariadb-docs --skill report-skill-bug-mariadb-corporation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: report-skill-bug
Source: https://github.com/mariadb-corporation/mariadb-docs/tree/main/.claude/skills/report-skill-bug
Command: npx skills add https://github.com/mariadb-corporation/mariadb-docs --skill report-skill-bug-mariadb-corporation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a Claude Code skill breaks mid-session, there is no structured way to log the failure. This Skill files a DOCS Jira Task labeled claude-skill-bug through the Atlassian MCP connection, so broken skills get tracked without opening a browser or leaving the terminal. ## Core Features & Use Cases - API-only ticket creation: Creates a Jira Task in the DOCS project via createJiraIssue with the claude-skill-bug label, no browser or clipboard involved. - Structured bug reports: Builds a description with skill name, environment details (Claude Code version, OS, shell), expected vs actual behavior, and a redacted transcript snippet. - Assignee resolution: Looks up the broken skill's owner from its frontmatter via lookupJiraAccountId, falling back to the current user, so tickets reach someone. - Use Case: A skill produces wrong output mid-session. You say "file a bug for jira-start", confirm the details, and receive a ticket URL like https://mariadbcorp.atlassian.net/browse/DOCS-1234. ## Quick Start Tell the AI "report a skill bug for <skill-name>" and confirm the expected versus actual behavior when asked.

Frequently Asked Questions about report-skill-bug

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

FAQPage Schema
How do I report a broken Claude Code skill?▼

Say "report a skill bug" or "file a bug for <skill>" and the Skill verifies the skill exists, gathers environment details, and creates a Jira Task via the Atlassian MCP connection. It returns the ticket URL when done.

How to file a Jira ticket from Claude Code without a browser?▼

This Skill creates tickets entirely through the Atlassian MCP connection using createJiraIssue against the mariadbcorp cloud instance. No browser, clipboard, or UI interaction is required at any step.

Does the DOCS Jira project have a Bug issue type?▼

No, the DOCS project has no Bug issue type. The Skill files a Task instead and tags it with the claude-skill-bug label so broken-skill reports remain filterable.

What happens if the Atlassian connection is offline?▼

If getAccessibleAtlassianResources does not show mariadbcorp, the Skill tells you to reconnect under your MariaDB account or file manually in DOCS with the claude-skill-bug label. It will not open a browser as a fallback.

Are secrets included in the Jira bug report?▼

No. Before sending, the Skill redacts API tokens, JWTs, Bearer strings, ATATT and glpat tokens, and absolute home paths from transcript snippets, replacing them with <REDACTED>.