Prepare, validate, and send or update a pull request with full due diligence
원문 언어: 영어
메뉴
SkillsMP는 MystenLabs/sui에서 9개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 9개 중 9개를 표시합니다.
Prepare, validate, and send or update a pull request with full due diligence
원문 언어: 영어
Use when reading or reasoning about compiled Move bytecode or `sui move disassemble` output. Mental model for the binary format, what survives compilation (and what's lost), and how to read disassembly soundly. Trigger on "what does this package do?", "read…
원문 언어: 영어
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref…
원문 언어: 영어
Use to get bytecode for a deployed Sui package and produce a disassembled working view. One GraphQL call fetches every module's raw bytecode bytes; `sui move disassemble` (already on the system, running `sui prompt`) produces `.asm` files for analysis.…
원문 언어: 영어
Use when auditing, reviewing, or hunting for vulnerabilities in Move code on Sui. Applies equally to source code (.move files) and to disassembly of compiled bytecode (on-chain packages). A checklist of invariants whose VIOLATION causes exploitable bugs:…
원문 언어: 영어
Debug deterministic Sui simtest failures with structured experiments, logging-only changes, and NOTEBOOK.md observations.
원문 언어: 영어
Cherry-pick a commit from main to a Sui release branch, create the release PR, and report the PR URL.
원문 언어: 영어
Run Sui dual execution replay between base and tip commits, recover failed steps, build, and commit replay instrumentation.
원문 언어: 영어
Safely modify or verify Sui protocol config changes, including version bumps, release-branch checks, guards, and snapshots.
원문 언어: 영어