fix(ja-JP): address review feedback and add 5 missing skills

- Fix Chinese term '提炼' → '蒸留' in commands/rules-distill.md
- Fix '重大な所見' (Critical→重大) in agents/opensource-sanitizer.md
- Fix non-transactional persistence in swift-actor-persistence/SKILL.md:
  add rollback logic so cache stays consistent if disk write fails
- Clarify anti-pattern wording: 'configurable file URL' → 'externally
  mutable after init' to remove internal inconsistency (P2)
- Fix broken relative link in videodb/reference/api-reference.md:
  ../../../../../skills/... → ./editor.md
- Add 5 previously missing SKILL.md translations:
  skill-scout, tinystruct-patterns, ui-to-vue, vite-patterns,
  windows-desktop-e2e
This commit is contained in:
Claude
2026-05-17 09:08:06 +09:00
committed by Affaan Mustafa
parent d66b5fa480
commit fabb4d0c11
9 changed files with 1578 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
---
description: "スキルをスキャンして横断的な原則を抽出し、ルールとして提炼する"
description: "スキルをスキャンして横断的な原則を抽出し、ルールとして蒸留する"
---
# /rules-distill — スキルから原則をルールとして提炼する
# /rules-distill — スキルから原則をルールとして蒸留する
インストール済みのスキルをスキャンし、横断的な原則を抽出して、ルールとして提炼します。
インストール済みのスキルをスキャンし、横断的な原則を抽出して、ルールとして蒸留します。
## フロー