Skip to main content

maintain-vjsc-skin-gaps

Maintain deferred VJSC parity gaps. Use when work under packages/skins/src adds, closes, or explicitly defers a parity gap.

설치로 이동

소스 정보

저장소
videojs/v10
최근 소스 활동
2026년 9월 3일 18:59
감지된 SKILL.md 언어
영어
스타
947
포크
91

설치 방법

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

소스 파일 검토

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

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
maintain-vjsc-skin-gaps
description
Maintain deferred VJSC parity gaps. Use when work under packages/skins/src adds, closes, or explicitly defers a parity gap.
# Track VJSC skin parity Keep `packages/skins/src/gaps.md` synchronized with observable differences from the previously published skins. ## Triggers - Discovering missing behavior, markup, selectors, data attributes, tokens, responsive rules, motion, or styles while working under `packages/skins/src`. - Implementing or deliberately deferring a documented parity gap. Do not use this workflow for documentation-only edits or generated-output changes that do not alter observable skin behavior. ## Workflow 1. Describe the observable published behavior and identify the affected Default or Minimal skin. 2. Inspect the equivalent source component, style rule, and generated HTML and React output. Similar names or classes are not evidence of parity. 3. If the change implements parity, verify all affected targets and CSS or Tailwind outputs, then remove any obsolete gap. 4. Otherwise, add or update one entry in `packages/skins/src/gaps.md` with `Source`, `Gap`, `Affected`, and `Recommendation` fields. Use the PR or commit when known; otherwise cite the relevant source or test. 5. Avoid duplicates. Describe user-visible behavior rather than copying a raw diff, and remove the entry only after implementation and verification. ## Example Input: Testing shows the previously published skin has RTL control ordering without equivalent source rules. Output: Add or update this entry in `packages/skins/src/gaps.md`: ```md ## RTL control layout - Source: `caf179b83` / #2281 - Gap: VJSC menus are directional, but control regions do not preserve legacy control order under `dir="rtl"`. - Affected: Default and Minimal; HTML and React; CSS and Tailwind. - Recommendation: Add directional layout rules and VJSC matrix coverage. ``` ## Validation - Run the narrowest affected skin tests and refresh generated VJSC snapshots when output changes. - Run `pnpm -F @videojs/skins test` for cross-target skin changes. - Run `git diff --check`.
GitHub에서 보기