Skip to main content

release-readiness

Use before final merge recommendations or version tag release candidates to verify quality gates and SemVer decisions.

インストールへ移動

ソース情報

リポジトリ
meshtastic/meshtastic-sdk
ソースの最終更新活動
2026年5月2日 00:29
検出された SKILL.md の言語
英語
スター
11
フォーク
6

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
release-readiness
description
Use before final merge recommendations or version tag release candidates to verify quality gates and SemVer decisions.
# Release Readiness Use this skill before final merge recommendations or version tag release candidates. ## Goals - Ensure quality gates and policy checks are satisfied. - Make SemVer and API compatibility decisions explicit. - Reduce release regressions from process gaps. ## Required Context - AGENTS.md - CONTRIBUTING.md - docs/ci-cd.md - docs/versioning.md - docs/manual-tests.md ## Workflow 1. Validate local prerequisites and submodule state. 2. Run required quality checks (targeted first, full gate before finish). 3. Evaluate API impact and baseline updates. 4. Evaluate SemVer implications. 5. Confirm required docs and manual test artifacts are present. 6. Produce release verdict with blockers and confidence level. ## Command Set - ./gradlew detekt ktlintCheck - ./gradlew checkKotlinAbi - ./gradlew check - ./gradlew updateKotlinAbi (intentional API changes only) ## Deliverable - Gate status table - API and SemVer decision - Blockers and recommended next actions
GitHubで見る