← スキル一覧に戻る

strategic-release-management
by Shiminize
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: Strategic Release Management description: A unified "Releaser" skill that orchestrates all other skills (Code Quality, DB, Tests, UI) into a single gated commit workflow.
🚢 Strategic Release Management Skill
This skill is the "Captain" of the repository. It operationalizes the Git Coordinator persona but upgrades it for the Gemini 3 era.
🎯 When to Use
- ALWAYS: Use this instead of
git commit. - Merging branches: Verifies integration.
🛠️ Toolbelt
1. The Gated Commit (Standard)
One command to run ALL audits (Code Quality, DB, UI, Tests) and commit only if they pass.
node .agent/skills/release-manager/scripts/gated-commit.js "feat(scope): message"
2. The Emergency Bypass
Use with Caution. Logs the violation for future audit.
node .agent/skills/release-manager/scripts/gated-commit.js "wip(scope): fire fix" --bypass
🛡️ The Gates of Quality
| Gate | Guarding | Tool Run |
|---|---|---|
| 1. Lint/Types | Code Quality | scan-quality-metrics.js |
| 2. DB Health | Data Integrity | audit-prisma-schema.js |
| 3. Visuals | UI/UX Standard | scan-token-violations.js |
| 4. Function | User Journey | run-smoke-tests.js |
🚨 Recovery Protocol
What to do if the Gate slams shut?
- Read the Log: The script outputs EXACTLY why it failed.
- Fix Forward:
- Lint Error? Fix the specific line.
- Test Fail? Revert the recent logic change.
- Do NOT Bypass unless:
- The site is down.
- It is a pure documentation change (use
--bypasswith context).
- Re-run:
gated-commitis idempotent. Run it until it passes.
🧠 Philosophy
"Slow is Smooth, Smooth is Fast." It feels slower to run tests locally, but it is infinitely faster than fixing a production bug.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です