一键导入
gh-timeline
Use this to view the timeline of GitHub issues or pull requests. Note that it does not fetch the title and description, unlike `gh pr view`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this to view the timeline of GitHub issues or pull requests. Note that it does not fetch the title and description, unlike `gh pr view`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gh-timeline |
| description | Use this to view the timeline of GitHub issues or pull requests. Note that it does not fetch the title and description, unlike `gh pr view`. |
| allowed-tools | ["Bash(gh timeline *)"] |
When you need an Issue or PR's complete chronological event history (commits, reviews, comments, force pushes, labels, merges, cross references, etc.) in one call, run:
gh timeline <issue-or-pr-number-or-URL>
Output is JSON by default under an AI agent runtime. For the JSON schema,
flag list, drill-down via gh api, and worked examples, run
gh timeline --help.