Level Up Your Code Reviews with GitHub Saved Replies
GitHub Saved Replies

A Founder and Engineer with 8+ years of experience shipping full-stack products. I write about building sustainable software and why clear communication is as vital as a clean PR.
As an engineer, your code reviews are a direct reflection of your standards. But typing the same feedback repeatedly, like checking for UUIDs or performance nits is a waste of your mental bandwidth.
The solution? GitHub Saved Replies.
๐ Why Use Them?
Consistency: Keep your feedback "sharp" and professional every time.
Speed: Slash your review time by using shortcuts.
Tone: Use predefined labels to balance technical rigour with empathy.
๐ ๏ธ How to Set It Up (30 Seconds)
Go to your GitHub Settings (top right profile icon).
On the left sidebar, click Saved replies.
Add a title and your template. Use the "Label + Emoji" system for clarity:
Example Template:
Title: PR Suggestion
> **โจ suggestion**:
I think we can improve this by...
Since we are using **[Node.js/Next.js]**, a better practice here might be...
```typescript
// Proposed Change
๐ก How to Use It (The Shortcut)
While reviewing code on GitHub:
Click a line to comment.
Press
Ctrl + ..Select your reply from the list and hit Enter.
๐จ My Recommended Label Set
๐ praise: For elegant solutions.๐จ issue: For logic or security bugs.๐ค question: When you need more context.๐งผ nitpick: For minor style changes.
The result? Faster merges, happier peers, and a much cleaner codebase.
Follow me for more "sharp" engineering workflows and high-impact dev tips!

