← Back to list

agent-friendly-commands
by localtaskrepo
The local task repo main repo used to build the binaries
⭐ 1🍴 0📅 Jan 24, 2026
SKILL.md
name: agent-friendly-commands description: Use these when you want low-noise lint/test output (good for LLM/CI logs) while staying aligned with repo policy.
Goal
Run the same checks as CI with less ANSI noise and more compact reporters.
Commands
- Lint (no ANSI):
npm run lint:agent - Unit/integration tests (Rust + UI):
npm run test:agent - Rust-only tests (nextest, CI profile):
npm run test:rust:agent - UI unit tests (Vitest, dot reporter):
npm run test:ui:agent - Smoke suite (builds first):
npm run test:smoke:agent - Smoke suite (no rebuild):
npm run test:smoke:quick:agent
When to use what
- Tight loop on a Rust failure: start with
npm run test:rust:agent, then widen tonpm run test:agent. - Tight loop on a UI unit test:
npm run test:ui:agent -- -t "<substring>". - Tight loop on smoke:
npm run test:smoke:quick:agent -- -t "<substring>"(only if you already built recently).
Notes
- These scripts are implemented inline in
package.jsonusingbash -lcto setNO_COLOR=1, disable forced color, and use dot reporters for Vitest. - Repo policy still applies: after code changes, the completion bar is
npm run lint,npm test,npm run smoke.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon