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 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 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 查看