implement
根据 Issue 的讨论和方案, 实现功能或修复 Bug, 并创建 PR。
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
根据 Issue 的讨论和方案, 实现功能或修复 Bug, 并创建 PR。
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.
Based on SOC occupation classification
构造一个新语言的 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。
定期巡查仓库,监控 CI 状态、扫描未处理 Issue,自动分发到对应 skill 处理。
| name | implement |
| description | 根据 Issue 的讨论和方案, 实现功能或修复 Bug, 并创建 PR。 |
用户确认后 (如 "ok", "/impl"),根据 Issue 实现代码并创建 PR。
遵循
github-comment规范。
必须遵守:
避免:
llmdoc/feat/bot/{short-description}fix/bot/{short-description}Closes #${issue_number}## ✨ 实现完成 #${issue_number}
| 项目 | 结果 |
|------|------|
| **状态** | ✅ 成功 / ❌ 失败 / ⏸️ 阻塞 |
| **PR** | #{pr_number} |
<details>
<summary><h3>📝 变更摘要</h3></summary>
**分支**: `{branch_name}`
**修改文件**:
- `path/to/file1` - {改动说明}
- `path/to/file2` - {改动说明}
**实现说明**: {简述实现方式}
</details>
{如有多个 submodule PR}
---
**关联 PR**:
- submodule-a: #{pr_number}
- submodule-b: #{pr_number}
失败/阻塞时:
## ⚠️ 实现尝试 #${issue_number}
| 项目 | 结果 |
|------|------|
| **状态** | ❌ 失败 / ⏸️ 阻塞 |
| **原因** | {说明} |
<details>
<summary><h3>📋 已完成的工作</h3></summary>
{如有部分进展,列出}
</details>