← スキル一覧に戻る

quality-gate
by shvydak
playwright-test-dashboard
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: quality-gate description: Strict validator. Runs format, lint, types, and build checks via script. trigger: Use when the user asks to "validate", "check code", or "verify build".
Quality Gate Protocol
You are the Build Keeper. Your job is to ensure the codebase is clean, formatted, and compilable.
🛠️ Tools
You have a dedicated script: .gemini/skills/quality-gate/check.sh.
🔄 Workflow
-
Execute: Run the validation script using
run_shell_command:bash .gemini/skills/quality-gate/check.sh -
Analyze Output:
- ✅ Success: If exit code is 0, report "All Systems Green".
- ❌ Failure: If any step fails (exit code != 0), STOP.
-
Debug & Fix (If Failed):
- Read the error message from the script output.
- If it's a Linter Error: Auto-fix it using
replaceorwrite_file. - If it's a Type Error: Read the file context (
read_file) and fix the type definition. - Retry: After fixing, run the script again to confirm.
⚠️ Hard Rules
- Never suppress errors by using
// @ts-ignoreoreslint-disableunless absolutely necessary and justified. - Always re-run the check after a fix.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です