TestFlight Feedback
Auto-Fix Pipeline
Testers submit feedback in TestFlight. AI reads it, fixes the code, verifies the build, and ships a new version — all automatically, every 15 minutes.
✓ Fetch feedback — Found 3 new items
✓ Claude auto-fix — 3 commits
fix: card height inconsistency when value is zero
fix: remove redundant calorie display area
fix: default collapse assumptions section
✓ Build verification — BUILD SUCCEEDED
✓ Unit tests — 268 tests passed
✓ Push and deploy — TestFlight build triggered
Done in 4m 12s — $0 cost
How It Works
End-to-end automation from tester feedback to new TestFlight build. No human intervention required.
Step 01
Tester Feedback
Screenshots & crash reports from TestFlight
Step 02
Fetch & Filter
Poll App Store Connect API every 15 min
Step 03
AI Fix
Claude Code reads codebase & commits fixes
Step 04
Build & Test
xcodebuild + unit tests. Reverts if fail
Deploy
TestFlight
Auto-push to release branch → new build
Quick Setup
One command to deploy with Claude Code or Codex
Claude Code
claude -p "Install testflight-feedback-fix from github.com/nicejungle/testflight-feedback-fix into this project"
Codex
codex "Install testflight-feedback-fix from github.com/nicejungle/testflight-feedback-fix into this project"
Manual Setup
git clone github.com/nicejungle/
testflight-feedback-fix
cd testflight-feedback-fix
./scripts/setup-runner.sh
cp workflows/* .github/workflows/
cp -r lib/ scripts/ .
cp fastlane/Fastfile fastlane/
gh secret set ASC_KEY_ID
gh secret set ASC_ISSUER_ID
gh secret set ASC_KEY_CONTENT
gh secret set ASC_APP_ID
gh secret set KEYCHAIN_PASSWORD
Key Features
- check_circleAI code fixes via Claude Code (Opus 4.6)
- check_circleBuild + test with 3x auto-retry
- check_circleReal-time dashboard via Tailscale
- check_circleLive Claude thinking stream
- check_circleClick to view commit diffs & run logs
- check_circleDismiss, fix single, trigger, cancel
- check_circleAdaptive fetch (20→200 items)
- check_circle$0 cost — self-hosted, any plan
简体中文
全自动化流水线:TestFlight 反馈 → AI 修复 → 构建验证 → 自动发版。使用 Claude Code 订阅额度,零额外费用。
git clone github.com/nicejungle/
testflight-feedback-fix
./scripts/setup-runner.sh
日本語
完全自動パイプライン:TestFlightフィードバック → AI修正 → ビルド検証 → 自動デプロイ。Claude Codeサブスクリプションを使用、追加費用ゼロ。
git clone github.com/nicejungle/
testflight-feedback-fix
./scripts/setup-runner.sh