continuation-proposal
Generate one best-next-step proposal after a successful task run, either the next phase in a series or a high-value improvement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate one best-next-step proposal after a successful task run, either the next phase in a series or a high-value improvement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Refresh MoonMind services from git by fetching and pinning a branch snapshot, pulling compose images, then restarting changed containers with optional orchestrator inclusion.
Provide the shared fan-out engine used by provider-specific Jira and GitHub batch presets to enqueue child workflows with inherited runtime and stable evidence.
Discover open Dependabot version-bump PRs and enqueue one `pr-resolver` workflow for each.
Master orchestrator to resolve a PR by diagnosing state and delegating to specialized skills.
Verify a GitHub issue against the current repository state, then post a GitHub issue comment with a PASS, PARTIAL, FAIL, or BLOCKED verdict. Works in two modes: (a) feature-branch mode, comparing a checked-out branch to its base ref; or (b) main/trunk mode, verifying that an issue is already implemented on the current default branch. Optionally close the issue as completed after a PASS. Use when a user asks whether a branch or merged change completes a GitHub issue, or needs an issue-visible verification comment.
Resolve GitHub PR feedback end-to-end for the branch you are on. Use when you need to fetch all comments on the branch PR, evaluate whether each comment still applies, decide whether it should be addressed, implement fixes, run compile/tests with retry-on-failure, then commit and push the result.
| name | continuation-proposal |
| description | Generate one best-next-step proposal after a successful task run, either the next phase in a series or a high-value improvement. |
After a successful run, propose the highest-value continuation task.
inputs.jobIdinputs.repositoryinputs.runtimeModeinputs.taskStatus (expected succeeded)inputs.taskSummaryinputs.taskErrorinputs.taskContextPath (usually ../artifacts/task_context.json)inputs.artifactsPath (usually ../artifacts)inputs.proposalOutputPath (usually ../artifacts/workflow_proposals.json)task_context.json, execution logs, and task summary.proposalOutputPath.Each appended item must include:
titlesummarytaskCreateRequest (valid queue task creation envelope)For MoonMind/run-quality continuations, include:
category: "run_quality"tags and signal metadata when applicable.