Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Help the user file a bug report or feature request for Nimbalyst. Activates when the user opens the in-app feedback flow or runs /feedback:bug-report or /feedback:feature-request. Coordinates evidence gathering, anonymization, and posting to GitHub Issues.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-07 | ✓→✗ | ▼ Worse | 210% | 0% |
| case-20 | ✓→✗ | ▼ Worse | -8% | 0% |
This skill is the entry point for the Nimbalyst in-app feedback flow. It activates when:
/feedback:bug-report slash command/feedback:feature-request slash commandsessionType: 'bug-report' or sessionType: 'feature-request'Read the matching command file:
commands/bug-report.md in this plugincommands/feature-request.md in this pluginBoth commands share these constraints:
mcp__nimbalyst-situational__feedback_open_github_issue without explicit user approval of the final title and body.mcp__nimbalyst-situational__feedback_anonymize_text first, then read the output and redact anything else that looks sensitive.Log gathering: allowed or Log gathering: not allowed; feature-request sessions may include UX mockup: requested or UX mockup: not requested. Only bug reports may read logs, and only when log gathering is allowed.reason: 'too-long'. Fall back to: show the body in chat, open a no-body URL, tell the user to paste.bug_report.yml; feature requests use feature_request.yml. Both target nimbalyst/nimbalyst. Don't hardcode the URL — let the URL builder handle template selection and field-id routing. The GitHub issue type (Bug / Feature) and status:needs-triage label come from the template frontmatter, not from the URL builder.mcp__nimbalyst-situational__feedback_anonymize_text(text) → returns anonymized stringmcp__nimbalyst-situational__feedback_get_environment() → app version, OS, recent error countsmcp__nimbalyst-situational__feedback_open_github_issue({ kind, title, body }) → opens GitHub new-issue page in browser, returns { ok, opened, reason?, url? }mcp__nimbalyst-extension-dev__get_main_process_logs({ lastLines, searchTerm, logLevel, component }) → only with consentmcp__nimbalyst-extension-dev__get_renderer_debug_logs({ lastLines, searchTerm, logLevel }) → only with consentOther measured skills in the registry, with their headline benchmark lift.