with one click
source-command-check
跑全套本地校验(前端 lint/test/build + Rust check)。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
跑全套本地校验(前端 lint/test/build + Rust check)。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Use when releasing AgentBro from this repository: merging dev/main, bumping versions, updating release notes, tagging, pushing, monitoring GitHub Actions, Homebrew cask publication, or fixing a bad release.
Use when reviewing, fixing CI for, approving workflows for, or merging AgentBro pull requests into dev/main, especially external contributor PRs where contributor attribution matters.
Based on SOC occupation classification
| name | source-command-check |
| description | 跑全套本地校验(前端 lint/test/build + Rust check)。 |
Use this skill when the user asks to run the migrated source command check.
按顺序执行下面四条命令,任何一条失败都立即停下,并把失败命令名和最后 30 行输出汇报给我。不要自己 patch 错误,只汇报。
pnpm lintpnpm test:runpnpm buildcargo check --manifest-path src-tauri/Cargo.toml成功的话,简短回报每一步的耗时即可。