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.

Ir para a instalação

Informações da origem

Repositório
blockscout/blockscout-rs
Última atividade na origem
13 de abril de 2026 às 20:05
Idioma detectado do SKILL.md
inglês
Estrelas
231
Forks
206

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub