Skip to content
Development
Command

/check

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

From plugin
agentbro
2032 skills2 commands
Install
$ npx -y skills add shirenchuang/agentbro --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/check

Context preview

What this command does when you run it.

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

Command definition

check.md
description: 跑全套本地校验(前端 lint/test/build + Rust check)。
allowed-tools: Bash

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

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

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

Ships withagentbro

A macOS Dynamic Island for AI coding agents: Claude Code, Codex, Gemini CLI, Cursor, hooks, skills, and local agent management.

Get the whole plugin
Stats
203
Stars
28
Forks
Active
Maintenance
Rust
Language
Apache-2.0
License
6d ago
Last commit
3mo ago
Created

Repo: shirenchuang/agentbro