بنقرة واحدة
بنقرة واحدة
Create a bug report 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 | feature-request |
| description | Create a feature request issue on GitHub |
| disable-model-invocation | true |
Create a GitHub feature request issue for this project. Follow this process:
Auto-gather context before asking the user anything:
git log --oneline -10 to understand recent changesUse AskUserQuestion tool to collect all info in one batch (up to 4 questions):
Use AskUserQuestion tool to ask if this should be marked as "good first issue" (yes/no)
Format the information into a structured feature request with sections:
Show the formatted issue to the user and ask for confirmation
Create the issue using: gh issue create --title "[Feature Request]: <brief_summary>" --body "<formatted_body>" --label "enhancement" [--label "good first issue" if selected]
If gh CLI is not available or not authenticated, inform the user how to set it up.