Skip to main content

runner-implementation

Runner role helper for implementing and validating bounded changes in the repo working tree.

跳到安装

来源信息

仓库
OneFav/subPHD
最近来源活动
2026年4月17日 08:52
检测到的 SKILL.md 语言
英语
星标
39
分支
0

安装方式

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

检查来源文件

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

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
runner-implementation
description
Runner role helper for implementing and validating bounded changes in the repo working tree.
# Runner Implementation Skill Use this role-local skill to keep execution concrete. - Implement the current bounded assignment directly in the repo working tree. - Validate with the smallest meaningful checks before handoff. - Before the remote run ends, prune `remote_result_dir` so only the compact core artifacts remain for watch sync. - Delete unnecessary intermediate/process files by default. - Keep only the final decision/metrics/summary/manifest style artifacts unless the assignment explicitly requires more. - If a large artifact might matter later, leave a small retained note about it rather than keeping the bulky file in `remote_result_dir`. - For `expected_output` and `why`, write short plain-language lines that name the exact experiment, metric, file, or decision; avoid vague process-speak. - Do not silently widen scope into open-ended redesign or exploration.
在 GitHub 查看