F

Facebookスキル

add-ir-instruction
facebook
Guide for adding a new IR instruction to the Hermes compiler. Use when the user asks to add, create, or define a new IR instruction (Inst/Instruction) in the…
official
add-ir-instruction
facebook
新しいIR命令を追加する際には、特定のファイル群を編集する必要があります。このスキルは、各ファイル、従うべきパターン、および重要な規約について説明します。
official
add-shape-types-to-torch-model
facebook
Port a PyTorch model to use pyrefly's tensor shape type system (Tensor[B, C, H, W], Dim[T]). Use this skill whenever the user wants to add shape annotations to…
official
add-shape-types-to-torch-model
facebook
PyTorchモデルをpyreflyのテンソル形状型システム(Tensor[B, C, H, W]、Dim[T])に対応させます。ユーザーが形状アノテーションを追加したい場合にこのスキルを使用してください。
official
add-torch-shapes-example
facebook
Use when adding a new PyTorch model to Pyrefly's shape-tracking example corpus under tensor-shapes/pyrefly-torch-stubs/examples — i.e. importing a model as a…
official
add-torch-shapes-example
facebook
Pyreflyの形状追跡サンプルコーパス(tensor-shapes/pyrefly-torch-stubs/examples)に新しいPyTorchモデルを追加する際に使用します。つまり、モデルをインポートして…
official
api-health
facebook
Monitor API health for a Meta app — check rate limits, call volume, and API deprecations. Use to diagnose throttling, plan capacity, or prepare for API version…
official
api-integration
facebook
Guide a developer through setting up a Meta API integration from scratch — discovers the right APIs, fetches setup guides, authentication requirements,…
official
app-health-check
facebook
Run a comprehensive health check on a Meta app — audits settings, security, compliance, app review status, rate limits, and API deprecations in one pass. Use…
official
app-review-prep
facebook
Prepare a Meta app for App Review — checks current status, outstanding requirements, granted privileges, and submission history. Use before submitting an app…
official
binary-size-analysis
facebook
This skill should be used when the user wants to analyze hermesvm binary size changes across a range of commits. Use when the user mentions "binary size",…
official
binary-size-analysis
facebook
gitコミット範囲にわたるhermesvm共有ライブラリのコミットごとのバイナリサイズ変更を分析します。コミットごとのサイズと、顕著な増加・減少の要約表を含むマークダウンレポートを生成します。
official
buck2-rule-basics
facebook
Guide users through writing their first Buck2 rule to learn fundamental concepts including rules, actions, targets, configurations, analysis, and select(). Use…
official
buck2-rule-basics
facebook
ユーザーが最初のBuck2ルールを作成する手順をガイドし、ルール、アクション、ターゲット、構成、分析、select()などの基本概念を学べるようにします。
official
camera-streaming
facebook
Stream, video frames, photo capture, resolution/frame rate configuration
official
camera-streaming
facebook
Session and Stream capability setup, video frames, photo capture, resolution and frame rate configuration
official
camera-streaming
facebook
セッションとストリーム機能のセットアップ、ビデオフレーム、写真キャプチャ、解像度とフレームレートの設定
official
camera-streaming
facebook
ストリーム、ビデオフレーム、写真キャプチャ、解像度/フレームレート設定
official
click-target
facebook
Find and click a target object in XR. Use when testing UI interactions, clicking buttons, or verifying interactable elements work correctly.
official
click-target
facebook
XR内でターゲットオブジェクトを検索してクリックします。UI操作のテスト、ボタンのクリック、インタラクティブ要素の動作確認に使用します。
official
compliance-check
facebook
Check compliance status for a Meta app — surfaces open required actions, active violations, and recommendations with remediation guidance. Use to audit…
official
dat-conventions
facebook
Kotlin patterns, DatResult, session and capability conventions for DAT SDK Android development
official
dat-conventions
facebook
Swift patterns, async/await, naming conventions, key types for DAT SDK iOS development
official
dat-conventions
facebook
Kotlinパターン、DatResult、セッションおよび機能の規約(DAT SDK Android開発向け)
official
dat-conventions
facebook
Swiftパターン、async/await、命名規則、DAT SDK iOS開発の主要な型
official
debug-webhooks
facebook
Troubleshoot webhook issues for a Meta app — inspect active subscriptions, identify misconfiguration, and send test payloads to verify delivery. Use when…
official
debugging
facebook
Common issues, Developer Mode, version compatibility, and session and stream diagnosis
official
debugging
facebook
Common issues, Developer Mode, version compatibility, state machine diagnosis
official
debugging
facebook
一般的な問題、開発者モード、バージョン互換性、セッションとストリームの診断
official
debugging
facebook
よくある問題、開発者モード、バージョン互換性、ステートマシン診断
official
display-access
facebook
Display capability setup, display-capable device selection, UI DSL, icons, buttons, images, and video playback
official
display-access
facebook
表示機能のセットアップ、表示対応デバイスの選択、UI DSL、アイコン、ボタン、画像、および動画再生
official
display-access
facebook
表示機能のセットアップ、表示対応デバイスの選択、UI DSL、アイコン、ボタン、画像、および動画再生
official
display-access
facebook
Display capability setup, display-capable device selection, UI DSL, icons, buttons, images, and video playback
official
extract-errors
facebook
Reactアプリケーションのエラーコードを抽出・管理します。Reactソースコードからエラーメッセージを自動抽出し、新しいメッセージに一意のエラーコードを割り当てます。「不明なエラーコード」の警告を検出し、コード割り当てが必要なメッセージをフラグ付けします。シンプルなyarnコマンドを通じて、エラーコードが現在のコードベースと同期していることを検証します。
official
feature-flags
facebook
Reactのフィーチャーフラグをチャネル間で管理し、条件付きでテストをゲートし、フラグ固有のテスト失敗をデバッグします。4つのフラグファイルがデフォルトとチャネル固有のオーバーライド(canary、www、React Native、テストレンダラー)を制御し、__VARIANT__フラグが両方の状態でテストされるゲートキーパーをシミュレートします。@gate flagNameプラグマを使用して、フラグが利用できない場合にテストを完全にスキップするか、インラインのgate()を使用して動作が異なる場合にアサーションを分岐します。新しいフラグを追加するには、メインファイルとすべてのフォークファイルにエントリを追加する必要があります。...
official
fix
facebook
自動コードフォーマットとリンティングにより、CIチェック前にスタイルの問題を解決します。Prettierによるコードフォーマットとlincによるリント検証を順次実行し、自動修正後に残る手動修正が必要な箇所を特定します。コミット前にフォーマットとリントエラーを検出することで、CIの失敗を防止します。
official
flags
facebook
Reactのリリースチャンネル間でフィーチャーフラグの状態を検査・比較します。全チャンネル(www、www-modern、canary、next、experimental、rnバリアント)のフラグを表示するか、--diffで特定のチャンネルを比較します。出力形式はデフォルトのテーブル表示、CSVエクスポート、クリーンアップステータスグループ化から選択可能。フラグの状態は記号で示されます:有効(✅)、無効(❌)、バリアントテスト中(🧪)、プロファイリングのみ(📊)。よくある落とし穴:__VARIANT__フラグはwww上で両方の状態でテストされます。--diffを使用して意味のある差異を特定してください...
official
flow
facebook
DOMおよびネイティブプラットフォームにおけるReactコードの静的型チェック。4つのレンダラーオプションが標準DOM、ブラウザ固有コード、React Native、Fabric環境をカバーします。オプションのレンダラー引数を指定してyarn flowを実行。包括的だが低速なチェックにはyarn flow-ciを使用。ファイル位置とともに型エラーを報告し、問題の特定と修正を迅速化します。よくある落とし穴に注意:レンダラーの指定漏れ、未確認の$FlowFixMe抑制、誤った型インポート。
official
gc-safe-coding
facebook
完全な説明と根拠については、doc/GCSafeCoding.md を参照してください。
official
getting-started
facebook
SDK setup, Swift Package Manager integration, Info.plist configuration, and first connection to Meta glasses
official
getting-started
facebook
SDK setup, Gradle integration, AndroidManifest configuration, and first connection to Meta glasses
official
getting-started
facebook
SDKのセットアップ、Gradleの統合、AndroidManifestの設定、Metaグラスへの初回接続
official
getting-started
facebook
SDKのセットアップ、Swift Package Managerの統合、Info.plistの設定、Metaグラスへの初回接続
official
iwsdk-planner
facebook
IWSDK project planning and best practices guide. Use when planning new IWSDK features, designing systems/components, reviewing IWSDK code architecture, or when…
official
iwsdk-planner
facebook
IWSDKプロジェクト計画とベストプラクティスガイド。新しいIWSDK機能の計画、システム/コンポーネントの設計、IWSDKコードアーキテクチャのレビュー、またはその際に使用します。
official
iwsdk-ui-panel
facebook
IWSDK UIパネルを効率的に開発・反復改善します。PanelUIコンポーネントの作業、UIレイアウトのデバッグ、またはIWSDKアプリケーションにおけるUIデザインの改善に使用します。
official
iwsdk-ui-panel
facebook
Develop and iterate on IWSDK UI panels efficiently. Use when working on PanelUI components, debugging UI layout, or improving UI design in IWSDK applications.
official
mockdevice-testing
facebook
MockDeviceKit for testing without physical glasses hardware
official
mockdevice-testing
facebook
MockDeviceKit for testing without physical glasses hardware
official
mockdevice-testing
facebook
物理的なメガネハードウェアなしでテストするためのMockDeviceKit
official
mockdevice-testing
facebook
物理的なメガネハードウェアなしでテストするためのMockDeviceKit
official
modify-jsi-features
facebook
Guide for adding new JSI functionality to the JavaScript Interface (JSI) layer. Use when the user asks to add, create, or implement new methods or features in…
official
modify-jsi-features
facebook
JavaScript Interface(JSI)レイヤーに新しいJSI機能を追加するためのガイド。ユーザーが新しいメソッドや機能の追加、作成、実装を依頼した際に使用します。
official
modify-shaped-array-dsl
facebook
Use when Pyrefly computes a wrong tensor shape (or is missing one that can't be expressed in a stub signature) and you need to add or fix a shape-DSL rule.…
official
modify-shaped-array-dsl
facebook
Pyreflyが誤ったテンソル形状を計算した場合(またはスタブシグネチャで表現できない形状が欠落している場合)に、形状DSLルールを追加または修正する必要があるときに使用します。
official
non-interactive-git-rebase
facebook
Use when needing to reorder, split, drop, or amend git commits that are not the top commit, without interactive editor access. Covers programmatic rebase via…
official
non-interactive-git-rebase
facebook
最上位のコミットではないgitコミットの並び替え、分割、削除、修正を、インタラクティブエディタを使わずに行う必要がある場合に使用します。プログラムによるリベースをカバーします…
official
permissions-registration
facebook
App registration with Meta AI and device permission flows
official
permissions-registration
facebook
App registration with Meta AI, camera permission flows
official
permissions-registration
facebook
Meta AIによるアプリ登録とデバイス許可フロー
official
permissions-registration
facebook
Meta AIへのアプリ登録、カメラ権限のフロー
official
relay-best-practices
facebook
Relayは、コロケーション、コンポーザブル、型安全なデータフェッチを強制するReact向けのGraphQLクライアントです。その核となる洞察は、各コンポーネントがGraphQLフラグメントを介して必要なデータを正確に宣言し、Relayがフェッチ、キャッシュ、一貫性、更新といった残りの処理を担当するという点にあります。
official
relay-e2e-test
facebook
Write and run markdown-driven e2e tests for Relay. Covers fixture format, server/client code patterns, interaction DSL, snapshots, and running tests.
official
relay-e2e-test
facebook
Relay向けのMarkdown駆動のE2Eテストを作成・実行します。フィクスチャ形式、サーバー/クライアントコードパターン、インタラクションDSL、スナップショット、テスト実行をカバーします。
official
relay-performance
facebook
Relayアプリケーションのパフォーマンスベストプラクティス。データフェッチの最適化、再レンダリングの削減、キャッシュ設定、または最初の表示までの時間改善に使用します。
official
sample-app-guide
facebook
Building a complete DAT app with session creation, camera streaming, and photo capture
official
sample-app-guide
facebook
セッション作成、カメラストリーミング、写真撮影を備えた完全なDATアプリの構築
official
sample-app-guide
facebook
カメラストリーミングと写真撮影機能を備えた完全なDATアプリの構築
official
search-docs
facebook
Search Meta developer documentation for API guides, references, and tutorials. Use when looking up how a Meta API works, finding integration guides, or…
official
session-lifecycle
facebook
Device session states, pause/resume, availability monitoring
official
session-lifecycle
facebook
Session state, stream state, pause and resume behavior, and device availability monitoring
official
session-lifecycle
facebook
セッション状態、ストリーム状態、一時停止と再開の動作、およびデバイス可用性監視
official
session-lifecycle
facebook
デバイスセッション状態、一時停止/再開、可用性監視
official
test
facebook
Reactコードベースのテストを複数のリリースチャンネルと設定で実行します。6つのリリースチャンネル(source(デフォルト)、experimental、www、www with variant false、stable、classic)をサポートし、それぞれ異なるフィーチャーフラグ設定を持ちます。テストパターン、TDD用のウォッチモード、異なるコードパスをテストするためのバリアントフラグを受け付けます。テストスイート全体を実行しないように明示的なテストパターン引数が必要です。障害を表面化するために--silentフラグを使用し、サンドボックス化のために--no-watchmanを使用します...
official
test-all
facebook
Parallel test orchestrator. Runs all 9 test suites concurrently via Task sub-agents and the iwsdk CLI. Handles build, example setup, dev servers, agent launch,…
official
test-all
facebook
並列テストオーケストレーター。Taskサブエージェントとiwsdk CLIを介して9つのテストスイートすべてを同時に実行します。ビルド、サンプルセットアップ、開発サーバー、エージェント起動などを処理します。
official
test-audio
facebook
Test audio system (AudioSource loading, playback state, stop, spatial audio) against the audio example using the iwsdk CLI.
official
test-audio
facebook
iwsdk CLIを使用して、オーディオの例(AudioSourceの読み込み、再生状態、停止、空間オーディオ)に対するオーディオシステムのテストを行います。
official
test-ecs-core
facebook
Test ECS core functionality (system registration, components, Transform sync, pause/step/resume, system toggle, entity discovery, snapshots) against the poke…
official
test-ecs-core
facebook
ECSコア機能(システム登録、コンポーネント、Transform同期、一時停止/ステップ/再開、システム切り替え、エンティティ発見、スナップショット)をpoke…に対してテストする
official
test-environment
facebook
Test environment system (DomeGradient, IBLGradient, default lighting, component schemas) against the poke example using the iwsdk CLI.
official
test-environment
facebook
テスト環境システム(DomeGradient、IBLGradient、デフォルト照明、コンポーネントスキーマ)を、iwsdk CLIを使用してpoke例に対してテストします。
official
test-grab
facebook
Test grab system (distance grab, one-hand grab, two-hand grab) against the grab example using the iwsdk CLI.
official
test-grab
facebook
iwsdk CLIを使用して、グラブ例に対するテストグラブシステム(遠距離グラブ、片手グラブ、両手グラブ)を実行します。
official
test-interactions
facebook
Test XR interactions (ray, poke/touch, dual-mode, audio, UI panel) against the poke example using the iwsdk CLI.
official
test-interactions
facebook
iwsdk CLIを使用して、ポーク例に対してXRインタラクション(レイ、ポーク/タッチ、デュアルモード、オーディオ、UIパネル)をテストします。
official
test-level
facebook
Test level system (LevelRoot, LevelTag, default lighting, scene hierarchy) against the poke example using the iwsdk CLI.
official
test-level
facebook
iwsdk CLIを使用して、ポケモンの例に対してテストレベルシステム(LevelRoot、LevelTag、デフォルトの照明、シーン階層)をテストします。
official
test-locomotion
facebook
Test locomotion system (slide, snap turn, teleport, jump) against the locomotion example using the iwsdk CLI.
official
test-locomotion
facebook
iwsdk CLIを使用して、移動システム(スライド、スナップターン、テレポート、ジャンプ)を移動例に対してテストします。
official
test-physics
facebook
Test Havok physics system (gravity, rigid bodies, static vs dynamic) against the physics example using the iwsdk CLI.
official
test-physics
facebook
Havok物理システム(重力、剛体、静的と動的)を、iwsdk CLIを使用した物理サンプルに対してテストします。
official
test-ui
facebook
Test UI system (PanelUI, ScreenSpace) against the poke example using the iwsdk CLI.
official
test-ui
facebook
iwsdk CLIを使用して、ポークの例に対してテストUIシステム(PanelUI、ScreenSpace)をテストします。
official
verify
facebook
Reactコントリビューション向けのプリコミット検証で、型チェックとテストを並行実行します。フォーマットとリンティングは逐次実行し、最初の失敗で停止して早期に問題を検出します。型チェックと2つのテストスイート(ソースとwww)をサブエージェントで並行実行し効率化します。実行するテストをフィルタリングするオプションのテストパターン引数を受け付けます。いずれかのステップが失敗した場合、詳細な失敗レポートと修正案を提供します。
official
webhook-setup
facebook
Set up webhooks for a Meta app end-to-end — discover available topics, subscribe to fields, and verify with a test payload. Use when configuring webhooks for…
official
xr-mode-test
facebook
Test XR session lifecycle and mode transitions. Use when verifying XR enter/exit behavior, testing mode-dependent features, or debugging session state issues.
official
xr-mode-test
facebook
XRセッションのライフサイクルとモード遷移をテストします。XRの開始/終了動作の確認、モード依存機能のテスト、またはセッション状態の問題のデバッグに使用します。
official