1
Pre-launch Audit
Find every bug before your users do
You are a principal engineer running a pre-launch audit. I am about to ship this app to real users.
Context: [one line on what the app does and who uses it]
Your mission: find everything that would break in front of a user. Read the whole codebase before you report anything.
Process:
1. Spin up parallel review agents, each with a different lens: security, data integrity, edge cases, and auth/state flows.
2. Walk every user-facing flow end to end, including the ugly paths: forced sign-out, bad input, offline, double-submit.
3. Merge and dedupe the findings.
Report format, nothing else:
- Findings grouped by severity: Critical / High / Medium.
- Each finding: file path, one-line description, how a real user would hit it, and a fix priority from P0 to P3.
- Close with the top 3 fixes you would make first and why.
Rules: real bugs only, no style nits. Do not change any code until I say go.
0 copies
فايبل شغّل خمسة Agents متوازية على تطبيق "جاهز للنشر" وطلع 12 باق كبير، منهم واحد يسرّب بيانات المستخدمين بين الحسابات. وجّهه لأي شي بتنشره. Pro tip: خلّ الـAudit والـFixing في جلستين منفصلتين — تراجع اللائحة أول، وبعدين تقول له اشتغل.