بنقرة واحدة
bpx-validate
BPX `validate` command skill. Run package integrity checks (exit code 2 when result is not OK).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
BPX `validate` command skill. Run package integrity checks (exit code 2 when result is not OK).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
BPX `blueprint` command skill. Inspect and analyze blueprint exports, bytecode, and graph data.
BPX `class` command skill. Inspect one class export payload/header by index.
BPX `datatable` command skill. Read DataTable-family rows and update DataTable rows.
BPX `dump` command skill. Dump package summary/name/import/export tables in structured formats.
BPX `enum` command skill. List enum exports or update existing enum values.
BPX `export` command skill. Inspect export headers or update selected header fields.
| name | bpx-validate |
| description | BPX `validate` command skill. Run package integrity checks (exit code 2 when result is not OK). |
PREREQUISITE: Read bpx-shared.
bpx validate <file.uasset> [--binary-equality]
--binary-equality also checks no-op rewrite byte equality.result payload.2 indicates a non-OK validation result (not a transport/runtime failure).--binary-equality is the strongest no-op round-trip safety check.bpx validate ./Sample.uasset [--binary-equality]