# Source Command Check

> 跑全套本地校验(前端 lint/test/build + Rust check)。

- Skill: `shirenchuang/source-command-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shirenchuang/source-command-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shirenchuang/source-command-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shirenchuang (https://skillmd.com/u/shirenchuang)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shirenchuang/source-command-check

---


# source-command-check

Use this skill when the user asks to run the migrated source command `check`.

## Command Template

按顺序执行下面四条命令,任何一条失败都立即停下,并把失败命令名和最后 30 行输出汇报给我。**不要自己 patch 错误**,只汇报。

1. `pnpm lint`
2. `pnpm test:run`
3. `pnpm build`
4. `cargo check --manifest-path src-tauri/Cargo.toml`

成功的话,简短回报每一步的耗时即可。

