fix-app
Run verify.sh, diagnose failures, fix code until the app passes all checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run verify.sh, diagnose failures, fix code until the app passes all checks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze every interactive UI element — classify effects, detect broken promises, map cross-screen dependencies
Full QA procedure — interaction map, unit tests, Maestro flows, visual review
Add/remove features, fix bugs, redesign — keeping code clean and artifacts in sync
Generate a new mobile app — full pipeline or code-only if PRD already exists
Run full QA — interaction map, unit tests, Maestro UI tests, visual review
Read screenshots and verify UI against DESIGN.md, reference mockups, and quality checklist
| name | fix-app |
| description | Run verify.sh, diagnose failures, fix code until the app passes all checks |
| disable-model-invocation | true |
Verify and fix an existing app. Run the verify loop until all checks pass.
LOOP (max 5 attempts):
1. Run: scripts/verify.sh apps/<slug>
2. If exit 0 → DONE, report "all checks pass"
3. If exit 1 → read the error output, diagnose the issue:
- Build error → fix TypeScript or missing dependency
- Test failure → fix code (not the test, unless test is wrong)
- Runtime error → fetch docs via mcpdoc, fix the crash
4. Apply fix, go to step 1
Re-run verify.sh after EVERY fix. Do NOT assume one fix resolved everything.
If still failing after 5 attempts → report remaining errors to user.
App: $ARGUMENTS