prompts!
Browse
Back to prompts
Coding
Claude

Senior Code Review

Critical review for correctness, edge cases, security, and maintainability before merge.

Prompt
Copy the prompt, then replace the placeholders with your own context.
Review this change like a senior engineer blocking merge if needed. Cover: - Correctness and edge cases (null, empty, concurrency, error paths) - Security (injection, authz, secrets, unsafe defaults) - API and UX regressions - Test gaps — what should be tested but is not - Naming, coupling, and future maintenance cost Output format: 1. Summary (approve / approve with nits / request changes) 2. Must-fix issues (blocking) 3. Should-fix issues (non-blocking) 4. Questions for the author 5. Suggested tests Be specific. Reference files and lines. Do not rewrite the whole PR unless asked.

Related prompts

More prompts with similar tags or categories.

Coding
Cursor
Implement the thinnest end-to-end slice of a feature to validate the approach.
396 copies

Implement a vertical slice of this feature — thinnest path end-to-end. Rules: - One happy path only — no edge cases yet unless trivial - Real persistence and UI wire-up, not mocks (unless spike labeled) - Tests for the happy path - List follow-up slices explicitly Goal: learn fast with something demoable today.

mvp
workflow
by prompts!
View
Coding
Cursor
Build a concise AGENTS.md-style context file for coding agents working in this repo.
451 copies

Explore this repository and draft an AGENTS.md for coding agents. Include only durable facts: - What the product does - Stack and key directories - How to run dev, test, lint - Database/auth conventions - What not to do (destructive migrations, etc.) Exclude secrets and one-off tickets. Keep under 80 lines. Use bullet points.

agents
documentation
cursor
by prompts!
View
Coding
Any model
Update setup docs so a new dev can run the app in under 10 minutes.
191 copies

Update README / AGENTS.md for onboarding after this change. Must include: - Prerequisites and env vars (names only, no secret values) - Install and dev commands that actually work - How to run tests and lint - Common failure modes and fixes Test instructions mentally against a fresh clone. Remove stale steps.

documentation
onboarding
by prompts!
View