feat(issue): add user lookup shortcuts #44

Merged
wbtiger merged 2 commits from wangyue111/gitlink-cli:feat/issue-user-shortcuts into master 2026-05-27 01:14:31 +08:00
Contributor

变更内容

  • 新增 issue +assigners shortcut,用于查询仓库 Issue 负责人列表。
  • 新增 issue +authors shortcut,用于查询仓库 Issue 发布人列表。
  • 两个命令均支持 --keyword 搜索,方便 Issue 筛选、统计和创建前确认用户 ID。
  • 补充 README、中文 README、Issue Skill 和 reference 文档。
  • 增加单元测试覆盖请求路径和查询参数。

验证

  • GOPROXY=https://goproxy.cn,direct go test ./...
  • go run . issue +assigners --help
  • go run . issue +authors --help
  • git diff --check
## 变更内容 - 新增 `issue +assigners` shortcut,用于查询仓库 Issue 负责人列表。 - 新增 `issue +authors` shortcut,用于查询仓库 Issue 发布人列表。 - 两个命令均支持 `--keyword` 搜索,方便 Issue 筛选、统计和创建前确认用户 ID。 - 补充 README、中文 README、Issue Skill 和 reference 文档。 - 增加单元测试覆盖请求路径和查询参数。 ## 验证 - `GOPROXY=https://goproxy.cn,direct go test ./...` - `go run . issue +assigners --help` - `go run . issue +authors --help` - `git diff --check`
wangyue111 added 2 commits 2026-05-25 08:52:30 +08:00
wbtiger merged commit 2f8b987c2c into master 2026-05-27 01:14:31 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink-cli#44
No description provided.