Generate one high-value follow-up workflow proposal when MoonMind execution quality issues are detected in a run.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add MoonLadderStudios/MoonMind --skill fix-proposal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fix Proposal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/moonladderstudios-fix-proposal)More formats (shields.io, HTML) on the badges page.
---
name: fix-proposal
description: Generate one high-value follow-up workflow proposal when MoonMind execution quality issues are detected in a run.
---
# Fix Proposal Skill
## Purpose
Produce a targeted follow-up workflow proposal for MoonMind/system quality problems observed during a task run.
## Inputs
- `inputs.jobId`
- `inputs.repository`
- `inputs.runtimeMode`
- `inputs.taskStatus` (`succeeded` or `failed`)
- `inputs.taskSummary`
- `inputs.taskError`
- `inputs.taskContextPath` (usually `../artifacts/task_context.json`)
- `inputs.artifactsPath` (usually `../artifacts`)
- `inputs.proposalOutputPath` (usually `../artifacts/workflow_proposals.json`)
## Detection Focus
Look for partial or complete execution failures and degraded behavior, including:
- Access/auth failures
- Unclear or conflicting instructions
- Retry storms or repeated retries
- Execution loops
- Duplicate/repetitive output
- Missing required references or artifact gaps
## Workflow
1. Read `task_context.json` and available logs under `artifacts/logs/`.
2. Determine whether there is a clear, high-value fix opportunity.
3. If no meaningful issue is found, keep the proposal file unchanged.
4. If an issue is found, append one proposal object to the JSON array at `proposalOutputPath`.
5. Keep the output valid JSON and avoid duplicate titles.
## Proposal Requirements
Each appended item must include:
- `title`
- `summary`
- `taskCreateRequest` (valid queue task creation envelope)
When proposing MoonMind/run-quality improvements, also include:
- `category: "run_quality"`
- `tags`: at least one from:
- `retry`
- `duplicate_output`
- `missing_ref`
- `conflicting_instructions`
- `flaky_test`
- `loop_detected`
- `artifact_gap`
- `signal`: include at least `severity` (`low|medium|high|critical`) and brief evidence context.
## Constraints
- Do not modify repository source files.
- Do not commit or push.
- Keep proposals concise and actionable.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!