Skip to content

Commit ae31b1c

Browse files
maxprilutskiyclaude
andcommitted
feat: add extremely high code quality standards
- Update Claude Code review prompt with uncompromising standards - Add requirement for elegant, 12/10 beautiful code - Emphasize surgical, single-purposed PRs - Require comprehensive positive/negative path testing - Add deep system design decision requirements to CONTRIBUTING.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6a5b635 commit ae31b1c

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,13 @@ jobs:
2525
anthropic_api_key: ${{ secrets.CLAUDE_CODE_ANTHROPIC_API_KEY }}
2626
timeout_minutes: "10"
2727
direct_prompt: |
28-
Review this PR. Focus on code quality, security, and potential issues. Provide specific feedback with file references.
28+
Review this PR with extremely high standards. We are looking for elegant, 12/10, beautiful code and deeply weighted system design decisions.
29+
30+
Requirements:
31+
- PRs must be surgical and extremely single-purposed
32+
- Code must be elegant and beautifully crafted
33+
- System design decisions must be deeply considered
34+
- Must have comprehensive tests that surgically test both positive and negative paths
35+
- Focus on code quality, security, and potential issues
36+
37+
Provide specific feedback with file references. Be thorough and uncompromising in your standards.

CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,17 @@ If you find a bug, please create an Issue and we'll triage it.
107107

108108
## Pull Requests
109109

110-
We love your Pull Requests! A couple of things to keep in mind before you submit:
110+
We love your Pull Requests! However, we maintain extremely high standards for code quality and design. We are looking for elegant, 12/10, beautiful code and deeply weighted system design decisions.
111+
112+
### Our Standards
113+
114+
- **Surgical PRs**: Pull requests must be surgical and extremely single-purposed. One clear objective per PR.
115+
- **Elegant Code**: We expect beautifully crafted, elegant code that demonstrates mastery of the language and patterns.
116+
- **Deep Design Thinking**: System design decisions must be deeply considered and well-reasoned.
117+
- **Comprehensive Testing**: Must include tests that surgically test both positive and negative paths of the code.
118+
- **Uncompromising Quality**: We prefer fewer, higher-quality contributions over numerous mediocre ones.
119+
120+
A couple of things to keep in mind before you submit:
111121

112122
### Before you open a pull request
113123

0 commit comments

Comments
 (0)