- If Git reports LF/CRLF normalization on generated JSON, keep the content UTF-8, rerun `npm test`, and verify `git status -sb` instead of editing files solely for newline churn.
Resources
10Install
npx skillscat add sunmax0731/blender-diff-review-verification Install via the SkillsCat registry.
SKILL.md
SKILL
検品・差分レビュー・手動検証 を保守するときの実行ガイドです。
Start Order
README.mdを読む。docs/source-idea-pack.jsonで PICKUP 行、created_idea、ZIP、domain docs を確認する。samples/representative-suite.jsonとsrc/product-profile/profile.jsonを確認する。- 変更後は
npm testを実行する。 - release 前は
docs/release-checklist.mdとdocs/releases/v0.1.0-alpha.1.mdを更新する。
Validation Contract
- 代表シナリオは happy-path、missing-required、warning、mixed-batch を必ず維持する。
- QCDS は Quality、Cost、Delivery、Satisfaction を
S+ / S- / A+ / A- / B+ / B- / C+ / C- / D+ / D-で評価する。 - A- 未満の観点がある場合は
docs/qcds-strict-gap-analysis.mdに理由と改善を記録し、A- 以上へ戻してから release する。 - docs ZIP は
dist/blender-diff-review-verification-docs.zipに再生成する。 - If Git reports LF/CRLF normalization on generated JSON, keep the content UTF-8, rerun
npm test, and verifygit status -sbinstead of editing files solely for newline churn.