# PR reviews

Published articles for PR reviews.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Using a Bitbucket Dashboard Game to Improve Pull Request Reviews

DevFeed: [Using a Bitbucket Dashboard Game to Improve Pull Request Reviews](<https://devfeed.tech/articles/the-wall-of-shame-27745.md>)

Original publisher: [Read original article](<https://gagor.pro/2026/04/the-wall-of-shame/>)

Author: Tom

Published: 2026-04-19T00:00:00Z

Content type: opinion

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [bitbucket](<https://devfeed.tech/topics/bitbucket.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [App](<https://devfeed.tech/topics/app.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [bitbucket](<https://devfeed.tech/tags/bitbucket.md>), [blameless-culture](<https://devfeed.tech/tags/blameless-culture.md>), [developer](<https://devfeed.tech/tags/developer.md>), [devops](<https://devfeed.tech/tags/devops.md>), [gamification](<https://devfeed.tech/tags/gamification.md>), [html](<https://devfeed.tech/tags/html.md>), [kanban](<https://devfeed.tech/tags/kanban.md>), [people](<https://devfeed.tech/tags/people.md>), [pr-reviews](<https://devfeed.tech/tags/pr-reviews.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [review](<https://devfeed.tech/tags/review.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [team](<https://devfeed.tech/tags/team.md>), [team-culture](<https://devfeed.tech/tags/team-culture.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

A team struggled with delayed pull request reviews that blocked colleagues and caused work to drift between sprints. They built a Bitbucket-based dashboard that ranked developers by outstanding reviews and displayed it on a shared TV, using humor and social pressure to encourage the team to review pull requests before standup.

### Source excerpt

A story of how a team used "The Wall of Shame" to turn a bottlenecked PR review process into an engaging game.

## An overview of best RBAC practices using Teleport, Terraform, and Git.

DevFeed: [An overview of best RBAC practices using Teleport, Terraform, and Git.](<https://devfeed.tech/articles/an-overview-of-best-rbac-practices-using-teleport-terraform-and-git-29795.md>)

Original publisher: [Read original article](<https://goteleport.com/blog/rbac-best-practices/>)

Author: kenneth.dumez@goteleport.com (Kenneth DuMez)

Published: 2023-07-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Teleport](<https://devfeed.tech/sources/teleport.md>)

Topics: [Git](<https://devfeed.tech/topics/git.md>), [version-control](<https://devfeed.tech/topics/version-control.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [audit](<https://devfeed.tech/topics/audit.md>)

Tags: [compliance](<https://devfeed.tech/tags/compliance.md>), [database](<https://devfeed.tech/tags/database.md>), [devops](<https://devfeed.tech/tags/devops.md>), [git](<https://devfeed.tech/tags/git.md>), [least-privilege](<https://devfeed.tech/tags/least-privilege.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [pr-reviews](<https://devfeed.tech/tags/pr-reviews.md>), [version-control](<https://devfeed.tech/tags/version-control.md>)

### AI overview

The article explains why Teleport RBAC roles should be managed in version control. It highlights accountability, change history, reduced complexity, audit and compliance benefits, and pull-request reviews that can catch permission mistakes before deployment.

### Source excerpt

An overview of best RBAC practices using Teleport, Terraform, and Git.

## Great teams merge fast

DevFeed: [Great teams merge fast](<https://devfeed.tech/articles/great-teams-merge-fast-29029.md>)

Original publisher: [Read original article](<https://saket.me/great-teams-merge-fast/>)

Author: Saket Narayan

Published: 2021-02-23T23:15:21Z

Content type: opinion

Language: en

Sources: [Saket Narayan](<https://devfeed.tech/sources/saket-narayan.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>), [Git](<https://devfeed.tech/topics/git.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [RxJava](<https://devfeed.tech/topics/rxjava.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [git](<https://devfeed.tech/tags/git.md>), [github](<https://devfeed.tech/tags/github.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [pr-reviews](<https://devfeed.tech/tags/pr-reviews.md>), [rxjava](<https://devfeed.tech/tags/rxjava.md>), [square](<https://devfeed.tech/tags/square.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>)

### AI overview

An opinion article describes how the Square/Cash App Android team merged code multiple times a day. It attributes the faster workflow to trust-based pull-request reviews, automated linting, small stacked pull requests, and GitHub support for retargeting stacked changes.

### Source excerpt

One of the many things I was constantly amazed about during my first few weeks at Square/Cash App was seeing how fast this team shipped code. All members of the Android team (and likely other platforms as well) were merging to the main git branch multiple times every day. This was in stark contrast to [...] The post Great teams merge fast appeared first on Saket Narayan.