Skip to main content

Command Palette

Search for a command to run...

Level Up Your Code Reviews with GitHub Saved Replies

GitHub Saved Replies

Updated
โ€ข2 min read
Level Up Your Code Reviews with GitHub Saved Replies
D

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)

  1. Go to your GitHub Settings (top right profile icon).

  2. On the left sidebar, click Saved replies.

  3. 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:

  1. Click a line to comment.

  2. Press Ctrl + . .

  3. Select your reply from the list and hit Enter.

  • ๐Ÿ™Œ 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!