Agent Skills: 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`.

UncategorizedID: sushichan044/dotfiles/gh-timeline

Install this agent skill to your local

pnpm dlx add-skill https://github.com/sushichan044/dotfiles/tree/HEAD/.agents/skills/gh-timeline

Skill Files

Browse the full folder contents for gh-timeline.

Download Skill

Loading file tree…

.agents/skills/gh-timeline/SKILL.md

Skill Metadata

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`.

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.