fix-proposal
Generate one high-value follow-up workflow proposal when MoonMind execution quality issues are detected in a run.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate one high-value follow-up workflow proposal when MoonMind execution quality issues are detected in a run.
用 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 | fix-proposal |
| description | Generate one high-value follow-up workflow proposal when MoonMind execution quality issues are detected in a run. |
Produce a targeted follow-up workflow proposal for MoonMind/system quality problems observed during a task run.
inputs.jobIdinputs.repositoryinputs.runtimeModeinputs.taskStatus (succeeded or failed)inputs.taskSummaryinputs.taskErrorinputs.taskContextPath (usually ../artifacts/task_context.json)inputs.artifactsPath (usually ../artifacts)inputs.proposalOutputPath (usually ../artifacts/workflow_proposals.json)Look for partial or complete execution failures and degraded behavior, including:
task_context.json and available logs under artifacts/logs/.proposalOutputPath.Each appended item must include:
titlesummarytaskCreateRequest (valid queue task creation envelope)When proposing MoonMind/run-quality improvements, also include:
category: "run_quality"tags: at least one from:
retryduplicate_outputmissing_refconflicting_instructionsflaky_testloop_detectedartifact_gapsignal: include at least severity (low|medium|high|critical) and brief evidence context.