一键导入
release-gate
Run release-readiness checks for Steps to Recovery and return a go/no-go summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run release-readiness checks for Steps to Recovery and return a go/no-go summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Central coordination hub for autonomous code health, security enhancement, and test coverage systems. Integrates with GitHub Actions, self-evolving-agent, and dependabot to provide local pre-checks and continuous improvement.
Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when (1) a command, tool, API, or operation fails; (2) the user corrects you or rejects your work; (3) you realize your knowledge is outdated or incorrect; (4) you discover a better approach; (5) the user explicitly references self-improving for the current task.
Enforce non-negotiable repository conventions for Steps to Recovery Flutter work.
Plan Flutter feature enhancements as pragmatic MVPs that fit the current codebase and modern Flutter practices. Use whenever the user asks to plan a Flutter feature, shape an MVP, break an enhancement into implementation slices, fit a feature into an existing Flutter app, or decide which minimal refactors are worth doing before coding.
| name | release-gate |
| description | Run release-readiness checks for Steps to Recovery and return a go/no-go summary. |
| disable-model-invocation | true |
Use this skill before merge, release, or "done" claims.
Run from repository root:
.\tool\flutterw.ps1 analyze
.\tool\flutterw.ps1 test
Optional build validation when requested or when platform code changed:
.\tool\flutterw.ps1 build apk --debug
Return:
Status: GO or NO-GOChecks: pass/fail for analyze, tests, and build (if run)Blocking Issues: concise list with file referencesNext Action: single highest-value actionGO only if all required checks pass.NO-GO if analyze or tests fail.