Loading...
Loading...
Compare original and translation side by side
gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "unknown"gh issue list --state open --json number --jq 'length' 2>/dev/null || echo "?"gh label list --json name -q '.[].name' 2>/dev/null | head -20 || echo "none found"gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "unknown"gh issue list --state open --json number --jq 'length' 2>/dev/null || echo "?"gh label list --json name -q '.[].name' 2>/dev/null | head -20 || echo "none found"| Argument | Behavior |
|---|---|
| (empty) | Only unlabeled issues (default) |
| Only issues without any labels |
| All open issues |
| Specific issue (e.g., |
| Range of issues inclusive (e.g., |
| 参数 | 行为 |
|---|---|
| (空值) | 仅处理未添加任何标签的问题(默认) |
| 仅处理无标签的问题 |
| 所有未关闭的问题 |
| 指定单个问题(例如: |
| 指定问题范围(包含首尾,例如: |
gh label list --json name,descriptiongh issue view {number} --json number,title,body,labelsGlobGrepReadgh issue edit {number} --add-label "type,effort/level,P#,area.domain"## Triage Summary
| Issue | Title | Labels Applied | Reasoning |
|-------|-------|----------------|-----------|
| #67 | ... | bug, effort/low, P1, core.config | ... |
**Totals:**
- Issues triaged: X
- Already labeled (skipped): Y
- By priority: P0(n), P1(n), P2(n), P3(n)
## Relationships Discovered
| Issues | Relationship | Notes |
|--------|--------------|-------|
| #61, #62 | Related | Both involve config/logging UX |gh label list --json name,descriptiongh issue view {number} --json number,title,body,labelsGlobGrepReadgh issue edit {number} --add-label "type,effort/level,P#,area.domain"## 分类处理总结
| 问题编号 | 标题 | 添加的标签 | 分类依据 |
|-------|-------|----------------|-----------|
| #67 | ... | bug, effort/low, P1, core.config | ... |
**统计信息:**
- 已分类处理的问题数量:X
- 已完成标签添加(已跳过):Y
- 按优先级统计:P0(n), P1(n), P2(n), P3(n)
## 发现的关联关系
| 问题编号 | 关联类型 | 备注 |
|--------|--------------|-------|
| #61, #62 | 相关 | 均涉及配置/日志用户体验 |