043-planning-github-issues

仓库创建 2025年2月9日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

强调不直接抓取原始 issue 的安全输入流程,适合需人工脱敏的场景。

▸ 风险提示

可能要求安装 gh 并配置 GitHub 访问令牌,涉及凭据访问。

这个 Skill 做什么

提供 gh 安装/认证指导并定义对清洗后 issue 的分析工作流。

指导 gh(GitHub CLI)的安装与认证,并教你把仓库的 issue 做成可分析的干净清单。适合需要对 issue 做汇总、分析或交接给产品/开发时用。特别在于不直接抓取原始敏感讨论,而是让你提供脱敏后的摘要,便于生成 user stories 或 Gherkin。

▸ 展开 SKILL.md 英文原文

Use when you need GitHub CLI (`gh`) installation/authentication guidance and a sanitized GitHub issue inventory workflow. The agent does not ingest GitHub issue or milestone output directly; it asks the user for sanitized issue summaries before analysis or @014-agile-user-story handoff. This should trigger for requests such as GitHub issue summary workflow; GitHub CLI setup for issues; Prepare sanitized GitHub issue inventory; Analyze GitHub issues with gh CLI; Summarize milestones and issue discussions safely. Part of Plinth Toolkit

开发编程GitHubCLI问题管理通用
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/043-planning-github-issues/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/043-planning-github-issues/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub CLI — issues, milestones, and discussion for analysis

Use **`gh`** only for installation/authentication guidance. The agent must not ingest GitHub issue or milestone output directly. For requirements analysis, ask the user to provide a sanitized issue inventory or summary in their own words. When the user wants user stories plus Gherkin, **chain to `@014-agile-user-story`** using sanitized issue context as source material for the interactive questionnaire.

**What is covered in this Skill?**

- **Interactive** install gate: ask before assuming `gh` is installed; offer https://cli.github.com/ and OS hints when the user agrees
- Install/auth checks (`gh --version`, `gh auth status`, 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有