Fähigkeiten triforce-sync-check
🔄

triforce-sync-check

Sicher 🌐 Netzwerkzugriff📁 Dateisystemzugriff⚙️ Externe Befehle

プラットフォーム間のスキル同期を検証

スキルはプラットフォーム間でコピーされる際に不整合が生じる可能性があります。このスキルは、.public/skills、.codex/skills、.claude/skillsディレクトリ間でスキルファイルがすべて一致することを検証します。コミット前やCIパイプラインで使用して、早期に不整合を検出できます。

Unterstützt: Claude Codex Code(CC)
📊 69 Angemessen
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

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

Sicher
v5 • 1/17/2026

Documentation-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.

2
Gescannte Dateien
348
Analysierte Zeilen
3
befunde
5
Gesamtzahl Audits
Auditiert von: claude Audit-Verlauf anzeigen →

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
85
Inhalt
22
Community
100
Sicherheit
91
Spezifikationskonformität

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

  • 同期を使わずにミラーディレクトリを手動で編集
  • 一括スキル変更後の検証をスキップ
  • カウント不一致を原因調査せずに無視

Häufig gestellte Fragen

どのAIプラットフォームがサポートされていますか?
Claude、Codex、Claude Codeで動作します。これら3つのプラットフォームはそれぞれ独自のスキルディレクトリを持ち、ソースをミラーリングする必要があります。
同期の制限は何ですか?
このスキルは固定パスのディレクトリをチェックします。カスタムディレクトリ構造の場合は、検証コマンドを手動で変更する必要があります。
CI/CDとどのように統合しますか?
ワークフローに検証コマンドを追加してください。このスキルは、不一致があった場合に失敗するGitHub Actionsの例を提供しています。
データは安全ですか?
はい。すべての操作は読み取り専用です。このスキルはファイルを読み取ってハッシュを比較するだけで、何も変更しません。
チェックが失敗した場合はどうすればよいですか?
どのチェックが失敗したかを特定し、.public/skillsのソースを編集してから、node scripts/sync-skills.jsを実行してミラーを再同期してください。
手動diffとどう違いますか?
このスキルは、カウント、ハッシュ、YAML検証、重複検出を含む複数のチェックを1回の操作で自動化します。

Entwicklerdetails

Dateistruktur

📄 SKILL.md