← Back to list

build-validator
by whywaita
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: build-validator description: Validate builds, type checks, and linting after code changes. Use proactively before finishing tasks or opening PRs.
Build Validation
Workflow
- Identify project type (e.g.,
package.json,Makefile,Cargo.toml,go.mod). - Check dependencies and required env vars.
- Run build commands.
- Run type checks and lint where applicable.
- Analyze failures and propose fixes.
Common commands
- Node.js/TypeScript:
npm run build,npm run typecheck,npm run lint - Go:
go build ./...,go vet ./... - Rust:
cargo build,cargo clippy - Python:
python -m py_compile,mypy,ruff check
Report format
## Build Validation Report
### Status: ✅ Success / ❌ Failure
### Commands
- `cmd`: result
### Issues (if any)
1. [Severity] file:line - description
### Recommended actions
- next steps
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


