Back to list
carrotwaxr

pre-release

by carrotwaxr

Modern video streaming app with adaptive transcoding for Stash media server

20🍴 4📅 Jan 23, 2026

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

  1. Server Unit Tests

    cd server && npm test
    

    Expected: All tests pass

  2. Server Linter

    cd server && npm run lint
    

    Expected: No errors (warnings OK)

  3. Client Unit Tests

    cd client && npm test
    

    Expected: All tests pass

  4. Client Linter

    cd client && npm run lint
    

    Expected: No errors (warnings OK)

  5. Integration Tests

    cd server && npm run test:integration
    

    Expected: All tests pass Note: Requires testEntities.ts to be configured

  6. Client Build

    cd client && npm run build
    

    Expected: Build succeeds without errors

  7. 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

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon