Skip to main content

gh-issue-publish

Publish a drafted GitHub issue from tmp/gh-issues/ by running the repository's gh CLI publish script and relaying the resulting URL or remediation.

설치로 이동

소스 정보

저장소
blockscout/blockscout-rs
최근 소스 활동
2026년 4월 13일 20:05
감지된 SKILL.md 언어
영어
스타
231
포크
206

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
gh-issue-publish
description
Publish a drafted GitHub issue from tmp/gh-issues/ by running the repository's gh CLI publish script and relaying the resulting URL or remediation.
# GitHub Issue Publish Skill Use this skill when the user wants to publish a previously drafted GitHub issue markdown file with the `gh` CLI. ## Workflow Follow the canonical workflow in `../../../.memory-bank/workflows/gh-issue-publish.md`. ## Required Guardrails - Determine the issue file path from the user input or the most recent `tmp/gh-issues/*.md` path in the conversation. If no path can be determined, ask for one. - Use the checked-in script at `../../../.memory-bank/workflows/scripts/gh-issue-publish.sh` rather than recreating its logic inline. - Relay the script result exactly at the semantic level: - On success, report the issue URL and applied label. - On failure, report the error and the documented remediation. - Do not edit the issue markdown unless the user asks for content changes. ## Minimal Starting Reads Start with: - `../../../.memory-bank/workflows/gh-issue-publish.md` - `../../../.memory-bank/workflows/scripts/gh-issue-publish.sh` Then run the script with the resolved issue path and report the outcome.
GitHub에서 보기