ワンクリックで
diagnostic
Scanne un projet/dossier, détecte la stack, classifie l'état et retourne un rapport structuré YAML.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scanne un projet/dossier, détecte la stack, classifie l'état et retourne un rapport structuré YAML.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | diagnostic |
| description | Scanne un projet/dossier, détecte la stack, classifie l'état et retourne un rapport structuré YAML. |
| version | 1.0.0 |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["diagnostic","scan","stack","read-only","entry-point"],"related_skills":["spec-writer","fix-errors","project-audit"],"model":"deepseek-v4-full"}} |
Adaptation de godspeed (00) — ULK → Hermes. Carte :
docs/backlog/2026-06-28-SPEC-HERMES-DIAGNOSTIC/CARD.md(P1, GitHub #264).
Point d'entrée de toute chaîne (diagnostic → spec-writer / fix-errors). En une passe,
scanne un dossier, détecte la stack par patterns de fichiers, classe l'état sur 5 valeurs.
Read-only par défaut.
Bloc YAML inline dans la note appelante :
stacks: [swift, node] # tableau (monorepo → plusieurs)
state: NEW|PLANNED|IN_PROGRESS|DONE|BLOCKED
files_scanned: 47
package.json→node, go.mod→go,
Package.swift→swift, pubspec.yaml→flutter, astro.config→astro, pyproject.toml→python).CARD.md (status: du frontmatter PARA).state: dans le frontmatter seulement si sollicité.Cœur déterministe livré : diagnostic.sh (à côté de ce SKILL.md). Détecte les stacks
par patterns de fichiers racine, lit l'état depuis CARD.md (status: → NEW/PLANNED/
IN_PROGRESS/DONE/BLOCKED), émet un bloc YAML. Read-only, aucun LLM.
diagnostic.sh "$HERMES_VAULT/01_PROJETS/<projet>"
Testé via hermes/tests/diagnostic.test.sh (2 cas verts). Le modèle (DeepSeek V4 full)
n'intervient que pour l'interprétation/narration au-dessus de ce bloc.
Expert guidance for the App Intents framework on Apple platforms. Use when developers mention: (1) Siri or Shortcuts integration, (2) AppIntent, AppEntity, AppEnum, or AppShortcutsProvider, (3) Spotlight actions or indexed entities, (4) exposing app features to Apple Intelligence, (5) parameters, parameter summaries, or intent donation, (6) widget/control configuration intents. Not for widget timeline design itself (see widgetkit-live-activities skill).
Expert guidance for CloudKit sync on Apple platforms. Use when developers mention: (1) iCloud sync or cross-device sync of app data, (2) SwiftData + CloudKit or NSPersistentCloudKitContainer, (3) CKSyncEngine or custom CloudKit record sync, (4) CloudKit sharing / collaboration (CKShare), (5) CloudKit entitlements, containers, or schema deployment, (6) conflict resolution or offline-first with iCloud. Not for third-party sync backends (Firebase, Supabase) and not for app-server REST sync (see docs/api/sync.md).
Expert guidance for StoreKit 2 in-app purchases and subscriptions on Apple platforms. Use when developers mention: (1) in-app purchases, IAP, or subscriptions, (2) Product, Transaction, or currentEntitlements, (3) receipt validation or transaction verification, (4) SubscriptionStoreView / StoreView / ProductView, (5) restore purchases, offer codes, promotional offers, refunds, (6) StoreKit Testing in Xcode or sandbox testing. Not for RevenueCat or third-party billing SDKs.
Apple Human Interface Guidelines for visionOS (Apple Vision Pro). Use when designing or building spatial apps: (1) windows, volumes, and immersive spaces, (2) ornaments, glass material, and spatial layout, (3) eye/hand input, hover effects, and target sizes, (4) comfort, motion, and immersion levels, (5) porting an iOS/iPadOS app to visionOS, (6) RealityKit + SwiftUI scene composition. Companion to the ehmo *-design-guidelines skills for the other Apple platforms.
Expert guidance for WidgetKit widgets and ActivityKit Live Activities on Apple platforms. Use when developers mention: (1) home screen / lock screen / StandBy widgets, (2) Live Activities or Dynamic Island, (3) widget timelines, TimelineProvider, or reload budgets, (4) interactive widgets with App Intents buttons/toggles, (5) Control Center controls (ControlWidget), (6) updating a Live Activity via APNs push. Not for Siri/Shortcuts intents themselves (see app-intents skill).
Audit the health of your Claude Code configuration across all six layers — permissions, hooks, MCP servers, installed skills, agents, settings conflicts. Use when asked to "/health", "check my Claude Code config", "audit my setup", or before debugging unexpected behavior (silent permission denials, MCP tool not appearing, hooks not firing).