QualityRust

Source Command Check

by shirenchuang

Source Command Check is a Quality skill for Claude Code, published by shirenchuang in agentbro.

212 stars30 forkson shirenchuang/agentbroAdded 2026/09/04Repository updated 2026/08/04
agent-toolsai-agentsclaude-codecoding-agentcursordesktop-appdeveloper-toolsdynamic-islandgemini-clilocal-firstmacosmcpopenai-codexreactrusttauritypescript
Install in seconds
Install Source Command Check
Copy Source Command Check into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/shirenchuang/agentbro/tree/main/.agents/skills/source-command-check ~/.claude/skills/source-command-check

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/shirenchuang/agentbro.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/source-command-check/SKILL.md in shirenchuang/agentbro
Installs to
~/.claude/skills/source-command-check
Collection
One of 3 skills cataloged from this repository
Category
Quality1557 skills

What Source Command Check does

Source Command Check runs the full local validation sequence for the migrated `check` command. Use it to run frontend lint, tests, build, and Rust `cargo check`, stopping at the first failure and reporting the output.

Source Command Check is cataloged under Quality on DirSkills. Source Command Check comes from a repository tagged agent-tools, ai-agents, claude-code, coding-agent and cursor.

Documentation

README

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

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

Frequently asked about Source Command Check

  • What else does shirenchuang publish alongside Source Command Check?

    Source Command Check is one of 3 skills that DirSkills catalogs from shirenchuang/agentbro, the repository it ships in. Its siblings there include AgentBro PR Merge and AgentBro Release. Each one is a separate skill with its own page in this directory, installs the same way Source Command Check does, and is maintained by shirenchuang in that same repository. The rest of the collection is listed on the shirenchuang/agentbro page.

  • How does Source Command Check compare to other Quality skills?

    Source Command Check ranks #1428 by stars among the 1557 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Source Command Check against them. Open each page to compare what they document and how they install.