en un clic
source-command-check
跑全套本地校验(前端 lint/test/build + Rust check)。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
跑全套本地校验(前端 lint/test/build + Rust check)。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.
Basé sur la classification professionnelle SOC
| 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成功的话,简短回报每一步的耗时即可。