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.