
pre-release
by carrotwaxr
Modern video streaming app with adaptive transcoding for Stash media server
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.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon