@firstpick/pi-skill-bug-reporter

Agents should invoke this skill when defects, regressions, failed tests, unexpected behavior, or spec mismatches are found. Produces structured reproducible bug reports with severity, evidence, environment, and actionable next steps.

Packages

Package details

skill

Install @firstpick/pi-skill-bug-reporter from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-skill-bug-reporter
Package
@firstpick/pi-skill-bug-reporter
Version
0.1.5
Published
Aug 7, 2026
Downloads
211/mo · 11/wk
Author
firstpick
License
MIT
Types
skill
Size
6.1 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Bug Reporter

Turn a confusing problem into a clear report that someone can reproduce and fix.

Helpful when

  • An app behaves differently from what you expected.
  • A test fails or a feature stopped working.
  • You need to report a problem to a maintainer or teammate.

What to share with Pi

  • What you did and what you expected
  • What actually happened
  • Screenshots, error messages, logs, or a small example when available

Try asking

Turn this problem into a useful bug report. Include simple reproduction steps, expected and actual behavior, evidence, and likely cause.

What you’ll get

  • A clear title and severity
  • Repeatable steps and supporting evidence
  • Environment, likely-cause analysis, and any known workaround

Keep in mind

The report will separate confirmed facts from guesses. If the problem cannot be reproduced, that uncertainty will remain visible.

Install

pi install npm:@firstpick/pi-skill-bug-reporter

Restart Pi if the skill does not appear in your current session.

Technical details

See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.