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.

跳到安装

来源信息

仓库
jtenniswood/espcontrol
最近来源活动
2026年6月21日 08:51
检测到的 SKILL.md 语言
英语
星标
1,046
分支
157

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看