gh-issues

仓库创建 2025年12月16日最近提交 8 天前SkillHot 收录 21 天前
▸ 精选理由

把会话上下文和批量操作结合,便于在本地通过 gh 快速管理任务。

▸ 风险提示

需要使用 gh CLI 与 GitHub 认证,涉及仓库读写权限

这个 Skill 做什么

通过 gh CLI 管理 GitHub Issues 并保存 AI 会话上下文。

在命令行用 gh CLI 一站式创建、搜索、更新并批量管理 GitHub Issues,还能把对话上下文保存为会话状态以便后续继续。常在你要用 CLI 跟踪任务、做批量变更或把 Issue 推到 PR 的流程时用。特点是支持 gh 命令、JSON/jq 过滤、批量操作和把 AI 会话上下文挂钩,方便恢复中断的工作流。

▸ 展开 SKILL.md 英文原文

Use when creating, searching, updating, or managing GitHub issues via CLI. Triggers: "issue", "create issue", "gh issue", "task tracking", "context", "handoff", "resume task", "session context", "save progress", "active tasks", "in-progress", "my tasks", "open issues". Covers: gh commands, bulk operations, JSON/jq, search filters, issue-to-PR workflow, AI session context storage, task workflow with labels.

开发编程GitHubCLI任务管理通用
208
Stars
26
Forks
32
仓库内 Skill
+6
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/gh-issues/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/gh-issues/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub Issues CLI

Efficient GitHub Issues management via `gh` CLI with AI session context storage.

## Table of Contents

1. [Quick Reference](#quick-reference)
2. [JSON Output](#json-output-patterns)
3. [Search Filters](#advanced-search-filters)
4. [Bulk Operations](#bulk-operations)
5. [Issue to PR Workflow](#issue-to-pr-workflow)
6. [Milestones](#milestones-via-api)
7. [AI Session Context](#ai-session-context)
8. [Task Workflow](#task-workflow)
9. [Examples](#examples)
10. [Common Mistakes](#common-mistakes)

## Quick Reference

| Task | Command |
|------|---------|
| Create issue | `gh issue create -t "Title" -b "Body" -l bug -a @me` |
| **Active tasks** | `gh issue list -l in-progres
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有