github-comment
定义 GitHub 评论的格式规范, 强调使用折叠 `<details>` 保持简洁。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
定义 GitHub 评论的格式规范, 强调使用折叠 `<details>` 保持简洁。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
构造一个新语言的 pine-foo 引擎实现,遵循「先对齐再重构」策略确保行为一致性。
在下游构造跨引擎一致的算子,确保各语言版本的 Pine 引擎行为一致。
将新 pine-foo 引擎接入 fixtures 测试和 cross-validate 脚本,确保与已有实现行为一致。
定时自动维护 llmdoc 项目文档的 Skill。支持两种模式:聚合仓库模式(遍历子模块)和 单仓库模式(直接在当前仓库操作)。每天北京时间 5:00(UTC 21:00)由 GitHub Actions schedule 触发,也支持 workflow_dispatch 手动触发。收集指定时间范围内(默认过去 24 小时) 合并到目标分支的提交记录和 PR 内容,分析代码变更是否涉及功能新增、接口变更或架构调整, 如果需要则自动更新 llmdoc/ 下的对应文档并推送到目标分支。不改变外部行为的变更 (bug 修复、重构、依赖升级等)会被跳过。更新完成后输出结构化 JSON 结果并通过飞书通知。
分析 Bug 类型 Issue, 定位根因, 并对简单 Bug 自动创建修复 PR。
根据 Issue 的讨论和方案, 实现功能或修复 Bug, 并创建 PR。
Based on SOC occupation classification
| name | github-comment |
| description | 定义 GitHub 评论的格式规范, 强调使用折叠 `<details>` 保持简洁。 |
此规范适用于所有在 GitHub Action 中运行的 Skill。
<details> 折叠代码、日志、技术细节。<details> 前后需空行。llmdoc/ 文档。gh pr view --comments / gh issue view --comments),避免重复。引用代码时使用完整格式,否则 Markdown 无法正确渲染:
https://github.com/{owner}/{repo}/blob/{full_sha}/{path}#L{start}-L{end}
$(git rev-parse HEAD)#L10-L15,提供前后至少 1 行上下文### 标题
简明扼要的核心信息。
<details>
<summary>详情</summary>
长篇内容、代码、日志等。
</details>