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 직업 분류 기준
Discover open Dependabot version-bump PRs and enqueue one `pr-resolver` workflow for each.
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.
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.