triforce-sync-check
プラットフォーム間のスキル同期を検証
スキルはプラットフォーム間でコピーされる際に不整合が生じる可能性があります。このスキルは、.public/skills、.codex/skills、.claude/skillsディレクトリ間でスキルファイルがすべて一致することを検証します。コミット前やCIパイプラインで使用して、早期に不整合を検出できます。
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "triforce-sync-check". スキルディレクトリに対して完全なtriforce同期チェックを実行
Erwartetes Ergebnis:
- Count Check: PASS (15 skills in each directory)
- Structure Check: PASS (identical directory listings)
- Content Check: PASS (all hashes match)
- YAML Validation: PASS (all skills have name and description)
- Duplicate Check: PASS (no duplicate names)
- Result: All checks passed
Verwendung von "triforce-sync-check". プラットフォーム間でディレクトリ構造を比較
Erwartetes Ergebnis:
- Comparing .public/skills with .codex/skills:
- No differences found - all directories match
- Comparing .public/skills with .claude/skills:
- No differences found - all directories match
Verwendung von "triforce-sync-check". すべてのスキルでYAMLフィールドを検証
Erwartetes Ergebnis:
- Checking SKILL.md frontmatter in all skills...
- All 15 skills have valid name and description fields
- YAML validation: PASS
Sicherheitsaudit
SicherDocumentation-only skill containing verification procedures. No executable code present. All operations are read-only filesystem checks using standard utilities (ls, diff, find, grep, md5). Shell commands shown are examples in documentation, not runtime execution. This is a reference guide for skill synchronization verification.
Risikofaktoren
🌐 Netzwerkzugriff (1)
📁 Dateisystemzugriff (1)
⚙️ Externe Befehle (38)
Qualitätsbewertung
Was du bauen kannst
CIパイプライン検証
GitHub Actionsワークフローに追加して、非同期のスキルを含むコミットをブロック
プレコミット検証
変更をプッシュする前にスキルの整合性をチェックし、ミラーの同期を維持
デプロイメントチェック
本番環境へのデプロイ前に、すべてのスキルが適切にミラーリングされていることを検証
Probiere diese Prompts
Count the skills in .public/skills, .codex/skills, and .claude/skills. Report whether all three counts match.
Compare the directory structure of .public/skills with .codex/skills and .claude/skills. List any missing or extra directories.
Verify that all SKILL.md files have matching content hashes across .public/skills, .codex/skills, and .claude/skills. Report any mismatches.
Run a complete triforce sync check: verify counts match, structures match, content hashes match, YAML is valid, and no duplicate skill names exist. Provide a pass/fail summary.
Bewährte Verfahren
- スキルを変更するすべてのコミット前に同期チェックを実行
- CIパイプラインに統合して不整合を自動的に検出
- 問題はまずSSOT(.public/skills)で修正してから同期
Vermeiden
- 同期を使わずにミラーディレクトリを手動で編集
- 一括スキル変更後の検証をスキップ
- カウント不一致を原因調査せずに無視