source-command-check

A local validation workflow that runs frontend linting, tests, a frontend build, and a Rust check in sequence. It uses the repository's pnpm and Cargo commands.

In plain words
What is it for?
Use it when asked to run the migrated source command `check`, especially after changes to a project containing a frontend and Rust code. If everything passes, it reports each step's duration.
Why use it?
It provides a consistent full-project check and stops when one command fails. The result reports the failed command and its final 30 output lines, without attempting fixes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/shirenchuang/agentbro/source-command-check
Any agent
npx skills add shirenchuang/agentbro --skill source-command-check
Clone the repo
git clone --depth 1 https://github.com/shirenchuang/agentbro

Made for: Claude Code, Codex.

Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 156 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.00156
Opus 5 $0.00010 $0.00078
Sonnet 5 $0.00004 $0.00031
Haiku 4.5 $0.00002 $0.00016

Measured 3d ago against content hash 6bb6fc1b61b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

source-command-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/source-command-check/SKILL.md · 20 lines

What it actually says

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

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

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 20 lines · 21 tokens per session scan A 6bb6fc1b61b9

Subscribe to this mod's changes

source-command-check is a skill published in the GitHub repository shirenchuang/agentbro (211 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 21 tokens to every session and 156 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

oculpm-journal

MCP 도구가 보이면 이 스킬 대신 도구를 쓴다 — journalwrite / planstatus / planupdate 가 경로·파일명·frontmatter 규격을 서버에서 보장한다. 아래는 도구가 없을 때 파일을 직접 쓰는 규격이다.

bunhine0452/Ocul-PM · 58 tokens

self-audit

작업을 "완료"라고 보고하기 직전, 스스로 결과를 감사할 때. 커밋/PR 직전 최종 점검에도 사용.

bunhine0452/Ocul-PM · 39 tokens

project-inception

Use when kicking off a new project or feature area in an ocul-pm tracked project (.oculpm/ present) — research the stack landscape via web search, then converse with the user (research-backed choices) to settle the optimal spec, and seed a discussion doc, a detailed 3-depth plan (plancreate), EVALS.md done-criteria…

bunhine0452/Ocul-PM · 85 tokens

run-evals

기능 구현·수정을 마친 뒤 프로젝트의 EVALS.md 평가 기준을 실행/채점할 때. "evals 돌려줘" 요청이나 완료 게이트 검증에 사용.

bunhine0452/Ocul-PM · 46 tokens

tdd-workflow

새 기능·버그 수정을 테스트 먼저(TDD)로 진행할 때. "TDD로 해줘", "테스트 먼저" 요청이나 회귀가 잦은 영역 작업에 사용.

bunhine0452/Ocul-PM · 47 tokens

pi-dev-workflow

Como configurar o workflow de desenvolvimento de extensões e pacotes pi. Use quando o usuário estiver desenvolvendo extensões em um monorepo, precisar alternar entre código local e pacotes publicados, ou tiver conflitos de carregamento de pacotes.

aretw0/agents-lab · 55 tokens