Documentation
README
source-command-check
Use this skill when the user asks to run the migrated source command check.
Command Template
按顺序执行下面四条命令,任何一条失败都立即停下,并把失败命令名和最后 30 行输出汇报给我。不要自己 patch 错误,只汇报。
pnpm lintpnpm test:runpnpm buildcargo check --manifest-path src-tauri/Cargo.toml
成功的话,简短回报每一步的耗时即可。