DEV Community

Cover image for Merge Faster to Ship Faster ⚡
Marco Davalos
Marco Davalos

Posted on • Edited on

1

Merge Faster to Ship Faster ⚡

Context

Software Engineering teams often share manually their Pull Requests to a Slack channel seeking a code review. This would not only speed up the review process but also boost productivity, increase team collaboration work visibility.

A year ago I got tired of copy pasting the PR info into Slack, and not being able to see its status with a quick look. prbot was born as a Hackathon to solve this issue. It ended up being used and loved by most of engineers at work.

I really enjoyed working on it so I decided to improve it and make it a product to keep coding cool and useful features around it.

Product

https://prbot.app

Even though the initial idea was simple, it kept evolving to what it is now:

Image description

Today's prbot mission is to enhance and speed up code review process, by automating Pull Request sharing, keep them in sync, and much more.

Features

  • Automatic Slack message
  • Synced Pull Request Status
  • Synced Reviews Status
  • Multiple Channel Support
  • Customizable Message Format
  • Advanced Settings

Configuration

Your config is a yaml file that you can put anywhere.

slack:
  defaultChannelID: "00000000000"

  repositories:
    backend:
      channelID: "00000000000"
    front-end:
      channelID: "00000000000"

  messageFormat:
    showSizeEmoji: true
Enter fullscreen mode Exit fullscreen mode

Next Steps

I'm exited about the upcoming features like reminders, codeowners suppot, Microsoft Teams support, etc. However, they won't matter if you won't use it so I would love to know the features you would like to see in the prbot next releases.

How's your code review workflow? Tell me about it!

Happy coding!

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

Image of AssemblyAI

Automatic Speech Recognition with AssemblyAI

Experience near-human accuracy, low-latency performance, and advanced Speech AI capabilities with AssemblyAI's Speech-to-Text API. Sign up today and get $50 in API credit. No credit card required.

Try the API

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay