Skip to main content

apply-plan-fixes

Apply existing CORE or seminar plan-review findings within approved scope, preserving plan versions.

설치로 이동

소스 정보

저장소
learn-ukrainian/learn-ukrainian.github.io
최근 소스 활동
2026년 9월 21일 00:01
감지된 SKILL.md 언어
영어
스타
9
포크
4

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
apply-plan-fixes
description
Apply existing CORE or seminar plan-review findings within approved scope, preserving plan versions.
argument-hint
<track> [modules: all | 1 | 5-10 | slug-name] [--severity CRITICAL,HIGH | --all-fixes]
# Apply Plan Fixes: $ARGUMENTS **Prerequisite:** Plan review reports must exist at `curriculum/l2-uk-en/{track}/audit/{slug}-plan-review.md`. Run `/plan-review` or `/plan-review-seminar` first. ## Parse Arguments The user provides one of these argument patterns: 1. **Track + modules**: `a1 all`, `hist 5-10`, `bio 1,3,5` 2. **Track + slug**: `a1 the-cyrillic-code-i` 3. **Full path**: `curriculum/l2-uk-en/plans/a1/the-cyrillic-code-i.yaml` 4. **Track only**: `a1` (defaults to `all`) Optional flags (appended after module selector): - `--severity CRITICAL` — only apply CRITICAL fixes - `--severity CRITICAL,HIGH` — apply CRITICAL and HIGH (no MEDIUM) - `--all-fixes` — apply all fixes including LOW - Default (no flag): CRITICAL, HIGH, and MEDIUM **Plans directory**: `curriculum/l2-uk-en/plans/{track}/*.yaml` ## Authorization Use the current request and earlier explicit authorization to determine which fixes are already covered. Apply those fixes without asking for the same permission again, including structural or semantic edits already decided by the operator. A review report supplies proposed changes, not authorization to expand scope. Prepare concrete diffs for unresolved choices; ask only for the missing decision and continue independent authorized work. Silence or elapsed time is never approval. ## Execute Read and follow the full prompt at [apply-plan-fixes-prompt.md](apply-plan-fixes-prompt.md). **Output**: Modified plan files + summary of changes applied.
GitHub에서 보기