Agent skill
Leavn Final Build Push
Fix last few build errors aggressively, get clean build, commit everything, and prepare for ship in Leavn iOS app
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/leavn-final-build-push
SKILL.md
Leavn Final Build Push
Instructions
Aggressively fix remaining errors to get clean build:
-
Count errors:
bashxcodebuild build 2>&1 | grep -c "error:" -
If <10 errors - FIX DIRECTLY:
- Read error locations
- Apply quick fixes
- Comment out if too complex
- Priority: BUILD SUCCEEDS
-
Quick fix strategies:
- Missing property: Add stub or comment out usage
- Binding error: Add @Bindable or remove binding
- Type mismatch: Cast or change type
- Actor isolation: Add nonisolated(unsafe)
- Missing import: Add import
-
Nuclear options (if stuck):
- Comment out broken features
- Disable problematic files
- Use
#if falseto guard code - Fix properly in next session
-
Success criteria:
** BUILD SUCCEEDED **- Commit immediately
- Document TODOs for disabled code
Use this skill when: Almost at clean build, <10 errors left, need to ship, aggressive fixes needed
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?