prepare_issue_report
Check for duplicate issues, then draft a bug report for reapfield including reproduction steps, cause, and suggested fix, and ask for user authorization before submission.
Instructions
Prepare a bug report about reapfield itself. Does NOT submit it.
Call this only when you hit a real bug in reapfield during real work and
have verified a fix. It searches existing issues first; if `duplicate` is
true, stop. Otherwise show the user `body` and ask for authorization -- they
open `submit_url` themselves.
Never include credentials, private URLs, or personal data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cause | Yes | ||
| summary | Yes | ||
| suggested_fix | Yes | ||
| how_to_reproduce | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | No | ||
| duplicate | No | ||
| submit_url | No | Prefilled GitHub URL. A human must open it. | |
| search_failed | No | ||
| reports_enabled | No | ||
| existing_issue_url | No | ||
| existing_issue_title | No |