词元之母TOK.MOM - 平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持一个 Key 调用近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!

| 来源 | 内置(默认安装) |
| 路径 | skills/github/github-issues |
| 版本 | 1.1.0 |
| 作者 | Hermes Agent |
| 许可证 | MIT |
| 平台 | linux, macos, windows |
| 标签 | GitHub, Issues, Project-Management, Bug-Tracking, Triage |
| 相关 skills | github-auth, github-pr-workflow |
gh 命令,再展示 curl 备用方案。github-auth skill)## Bug Description
<What's happening>
## Steps to Reproduce
1. <step>
2. <step>
## Expected Behavior
<What should happen>
## Actual Behavior
<What actually happens>
## Environment
- OS: <os>
- Version: <version>## Feature Description
<What you want>
## Motivation
<Why this would be useful>
## Proposed Solution
<How it could work>
## Alternatives Considered
<Other approaches>Closes #42
Fixes #42
Resolves #42| 操作 | gh | curl 端点 |
|---|---|---|
| 列出 issues | gh issue list | GET /repos/{o}/{r}/issues |
| 查看 issue | gh issue view N | GET /repos/{o}/{r}/issues/N |
| 创建 issue | gh issue create ... | POST /repos/{o}/{r}/issues |
| 添加标签 | gh issue edit N --add-label ... | POST /repos/{o}/{r}/issues/N/labels |
| 分配 | gh issue edit N --add-assignee ... | POST /repos/{o}/{r}/issues/N/assignees |
| 评论 | gh issue comment N --body ... | POST /repos/{o}/{r}/issues/N/comments |
| 关闭 | gh issue close N | PATCH /repos/{o}/{r}/issues/N |
| 搜索 | gh issue list --search "..." | GET /search/issues?q=... |