feedback
Submit a bug report, feature request, or feedback to the AIWG GitHub repository — prefills system context automatically
What this skill does
# AIWG Feedback Submit a bug report, feature request, doc gap, or general feedback to the AIWG GitHub repository. System context (version, OS, provider, installed frameworks) is collected and prefilled automatically. ## Triggers Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description): - "report a bug" → bug report - "something isn't working" → bug report - "aiwg is broken" → bug report with doctor output - "request a feature" → feature request - "this feature is missing" → feature request - "docs are wrong" / "doc gap" → documentation issue - "file an issue" → issue submission (type selection prompt) - "give feedback about aiwg" → general feedback ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Bug report | "report a bug with aiwg serve" | `aiwg feedback --type bug` | | Feature request | "request a feature for aiwg" | `aiwg feedback --type feature` | | Doc gap | "the docs for mcp inject are wrong" | `aiwg feedback --type doc` | | General | "I have feedback" | `aiwg feedback` | | With context | "file this as a bug: X" | Extract title/body, run `aiwg feedback --type bug --title "..." --body "..."` | ## Behavior When triggered: 1. **Extract from conversation** (if the user described the issue): - **Type**: bug | feature | doc | other - **Title**: short phrase summarizing the issue (max 80 chars) - **Body**: structured description of what happened, what was expected 2. **Run the appropriate command**: ```bash # Interactive (when type/title/body not clear from context) aiwg feedback # With extracted type aiwg feedback --type bug # Fully extracted from conversation aiwg feedback --type bug --title "doctor crashes when .aiwg missing" --body "Running aiwg doctor in a new project with no .aiwg directory causes an unhandled exception..." # Feature request aiwg feedback --type feature --title "add --watch flag to aiwg index build" --body "..." # Doc gap aiwg feedback --type doc --title "mcp inject workflow not documented" --body "..." ``` 3. **Report the result** — confirm the issue was filed or provide the GitHub URL. ## Examples ### Example 1: Bug from conversation **User**: "aiwg doctor crashes when I run it in a new project — there's an unhandled error about missing .aiwg" **Extraction**: - Type: bug - Title: `doctor crashes when .aiwg directory is missing` - Body: description from user message **Action**: ```bash aiwg feedback --type bug \ --title "doctor crashes when .aiwg directory is missing" \ --body "Running aiwg doctor in a project with no .aiwg directory causes an unhandled exception. Steps: 1) Create a new empty directory 2) Run aiwg doctor 3) Error occurs." ``` ### Example 2: Feature request from conversation **User**: "I wish aiwg session could pass extra flags directly to the provider binary" **Extraction**: - Type: feature - Title: `aiwg session: pass-through flags to provider binary` - Body: description from user message **Action**: ```bash aiwg feedback --type feature \ --title "aiwg session: pass-through flags to provider binary" \ --body "Would be useful to be able to pass provider-specific flags through aiwg session, e.g. aiwg session -- --verbose" ``` ### Example 3: Ambiguous — ask **User**: "I have some feedback" **Clarification prompt**: "What's the feedback about? (Bug you found, feature you'd like, or something else?)" Then run interactively: ```bash aiwg feedback ``` ## Clarification Prompts If the user's intent is ambiguous: - "Is this a bug you found, a feature you'd like, or something else?" - "Can you describe what you expected vs what happened?" - "Which aiwg command or feature is this about?" ## References - @$AIWG_ROOT/src/cli/handlers/feedback.ts — Feedback command handler - @$AIWG_ROOT/docs/cli-reference.md — CLI reference (feedback section) - GitHub Issues: https://github.com/jmagly/aiwg/issues
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.