Skip to main content

post-update

Post a standard update comment to a GitHub issue that is already in the chat context. Use when the user says "/post-update", asks to update an issue after a fix has landed, or wants issue participants told that the fix will be in the next release and invited to leave feedback once they can test it.

Ir para a instalação

Informações da origem

Repositório
jtenniswood/espcontrol
Última atividade na origem
21 de junho de 2026 às 08:51
Idioma detectado do SKILL.md
inglês
Estrelas
1.046
Forks
157

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.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
post-update
description
Post a standard update comment to a GitHub issue that is already in the chat context. Use when the user says "/post-update", asks to update an issue after a fix has landed, or wants issue participants told that the fix will be in the next release and invited to leave feedback once they can test it.
# /post-update Post a short, friendly GitHub issue comment saying the change will be included in the next release and asking the reporter to leave feedback after testing. ## Workflow 1. Identify the GitHub issue from the current chat context. - Use an issue URL, issue number, or connected GitHub issue context if one is clearly available. - If more than one issue is plausible, ask which issue to update. - If no issue is available, ask the user for the issue URL or number. 2. Confirm the target issue is in this repository unless the chat clearly points somewhere else. 3. Post this comment, adjusting only the greeting if the reporter's name is obvious: ```text Thanks for reporting this. The fix has been merged and will be included in the next release. Once you have a chance to try that release, please leave feedback here and let us know whether it resolves the issue for you. ``` 4. Do not close the issue. The project owner wants to test or receive feedback before issues are closed. 5. After posting, reply with the issue number and a short confirmation. If the platform returns a comment URL, include it. ## Tooling Prefer the GitHub app/connector when available. If not, use the GitHub CLI from the repository checkout, for example: ```bash gh issue comment <issue-number-or-url> --body-file <temporary-body-file> ``` Use a temporary file for the comment body to avoid shell quoting mistakes.
Ver no GitHub