Back to list
Shiminize

strategic-release-management

by Shiminize

0🍴 0📅 Jan 22, 2026

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

GateGuardingTool Run
1. Lint/TypesCode Qualityscan-quality-metrics.js
2. DB HealthData Integrityaudit-prisma-schema.js
3. VisualsUI/UX Standardscan-token-violations.js
4. FunctionUser Journeyrun-smoke-tests.js

🚨 Recovery Protocol

What to do if the Gate slams shut?

  1. Read the Log: The script outputs EXACTLY why it failed.
  2. Fix Forward:
    • Lint Error? Fix the specific line.
    • Test Fail? Revert the recent logic change.
  3. Do NOT Bypass unless:
    • The site is down.
    • It is a pure documentation change (use --bypass with context).
  4. Re-run: gated-commit is 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.

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