AgentSkillsCN

gh-issue-view

使用 `gh issue list` 和 `gh issue view` 列出并查看 GitHub 问题的技能。

SKILL.md
--- frontmatter
name: gh-issue-view
description: Skill for listing and inspecting GitHub issues using `gh issue list` and `gh issue view`.

gh-issue-view

Overview

Inspect GitHub issue details by listing issues first and then viewing a target issue.

Workflow

  1. Run gh issue list to fetch issue candidates.
  2. Identify the target issue number.
  3. Run gh issue view <issue-number> to get details.
  4. Extract and return the issue title and body.

Command Notes

  • List issues: gh issue list
  • View issue: gh issue view <issue-number>

Output Contract

Return:

  1. Target issue number
  2. Issue title
  3. Issue body (or concise summary when long)