بنقرة واحدة
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.