Agent skill

gh-listing-milestones

Lists milestones in a repository. Use to track progress against release goals.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gh-listing-milestones

SKILL.md

Listing GitHub Milestones

Purpose

Retrieves milestones using the gh api or gh issue list (via JSON) as there isn't a direct gh milestone list.

1. Safety & Verification

  • API Use: Requires making a GET request to the milestones endpoint.

2. Common Workflows

Workflow: List Active Milestones

Fetches milestones and their states.

Command:

bash
gh api repos/:owner/:repo/milestones --jq '.[] | {number: .number, title: .title, state: .state}'

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results