用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Arete-Consortium/ai-skills --skill issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | issue |
| description | GitHub Issue Creator |
| lifecycle | experimental |
Generate well-structured GitHub issues from descriptions.
/issue bug: App crashes when clicking save
/issue feature: Add dark mode support
/issue --template bug # Use bug template
/issue --template feature # Use feature template
## Bug Description
Clear description of what the bug is.
## Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. See error
## Expected Behavior
What should happen.
## Actual Behavior
What actually happens.
## Environment
- OS: Ubuntu 22.04
- Python: 3.11
- Version: 1.2.3
## Screenshots/Logs
Error traceback here
## Additional Context
Any other relevant information.
## Feature Description
Clear description of the feature.
## Problem It Solves
What problem does this address?
## Proposed Solution
How should this work?
## Alternatives Considered
Other approaches you've thought about.
## Additional Context
Mockups, examples, or references.
# Create issue
gh issue create --title "Title" --body "Body" --label "bug"
# Create with template
gh issue create --template bug_report.md
# List labels
gh label list
| Keyword | Label |
|---|---|
| bug, crash, error | bug |
| feature, add, new | enhancement |
| docs, documentation | documentation |
| help, question | question |
| urgent, critical | priority: high |
When /issue is invoked: