Back to list
aztr0nutzs

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

  • VERSION for release tag
  • WINDOWS_PACKAGE_SUMMARY.md, WINDOWS_RELEASE_NOTES.md, INDEX_WINDOWS.md
  • INSTALL_WINDOWS.md, QUICKSTART_WINDOWS.md
  • requirements.txt, requirements_legacy.txt, requirements_windows.txt
  • launch_gui.bat, launch_gui.ps1, create_shortcut.ps1

Workflow

  1. Define build targets:
    • Legacy: PyQt5 + CPU-gated compatibility.
    • Modern: PyQt6 + full feature set.
  2. Ensure requirements are clean and pinned for each target. Keep Qt5 and Qt6 separate.
  3. If PyInstaller specs exist, reuse them; otherwise define consistent build commands for each target.
  4. Stamp versions from VERSION into output naming and release notes.
  5. Package artifacts with launchers and required assets. Avoid bundling unused docs or tools.
  6. 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