apply-plan-fixes

Apply approved plan review fixes to curriculum YAML files with versioning.

9|4|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/learn-ukrainian/learn-ukrainian.github.io --skill apply-plan-fixes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-plan-fixes
Source: https://github.com/learn-ukrainian/learn-ukrainian.github.io/tree/main/claude_extensions/skills/apply-plan-fixes
Command: npx skills add https://github.com/learn-ukrainian/learn-ukrainian.github.io --skill apply-plan-fixes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating plan fixes across curriculum YAML files is error-prone and time-consuming. This Skill automates reading plan audit reports, presenting proposed changes for approval, and applying them in a version-controlled workflow.

Core Features & Use Cases

  • Reads audit reports located at curriculum/l2-uk-en/{track}/audit/{slug}-plan-review.md.
  • Applies approved fixes across plan YAMLs, with automatic version bumps for traceability.
  • Supports multiple input patterns (track+modules, track+slug, full path, track only) and severity filters.
  • Provides an audit trail and summary of changes.

Quick Start

Run the plan-fix workflow for a track and slug, for example: a1 the-cyrillic-code-i.

Frequently Asked Questions about apply-plan-fixes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate applying plan review fixes to curriculum YAML files?

To automate applying plan review fixes, this workflow reads audit reports at curriculum/l2-uk-en/{track}/audit/{slug}-plan-review.md, presents proposed changes for manual approval, and applies them across curriculum YAML files with automatic version bumps.

What is the best way to maintain versioning when updating curriculum plans?

Maintaining versioning during curriculum plan updates is handled automatically by enforcing version bumps. The workflow applies approved audit fixes and produces modified plan files with a changes summary and a traceable version history.

How do I apply audit fixes to a specific track and slug in my curriculum?

To apply audit fixes to a specific track and slug, run the plan-fix workflow using the input pattern for the track and slug, such as 'a1 the-cyrillic-code-i'. It supports track+slug, track+modules, full path, or track-only input patterns.

Does the plan-fix workflow require manual approval before applying changes?

Yes, the plan-fix workflow requires manual approval before applying changes. It reads the plan review audit report and presents the proposed fixes for your approval before modifying any curriculum YAML files.

Can I filter audit fixes by severity when updating plan YAMLs?

Yes, you can filter audit fixes by severity when updating plan YAMLs. The workflow supports severity filters alongside multiple input patterns to ensure only relevant proposed fixes are applied during the version-controlled update process.

Why should I use an automated workflow for curriculum plan fixes instead of manual edits?

You should use an automated workflow for curriculum plan fixes because manual edits are error-prone and time-consuming. This workflow ensures traceability, enforces plan versioning, and generates an audit trail with a summary of changes across plans.