jira-bug-reporter

jira-bug-reporter is a skill for Claude Code from reatlat/fullstory-claude-plugin. It costs 48 tokens per session (1,143 once invoked), scanned A, original, MIT.

A tool for turning evidence from Fullstory user-session recordings into structured Jira bug reports. Fullstory records how people use a website, while Jira tracks issues for engineering teams.

In plain words
What is it for?
Document bugs from session evidence, include session links and technical details, and produce a report ready to paste into Jira or create through a Jira integration.
Why use it?
It gathers scattered details such as errors, pages, devices, timestamps, and reproduction steps into a report an engineer can act on.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the fullstory-claude-plugin plugin — 46 skills, 3 agents, 1 MCP server shipped together

Good fit Document bugs from session evidence, include session links and technical details, and produce a report ready to paste into Jira or create through a Jira integration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reatlat/fullstory-claude-plugin/jira-bug-reporter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add reatlat/fullstory-claude-plugin --skill jira-bug-reporter
Clone the repo
git clone --depth 1 https://github.com/reatlat/fullstory-claude-plugin

Made for: Claude Code.

Or install fullstory-claude-plugin, the plugin that ships this one along with the rest of its 46 skills, 3 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jira-bug-reporter

README.md
[![agentmods](https://agentmods.dev/badge/skills/reatlat/fullstory-claude-plugin/jira-bug-reporter/github.svg)](https://agentmods.dev/skills/reatlat/fullstory-claude-plugin/jira-bug-reporter)
Your own site
<a href="https://agentmods.dev/skills/reatlat/fullstory-claude-plugin/jira-bug-reporter"><img src="https://agentmods.dev/badge/skills/reatlat/fullstory-claude-plugin/jira-bug-reporter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jira-bug-reporter

Your own site · 80×15
<a href="https://agentmods.dev/skills/reatlat/fullstory-claude-plugin/jira-bug-reporter"><img src="https://agentmods.dev/badge/skills/reatlat/fullstory-claude-plugin/jira-bug-reporter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,143 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 110
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.01143
Opus 5 $0.00024 $0.00571
Sonnet 5 $0.00010 $0.00229
Haiku 4.5 $0.00005 $0.00114

Measured 12d ago against content hash cf3a68a7ba21, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

jira-bug-reporter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/jira-bug-reporter/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jira Bug Reporter

Turn session evidence into detailed bug reports — auto-populated with session URLs, error messages, device info, stack traces, and reproduction steps.

When to Use

  • "File a bug for the checkout error we just found"
  • "Create a Jira ticket from this rage-click session"
  • "Write up the TypeError on /dashboard as a bug report"
  • "Report the mobile Safari checkout issue to the engineering team"

Mental Model

You have raw data from Fullstory — session URLs, error messages, timestamps, device info — and you need to turn it into a structured bug report an engineer can act on. The skill formats everything, then the user pastes it into Jira (or you output it as a markdown block ready to copy).

If the user has Jira MCP or a Jira API integration, you can create the ticket directly. Otherwise, you produce a formatted report they can copy-paste.

Workflow

Step 1: Gather evidence

Before writing the report, collect everything:

From error-forensics or frustration-hunter:

  • Error message and stack trace
  • Page URL where it occurred
  • Device and browser (with versions if available)

From session-review:

  • Session URL (most important — engineer can watch the replay)
  • Timestamp of the error/frustration event
  • Screenshots from session_view showing the UI at failure
  • What the user did before the error (reproduction steps)
  • What happened after (did they retry? abandon? work around it?)

From user context:

  • How many users are affected? (from get_opportunity_stats or compute_metric)
  • Is this a new regression or an existing issue?
  • Severity: cosmetic, functional, or data-loss?

Step 2: Classify severity

Severity Definition Example
P0 – Critical Data loss, security, complete outage Checkout broken for all users
P1 – High Core functionality broken for many users Rage-click on primary CTA, 400+ users
P2 – Medium Feature broken for some users Error on settings page, Safari-only, 50 users
P3 – Low Cosmetic issue, edge case Dead click on rarely-used icon, 5 users
P4 – Trivial Visual polish, nice-to-have Alignment issue on mobile, no functional impact

Read the full file on GitHub · 111 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 111 lines · 48 tokens per session scan A cf3a68a7ba21

Subscribe to this mod's changes

jira-bug-reporter is a skill published in the GitHub repository reatlat/fullstory-claude-plugin (62 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 1,143 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

asc-submission

Prepare an app for App Store submission or TestFlight distribution using the App Store Connect MCP server. Use when user says "prepare submission", "submit to app store", "prepare for review", "update metadata", "set what's new", "check submission readiness", "distribute to testflight", or wants to manage App Store…

markdavidgan/apple-dev-skills · 78 tokens

reviewcourt

A review tool for completed Tencent Meeting requirements or technical-plan meetings. It turns the meeting notes and transcript into a verdict, such as approved, conditionally approved, rejected, or lacking enough information.

Chris1Wang3/Idea-on-Trial · 150 tokens

pm-requirement-review-simulator

A rehearsal for reviewing a product requirements document, or PRD—a written description of what a product or feature should do. Five cross-functional roles challenge the requirements before the real meeting.

Chris1Wang3/Idea-on-Trial · 78 tokens

scan-projects

A skill that searches a configured directory for software projects and writes the results to projects-list.md. It recognises common project files, Git repositories, and Docker configuration files.

jasonChen0604/codebase-to-portfolio · 63 tokens

batch-init

An automation for finding software projects whose documentation is missing or out of date, then initializing those documents in batches. A batch is a group processed together, with no more than three projects handled at once.

jasonChen0604/codebase-to-portfolio · 57 tokens

drupal-contribute

Full drupal.org contribution workflow — create an issue and set up a merge request together. Invoke when user wants to contribute to a Drupal module, says "contribute to drupal.org", "create a drupal.org issue and MR", or uses /drupal-contribute. Requires user interaction at two manual steps (CAPTCHA-protected issue…

kanopi/cms-cultivator · 101 tokens