用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill feedback命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
WCAG accessibility analysis for color palettes including contrast ratios, compliance checking, and remediation suggestions. Use when user needs to verify colors meet accessibility standards.
Generate, analyze, compare, export, and suggest color palettes using color theory. Use when user asks about colors, palettes, color schemes, or needs help choosing colors for a project.
Research current color trends from Pantone, architecture, film, and design. Use when user asks about trending colors, popular palettes, or wants research-backed color inspiration.
基于 SOC 职业分类
正在显示 SKILL.md
| namespace | aiwg |
| name | feedback |
| platforms | ["all"] |
| description | Submit a bug report, feature request, or feedback to the AIWG GitHub repository — prefills system context automatically |
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.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
| 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 "..." |
When triggered:
Extract from conversation (if the user described the issue):
Run the appropriate command:
# 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 "..."
Report the result — confirm the issue was filed or provide the GitHub URL.
User: "aiwg doctor crashes when I run it in a new project — there's an unhandled error about missing .aiwg"
Extraction:
doctor crashes when .aiwg directory is missingAction:
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."
User: "I wish aiwg session could pass extra flags directly to the provider binary"
Extraction:
aiwg session: pass-through flags to provider binaryAction:
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"
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:
aiwg feedback
If the user's intent is ambiguous: