원클릭으로
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.