← Back to list

netninja-release-packager
by aztr0nutzs
⭐ 0🍴 0📅 Dec 29, 2025
SKILL.md
name: netninja-release-packager description: Build NET-NiNJA release artifacts for legacy (Qt5) and modern (Qt6) targets, with version stamping and portable packaging. Use when creating release builds, packaging instructions, or PyInstaller specs for Windows.
Netninja Release Packager
Goal
Produce two release artifacts (legacy Qt5 and modern Qt6) with clear build commands, version stamping, and predictable runtime behavior.
Read First
VERSIONfor release tagWINDOWS_PACKAGE_SUMMARY.md,WINDOWS_RELEASE_NOTES.md,INDEX_WINDOWS.mdINSTALL_WINDOWS.md,QUICKSTART_WINDOWS.mdrequirements.txt,requirements_legacy.txt,requirements_windows.txtlaunch_gui.bat,launch_gui.ps1,create_shortcut.ps1
Workflow
- Define build targets:
- Legacy: PyQt5 + CPU-gated compatibility.
- Modern: PyQt6 + full feature set.
- Ensure requirements are clean and pinned for each target. Keep Qt5 and Qt6 separate.
- If PyInstaller specs exist, reuse them; otherwise define consistent build commands for each target.
- Stamp versions from
VERSIONinto output naming and release notes. - Package artifacts with launchers and required assets. Avoid bundling unused docs or tools.
- Document a single canonical build command per target plus a quick verification step.
Output Expectations
- Two named artifacts: legacy and modern.
- Clear build instructions and versioned outputs.
- Notes on runtime expectations and CPU gating behavior.
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon