بنقرة واحدة
work-completion-workflow
工作完成标准流程 - 用于任务完成后的主动闭环:最小验证、整理归纳、必要归档与 hook 检查。避免机械式申请、逐步等待、手写 activity 或污染长期记忆。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
工作完成标准流程 - 用于任务完成后的主动闭环:最小验证、整理归纳、必要归档与 hook 检查。避免机械式申请、逐步等待、手写 activity 或污染长期记忆。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use this skill when the Agent needs to decide where a capability, rule, workflow, runtime anchor, script, job, document, persona change, plugin asset, or repository maintenance item should live. It provides a layered map of the Agent's durable assets so requests to “落实到 all”, “整理自身框架”, or “细化自身” do not bloat memory or scatter files.
Use this skill when the user asks to 自检自身、重新蒸馏、进化版 Agent、增强回去、避免死循环处理、能力增益评估,或在瘦身与增强之间取舍。它先盘点已处理对象、能力风险和真正增益点,再决定增强、修复、拆分、瘦身或停止,不把行数减少当成默认目标。
Use this skill when the Agent needs an executive-control layer before acting: classify user intent, decide direct execution vs read-only inspection vs button confirmation vs clarification, avoid over-asking, and keep work moving to the smallest safe completed state. Trigger especially when the user says 继续、落地、放开手脚、接管、自己判断、按方案推进,or complains about typing confirmations that should be buttons.
Use this skill when the Agent needs to read feedback signals before deciding whether to act, correct itself, distill a lesson, or ask for clarification. It treats user wording, repeated failures, tool errors, missing evidence, and activity context as sensory inputs, then routes to the right organ without overreacting.
Use this skill when the Agent needs to turn experience into a repeatable growth loop: observe signals, decide whether learning is needed, distill reusable lessons, place them into the right asset layer, verify the change, and keep future behavior lighter rather than heavier. Trigger when the user asks to 主动成长、持续进化、经验闭环、复盘后改进, or when repeated failures show a missing habit rather than a one-off bug.
Use this skill when the Agent needs to distinguish safe self-improvement from high-risk mutation. It guards credentials, destructive actions, MoviePilot core files, downloads, restarts, external service changes, and over-broad memory edits while still allowing authorized low-risk /config/agent and /config local plugin work to proceed.
| name | work-completion-workflow |
| version | 7 |
| description | 工作完成标准流程 - 用于任务完成后的主动闭环:最小验证、整理归纳、必要归档与 hook 检查。避免机械式申请、逐步等待、手写 activity 或污染长期记忆。 |
| allowed-tools | edit_file write_file read_file |
| compatibility | 适用于需要整理收尾的工作;不替代 verification-before-completion、agent-proactive-orchestration 或 moviepilot-agent-git-maintenance |
完成工作后主动收束,而不是让用户踢一步走一步。
本技能只负责收尾整理纪律;不负责业务策略,不替代完成前验证,不手写 activity log。
当用户要求完成、整理、归档、自检或收尾时,按以下顺序直接推进:
确认实际改动
最小验证
verification-before-completion。整理归纳
必要归档
/config/agent/docs/archive/。Hook 检查
/config/agent 能力资产变更并验证通过 → hand off 到
moviepilot-agent-git-maintenance 提示仓库同步。tg-button-interaction。moviepilot-agent-git-maintenance。agent-proactive-orchestration。证据化汇报
/config/agent/memory。只有当用户明确要求记住,或出现稳定、长期、跨任务复用的偏好/边界时,才考虑写入 memory。
单次任务过程、执行日志、临时结论、失败复盘,不进入长期记忆。
只有在有新鲜验证证据时,才能说完成。最终回复应包含:
验证纪律由 verification-before-completion 统一管理;Hook 触发由 agent-proactive-orchestration 统一路由。
When absorbing documentation/report candidates, keep reports operational:
docs/archive/ or runtime/, not memory.For local plugin or MP Ops Assistant work, final reports should separate:
This prevents release-note style summaries from overstating plugin completeness.
/config/agent/skills changes: re-read frontmatter, check name equals directory, version exists, trigger description is concrete, and completion/safety rules exist.JOB.md frontmatter, status lifecycle, last_run semantics, and that scripts live under /config/agent/scripts./config/agent capability assets changed, trigger the repository sync reminder through moviepilot-agent-git-maintenance.