skill-refine
Installation
SKILL.md
Skill Refine
Convert feedback into plan-level patches. Do not edit the skill bundle directly.
Quick start
Agent: "refine plan skills/my-skill/.skill-plan.yaml"
Workflows
1. Load plan + reports
- Require existing
.skill-plan.yamlpath. If missing, stop and ask user for path. - Read base plan YAML. Confirm it is parseable and has required planning fields.
- Locate
*-skill-check-report.htmland/or*-eval-report.htmlprovided by user. - Run
Bash scripts/parse-report.sh <report-path>for each report. - Validate parsed JSON against
assets/report-schema.json. Show parse errors if malformed. - Present feedback summary: total findings, top failures, affected plan areas.