From b9867b131f7dc01bd664a35e32660d6533298678 Mon Sep 17 00:00:00 2001 From: Mick Letofsky Date: Fri, 19 Dec 2025 16:57:48 +0100 Subject: [PATCH] Remove additional code review prompt file (#954) --- .claude/prompts/review-code.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .claude/prompts/review-code.md diff --git a/.claude/prompts/review-code.md b/.claude/prompts/review-code.md deleted file mode 100644 index 93b97cfa..00000000 --- a/.claude/prompts/review-code.md +++ /dev/null @@ -1,27 +0,0 @@ -Please review this pull request with a focus on: - -- Code quality and best practices -- Potential bugs or issues -- Security implications -- Performance considerations - -Note: The PR branch is already checked out in the current working directory. - -Provide a comprehensive review including: - -- Summary of changes since last review -- Critical issues found (be thorough) -- Suggested improvements (be thorough) -- Good practices observed (be concise - list only the most notable items without elaboration) -- Action items for the author -- Leverage collapsible
sections where appropriate for lengthy explanations or code - snippets to enhance human readability - -When reviewing subsequent commits: - -- Track status of previously identified issues (fixed/unfixed/reopened) -- Identify NEW problems introduced since last review -- Note if fixes introduced new issues - -IMPORTANT: Be comprehensive about issues and improvements. For good practices, be brief - just note -what was done well without explaining why or praising excessively.