ソース情報
- リポジトリ
- Olshansk/agent-skills
- ソースの最終更新活動
- 2026年4月1日 20:47
- 検出された SKILL.md の言語
- 英語
- スター
- 8
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Olshansk/agent-skills --skill cmd-gh-issueコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | cmd-gh-issue |
| description | Create structured GitHub issues from conversation context using gh CLI |
| disable-model-invocation | false |
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[ ]