一键导入
creating-knowledge-entries
Create GitHub Issue knowledge entries. TRIGGERS - share knowledge, document solution, create how-to, add to knowledge base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create GitHub Issue knowledge entries. TRIGGERS - share knowledge, document solution, create how-to, add to knowledge base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
AI-powered issue operations via gh-models. TRIGGERS - issue summarization, auto-labeling, issue insights.
Regex file search via gh-grep extension. TRIGGERS - search code files, grep repository, file content search.
GitHub label and milestone management. TRIGGERS - create label, edit label, manage milestones, issue taxonomy.
GitHub Issue CRUD and state management. TRIGGERS - create issue, close issue, update issue, bulk process issues.
Search GitHub Issues and PRs with qualifiers. TRIGGERS - search issues, find issue, issue filter, gh issue list.
| name | creating-knowledge-entries |
| description | Create GitHub Issue knowledge entries. TRIGGERS - share knowledge, document solution, create how-to, add to knowledge base. |
One-shot knowledge capture with full automation.
Activate this skill when user says:
Just paste what you want to share (any format is fine):
Critical: Do NOT ask user about types, categories, or labels. User shares freely, AI decides everything autonomously.
Process user input completely autonomously:
See REFERENCE.md for complete automation pipeline.
✅ Created Issue #{number}!
📋 What I decided:
─────────────────────────────────────────
Title: "{AI-extracted-title}"
Type: {type-emoji} {type-name}
Labels: {label1, label2, label3}
(based on existing repo labels)
Format: Structured with sections
{auto-generated-sections}
Related: Linked to #{n1}, #{n2}
─────────────────────────────────────────
🔗 {issue-url}
Search: gh search issues "{keywords}" --label={primary-label}
Input:
tmux is great for persistent sessions. ctrl-b d to detach and
tmux attach to reattach. Useful when ssh connections drop.
Output: Formatted GitHub Issue:
gh CLI (issue creation)gh-models extension (AI labeling, title extraction)jq (JSON processing)Content too short (< 20 chars):
I need more content to create a useful knowledge entry.
Could you provide at least a sentence or two?
API fails:
⚠️ Couldn't create issue automatically. Here's the formatted content:
[formatted markdown shown]
Create manually: gh issue create --title "..." --body-file content.md
For detailed automation pipeline, templates, and examples, see REFERENCE.md.
Repository: https://github.com/terrylica/claude-code-skills-github-issues