技能 creating-issues
📋

creating-issues

低風險 ⚡ 包含腳本⚙️ 外部命令📁 檔案系統存取

使用正确的标签创建规范的GitHub问题

创建符合规范的GitHub问题需要时间和对细节的关注。此技能验证问题标题,建议适当的标签,并确保每个问题都包含必需的元数据,如范围标签和优先级。

支援: Claude Codex Code(CC)
🥈 78 白銀
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「creating-issues」。 Create an issue for adding dark mode support

預期結果:

  • Issue Title: Add dark mode support
  • Labels: feature, priority:medium, scope:[component]
  • Body Template:
  • - Summary of the feature
  • - Use cases
  • - Proposed solution
  • - Acceptance criteria

正在使用「creating-issues」。 Create a bug report for the login crash

預期結果:

  • Issue Title: Fix authentication crash during login
  • Labels: bug, priority:high, scope:auth
  • Bug Report Template:
  • - Steps to reproduce
  • - Expected vs actual behavior
  • - Error messages
  • - Affected versions

安全審計

低風險
v5 • 1/16/2026

This skill provides GitHub issue creation assistance with Python helper scripts. All static findings are false positives: the scanner misidentified markdown documentation formatting (backticks) and placeholder text as security issues. Legitimate subprocess calls invoke only trusted GitHub CLI tools with hardcoded arguments. The skill is safe for publication.

10
已掃描檔案
2,520
分析行數
3
發現項
5
審計總數
審計者: claude 查看審計歷史 →

品質評分

77
架構
100
可維護性
85
內容
30
社群
90
安全
83
規範符合性

你能建構什麼

标准化问题创建

确保所有贡献者使用一致的标签、标题和元数据结构创建问题。

按范围跟踪工作

从分支名称自动检测组件范围,并为问题添加正确的范围标签。

审查问题质量

验证提出的问题标题是否符合规范,并在创建前建议改进。

試試這些提示

快速创建问题
Create an issue for fixing the login timeout bug in the authentication module
带上下文
Create an issue for adding dark mode support based on the current feature branch
带验证
Is this a good issue title: [BUG] Fix the crash when saving files? If not, suggest a better one
批量创建
Help me create issues for implementing user authentication with proper labels and scope for the auth component

最佳實務

  • 始终包含范围标签以启用上下文感知的过滤和提交集成
  • 标题使用祈使语气,不要使用[BUG]或[FEATURE]等类型前缀
  • 在创建问题之前定义验收标准以明确完成要求
  • 创建多个问题时,询问关于项目看板、里程碑和关系的问题

避免

  • 在标题中使用类型前缀(例如[BUG]登录失败),而依赖标签
  • 创建没有标识受影响组件的范围标签的问题
  • 跳过验收标准导致完成要求不清晰
  • 对子问题使用任务列表而非GraphQL父子关系

常見問題

需要哪些GitHub CLI权限?
需要仓库范围权限来创建问题和管理标签。通过gh auth login安装。
每个问题需要多少个标签?
恰好三个:一个类型(bug、feature、enhancement)、一个优先级(high、medium、low)和一个范围。
我可以将此技能与GitHub Enterprise一起使用吗?
是的,可以与任何已验证gh CLI的GitHub实例一起使用,包括Enterprise Server。
此技能是否存储或传输我的数据?
不会。所有处理都是本地的。脚本仅调用gh CLI命令与GitHub交互。
如果无法自动检测到范围会发生什么?
技能会提示您手动从可用的项目范围中选择一个范围,然后再创建问题。
这与GitHub问题模板有何不同?
此技能在创建过程中提供实时验证和建议,而GitHub模板仅定义正文格式。