用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Olshansk/personal-agent-skills --skill cmd-gh-issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review protocol code for chain halt risks, non-determinism, and onchain behavior bugs
Improve code readability without altering functionality using idiomatic best practices
Remove dead code and duplication pragmatically with a 5-phase systematic approach
正在显示 SKILL.md
基于 SOC 职业分类
| name | cmd-gh-issue |
| description | Create structured GitHub issues from conversation context using gh CLI |
| disable-model-invocation | true |
Create a well-structured GitHub issue using gh CLI, populated with context from the current conversation.
Determine the repo -- confirm you're inside a git repo with a GitHub remote:
gh repo view --json nameWithOwner -q '.nameWithOwner'
If this fails, ask the user which repo to file against.
Synthesize the conversation into a GitHub issue body following the structure below.
Create the issue using gh:
gh issue create --title "<concise title>" --body "$(cat <<'ISSUE_EOF'
<issue body here>
ISSUE_EOF
)"
Report back with the issue URL.
Build the issue body in this exact order:
Open with a short (2-4 bullet) summary answering:
This section should stand alone -- a reader who stops here should understand the ask.
This is the bulk of the issue. Capture everything relevant from our conversation:
Formatting rules for this section:
## Headings and ### Subheadings to organize by topic syntax)<details><summary>...</summary>...</details> to collapse verbose content (logs, full configs, large code blocks) so the issue stays scannableEnd with the plan we've aligned on (even if rough). Frame it for a future agent or developer picking this up cold:
[ ])## Implementation Plan\n\n_TBD -- no plan agreed on yet._--label flags[ ]