← スキル一覧に戻る

build-check
by AppleLamps
⭐ 0🍴 0📅 2026年1月7日
SKILL.md
name: build-check description: Run build and lint verification before deployment. Use when user mentions "check build", "verify", "pre-deploy", "ready to deploy", or asks to validate the project. allowed-tools: Read, Glob, Grep, Bash
Build Check
Pre-deployment verification for the Next.js portfolio site.
Instructions
-
Run lint check:
npm run lint -
Run production build:
npm run build -
If errors occur:
- Parse error messages
- Identify affected files
- Suggest specific fixes
-
Report results summary:
- Lint warnings/errors count
- Build success/failure
- Bundle size if available
Default Commands
- Lint:
npm run lint - Build:
npm run build - Type check:
npx tsc --noEmit
Examples
- "Check if the build passes"
- "Verify before deploying"
- "Run pre-deploy checks"
Guardrails
- Do NOT modify files to fix errors without user confirmation
- Report issues clearly with file paths and line numbers
- If build fails, ask user before attempting fixes
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です