← スキル一覧に戻る

pre-release
by carrotwaxr
Modern video streaming app with adaptive transcoding for Stash media server
⭐ 20🍴 4📅 2026年1月23日
SKILL.md
name: pre-release description: Run all validation checks before tagging a new release
Pre-Release Checks
Run this before tagging a new version to ensure everything works.
Checklist
-
Server Unit Tests
cd server && npm testExpected: All tests pass
-
Server Linter
cd server && npm run lintExpected: No errors (warnings OK)
-
Client Unit Tests
cd client && npm testExpected: All tests pass
-
Client Linter
cd client && npm run lintExpected: No errors (warnings OK)
-
Integration Tests
cd server && npm run test:integrationExpected: All tests pass Note: Requires testEntities.ts to be configured
-
Client Build
cd client && npm run buildExpected: Build succeeds without errors
-
Docker Build
docker build -f Dockerfile.production -t peek:test .Expected: Image builds successfully
After All Checks Pass
Report summary:
- Unit tests: X passed
- Integration tests: X passed
- Linter: Clean
- Build: Success
Ready to proceed with release tagging.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です