Development
bug-reproduction-brief - Claude MCP Skill
Turn a vague, intermittent, or environment-specific bug report into a minimal evidence-backed reproduction before proposing a fix.
SEO Guide: Enhance your AI agent with the bug-reproduction-brief tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to turn a vague, intermittent, or environment-specific bug report into a minimal evidence-backed reprod... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Bug Reproduction Brief Use this skill when a bug report is incomplete, intermittent, environment-specific, or mixed with an assumed cause. The goal is to prove the smallest observable failure before diagnosis or repair begins. ## 1. Record the observed failure Capture the exact error, incorrect output, timestamp, affected route or command, and the smallest known input. Preserve relevant logs without secrets or personal data. Label second-hand descriptions as unverified. ## 2. Identify the environment Record only facts you can inspect: - repository and commit; - runtime and package-manager versions; - operating system or container; - dependency lockfile; - relevant feature flags; - whether the target is local, test, staging, or production. Never guess credentials or production configuration. ## 3. Separate expected from actual behaviour Write two explicit observable statements: ```text Expected: [observable result] Actual: [observable result, including status or error] ``` Do not put the suspected cause in either statement. ## 4. Reduce the reproduction Start from the reported path, then remove unrelated data, services, and steps one at a time. Keep the smallest fixture that still fails. If the failure stops, restore the last removed condition and record it. Prefer an isolated test, minimal script, or smallest safe request over reproducing against production. ## 5. Prove repeatability Run the minimal reproduction at least twice where safe. Record commands and outputs. If the failure is intermittent, report the observed frequency and duration instead of calling it deterministic. ## 6. Stop before repair A verified reproduction is the deliverable. Do not edit implementation code while building the brief because that can destroy the evidence or mix diagnosis with remediation. ## Output ```markdown # Bug Reproduction Brief - Target and commit: - Environment: - Expected: - Actual: - Minimal steps: - Minimal fixture: - Reproduced: yes / no / intermittent - Evidence: - Unknowns: - Safe next hypothesis to test: ``` ## Safety boundaries - Do not change production data merely to reproduce a bug. - Do not publish secrets, customer records, or private source. - Do not claim a root cause from correlation alone. - Use read-only or reversible discovery first. - Stop after a verified reproduction; diagnosis and repair are separate workflows. ## Example prompt ```text Use the Bug Reproduction Brief skill on the failing checkout test. Do not fix it yet. Reduce it to the smallest safe failing fixture and report the exact command evidence, expected result, actual result, and remaining unknowns. ``` ## Source and licence Adapted from the MIT-licensed workflow at https://github.com/skyestrela/ai-agent-skill-preview.
Signals
Information
- Repository
- github/awesome-copilot
- Author
- github
- Last Sync
- 9/6/2026
- Repo Updated
- 9/5/2026
- Created
- 7/30/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
firecrawl-build-onboarding
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
firecrawl-build
Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app — web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from the web in code, even if the user does not mention Firecrawl explicitly and only describes wanting web data, website content, search, scraping, or interaction in an application. Trigger for Firecrawl requests, "fire girl" shorthand, and generic app-level web-data needs that should map to `/scrape`, `/search`, or `/interact`. Do not use this skill for one-off terminal-only web tasks during the current session; use `firecrawl/cli` for those.
firecrawl-build-interact
Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, pagination, authentication-aware flows, or other multi-step interactions that plain `/scrape` cannot complete.
Related Guides
Mastering the Oracle CLI: A Complete Guide to the Claude Skill for Database Professionals
Learn how to use the oracle Claude skill. Complete guide with installation instructions and examples.
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Building Full-Stack Applications with Claude: The Node.js MongoDB JWT Express React Skill Guide
Learn how to use the nodejs mongodb jwt express react Claude skill. Complete guide with installation instructions and examples.