com um clique
com um clique
Create a feature request issue on GitHub
Run readiness checks, fix issues, and create a PR
Scaffold a new Neovate Desktop plugin across main, shared, and renderer
E2E test the Electron auto-updater with local builds, screen recording, and verification. Use when asked to "test auto update", "verify updater", or "record update demo". macOS only.
Sync COSS UI components from shadcn registry and fix imports to relative paths
| name | bug-report |
| description | Create a bug report issue on GitHub |
| disable-model-invocation | true |
Create a GitHub bug report issue for this project. Follow this process:
Auto-gather context before asking the user anything:
git log --oneline -10 and git diff --stat to understand recent changesUse AskUserQuestion tool to collect all info in one batch (up to 4 questions):
Format the information into a structured bug report with sections:
Show the formatted issue to the user and ask for confirmation
Create the issue using: gh issue create --title "[Bug]: <brief_summary>" --body "<formatted_body>" --label "bug"
If gh CLI is not available or not authenticated, inform the user how to set it up.