reporting-bugs

reporting-bugs is a skill for Claude Code from jaktestowac/awesome-copilot-for-testers. It costs 53 tokens per session (944 once invoked), scanned A, original, MIT.

A method for turning rough tester observations, screenshots, logs, or console output into clear defect reports.

In plain words
What is it for?
It helps document what happened, how to reproduce it, what evidence exists, how severe the impact is, and which details remain uncertain.
Why use it?
It makes vague or intermittent problems easier for developers to reproduce and prioritise without guessing at the cause.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit It helps document what happened, how to reproduce it, what evidence exists, how severe the impact is, and which details remain uncertain.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaktestowac/awesome-copilot-for-testers/reporting-bugs
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 jaktestowac/awesome-copilot-for-testers --skill reporting-bugs
Clone the repo
git clone --depth 1 https://github.com/jaktestowac/awesome-copilot-for-testers

Made for: Claude Code.

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 reporting-bugs

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaktestowac/awesome-copilot-for-testers/reporting-bugs.svg)](https://agentmods.dev/skills/jaktestowac/awesome-copilot-for-testers/reporting-bugs)
Your own site
<a href="https://agentmods.dev/skills/jaktestowac/awesome-copilot-for-testers/reporting-bugs"><img src="https://agentmods.dev/badge/skills/jaktestowac/awesome-copilot-for-testers/reporting-bugs.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 944 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 pass 7 Sept 2026
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.00053 $0.00944
Opus 5 $0.00026 $0.00472
Sonnet 5 $0.00011 $0.00189
Haiku 4.5 $0.00005 $0.00094

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

Security

Grade A, and why

reporting-bugs 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 8d 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.

plugins/reporting-bugs/skills/reporting-bugs/SKILL.md · 127 lines

How it starts

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

Reporting Bugs

Use this skill to turn messy observations into bug reports that developers can actually act on. It is optimized for reproducibility, evidence quality, and clean communication rather than speculative root-cause analysis.

When to Use

  • write a bug report from rough notes or screenshots
  • normalize findings from exploratory testing
  • triage an intermittent or hard-to-reproduce issue
  • rewrite a vague defect description into a developer-ready report
  • capture product, accessibility, or automation defects in a consistent format

Reporting Rules

  • Observation first - describe what happened before discussing why it may have happened.
  • Reproduction beats opinion - a calm, reproducible report is worth more than a dramatic summary.
  • Evidence should travel with the bug - attach logs, screenshots, recordings, payloads, or selectors when available.
  • Severity follows impact - grade the issue by user or business impact, not by frustration level.
  • Unknowns stay visible - if confidence is low, say so clearly instead of bluffing.

Workflow

Phase 0: Gather the raw material

Collect what exists today:

  • short summary of the problem
  • environment and build details
  • preconditions or setup state
  • reproduction steps or triggering actions
  • actual result
  • expected result
  • evidence such as screenshots, traces, logs, payloads, or timestamps

If critical pieces are missing, ask only for what is needed to make the report actionable.

Phase 1: Normalize the reproduction story

Reduce the issue to a clean sequence:

  1. starting state
  2. user action or system trigger
  3. observable result
  4. expected result

If the issue is intermittent, capture the pattern explicitly:

  • always
  • sometimes
  • seen once
  • not reproduced yet

Phase 2: Classify the issue

Give the bug enough metadata to route it correctly.

Suggested dimensions:

  • Category - functional, data, auth, performance, accessibility, automation, or integration
  • Severity - use ./resources/severity-matrix.md
  • Confidence - confirmed, likely, or suspected
  • Reproducibility - always, intermittent, once, or unknown

Read the full file on GitHub · 127 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 127 lines · 53 tokens per session scan A 12b47c108e70

Subscribe to this mod's changes

reporting-bugs is a skill published in the GitHub repository jaktestowac/awesome-copilot-for-testers (113 stars, last pushed 13d ago), licensed MIT. It adds 53 tokens to every session and 944 once invoked, about $0.0003 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.