# Kala Atelier > AI-Powered Code Review with Claude: What to Check and How to Prompt Claude reviews code across six dimensions — correctness, security, performance, readability, test coverage, and edge cases — consistently, ## Pages - [Home](https://kalaatelier.com/) - [About](https://kalaatelier.com/about/): I started writing PHP code in 2005 in a small office in Surat, Gujarat, India. Manual deployments on Friday afternoons.... - [AI-Powered Dev Workflow: The Complete 10-Post Series](https://kalaatelier.com/ai-powered-dev-workflow-the-complete-10-post-series/): Why this series exists I’ve been in software development since 2005. In that time I’ve written more BRDs, FRDs, Confluence... ## Posts - [Getting Client Sign-Off: Finalize Design + Docs with Claude's Help](https://kalaatelier.com/getting-client-sign-off-finalize-design-docs-with-claudes-help/): Clients don't read BRDs. This post shows how to use Claude to create a client-friendly project summary, run a design... - [Auto-Generate Confluence Pages from Your BRD and Functional Docs](https://kalaatelier.com/auto-generate-confluence-pages-from-your-brd-and-functional-docs/): Claude can generate Confluence-ready wiki markup directly from your BRD and FRD — and with the Atlassian MCP connected, push... - [Create Jira Epics, Stories, and Tasks with Claude — Zero Manual Work](https://kalaatelier.com/create-jira-epics-stories-and-tasks-with-claude-zero-manual-work/): The FRD already has everything Jira needs. This post shows how to use Claude to generate epics, stories, and tasks... - [Write Complete Test Cases from Your Functional Docs Using Claude](https://kalaatelier.com/write-complete-test-cases-from-your-functional-docs-using-claude/): Test cases written from memory miss things. This post shows how to use Claude to generate a complete, importable test... - [The CLAUDE.md File: Your Secret Weapon for AI-Assisted Coding](https://kalaatelier.com/the-claude-md-file-your-secret-weapon-for-ai-assisted-coding/): Every time you start a Claude Code session without a CLAUDE. md file, you are starting from zero. This post... - [Test Case Review with Claude: Find the Gaps Before QA Does](https://kalaatelier.com/test-case-review-with-claude-find-the-gaps-before-qa-does/): Finding a gap in your test cases during QA is expensive. This post shows how to use Claude to cross-check... - [AI-Powered Code Review with Claude: What to Check and How to Prompt](https://kalaatelier.com/ai-powered-code-review-with-claude-what-to-check-and-how-to-prompt/): Claude reviews code across six dimensions — correctness, security, performance, readability, test coverage, and edge cases — consistently, every time.... - [Writing a Functional Requirements Document with Claude Code](https://kalaatelier.com/writing-a-functional-requirements-document-with-claude-code/): If the BRD is the "what," the FRD is the "how. " This post shows how to write a Functional... - [Aligning Your BRD and Functional Document Using Claude](https://kalaatelier.com/aligning-your-brd-and-functional-document-using-claude/): You have a BRD. You have an FRD. But are these two documents actually talking about the same project? This... - [How I Created a Full BRD in 20 MinutesUsing Claude Code](https://kalaatelier.com/how-i-created-a-full-brd-in-20-minutes-using-claude-code/): I used to dread writing BRDs. Not because the thinking was hard — I know... # # Detailed Content ## Pages ## Posts Clients don't read BRDs. This post shows how to use Claude to create a client-friendly project summary, run a design review checklist, handle change requests cleanly, and get a formal sign-off — all for ClientHub. Claude can generate Confluence-ready wiki markup directly from your BRD and FRD — and with the Atlassian MCP connected, push the pages to your Confluence space without you touching a browser. The FRD already has everything Jira needs. This post shows how to use Claude to generate epics, stories, and tasks top-down — and push them directly to Jira via the MCP without touching the interface. Test cases written from memory miss things. This post shows how to use Claude to generate a complete, importable test case set from your FRD — covering positive, negative, edge case, and role-based scenarios. Every time you start a Claude Code session without a CLAUDE.md file, you are starting from zero. This post shows what CLAUDE.md is, the 10 sections it should have, and the full ClientHub example you can copy. Finding a gap in your test cases during QA is expensive. This post shows how to use Claude to cross-check test cases against your FRD, surface redundant coverage, and generate the missing tests before QA finds them. Claude reviews code across six dimensions — correctness, security, performance, readability, test coverage, and edge cases — consistently, every time. This post shows the exact prompts, a worked example with three real bugs, and an honest list of what Claude cannot do. If the BRD is the "what," the FRD is the "how." This post shows how to write a Functional Requirements Document using Claude Code — continuing with the ClientHub project from Post 1. You have a BRD. You have an FRD. But are these two documents actually talking about the same project? This post shows how to use Claude to cross-check your documents, generate a traceability matrix, and fix gaps before they reach development.