Skip to main content

Raising the Team's Technical Bar Without Becoming the PR Police

Raising the technical bar is not about commenting more in review. It is about creating criteria, defaults, and examples that the whole team can sustain.

Andrews Ribeiro

Andrews Ribeiro

Founder & Engineer

The problem

A lot of initiatives to “raise the bar” become only an increase in friction.

The person starts to:

  • comment more in PRs
  • block more things
  • demand more refactoring
  • repeat standards in meetings

And interprets that as technical leadership.

Sometimes it even improves things a bit in the short term.

But if quality depends on that continuous vigilance, the system is still weak.

You only increased the manual effort needed to hold the bar.

Mental model

Raising the technical bar is not about policing details.

It is about helping the team produce better work with less late-stage correction.

Short version:

a strong technical bar is shared criteria reinforced by process, not review heroism.

That changes the approach a lot.

Because instead of asking “how do I enforce more?”, you start asking:

  • what is still implicit?
  • what should be automated?
  • what can the team still not recognize on its own?

Breaking the problem down

PR review cannot be the first place where quality appears

If every standard only appears in review, it arrives too late.

The PR should refine.

It should not carry on its own:

  • architecture decisions
  • testing expectations
  • naming rules
  • scope cuts
  • abstraction boundaries

When everything explodes in review, the conversation already arrives more expensive and more emotional.

Important standards need to be explainable

If you cannot explain why something matters, you are probably defending taste.

Examples of explainable standards:

  • avoiding coupling that blocks future change
  • requiring minimum observability in a critical flow
  • ensuring naming that preserves domain readability
  • limiting complexity in a function that becomes a hot spot

Examples of fake standards:

  • visual preference disguised as principle
  • a micro-convention that changes neither readability nor risk

Automation is part of technical leadership

If the team repeats the same mistake and the answer remains a manual comment, there is waste.

It is worth turning the standard into:

  • linter
  • formatter
  • template
  • snippet
  • checklist
  • reference example

Automation does not eliminate judgment.

But it frees judgment for what is actually human.

Scope and standards need to talk to each other

Some leaders want platform-level robustness for a two-day task.

That does not raise the bar.

It only creates misalignment between technical ambition and delivery reality.

Mature quality takes into account:

  • risk
  • timeline
  • criticality
  • change frequency

Technical standards without delivery context become moral performance.

Visible examples weigh more than speeches

The team learns much more from:

  • a well-explained PR
  • a well-scoped refactor
  • a short but useful ADR
  • a review comment with clear priority

than from abstract lectures about excellence.

Simple example

Imagine the team opens PRs every week with:

  • vague naming
  • little testing
  • logic spread across files

A weak reaction would be reviewing every PR and complaining about the same things.

A better reaction could combine:

  1. a short example of a good PR
  2. a minimum checklist for critical flows
  3. an explicit convention about where business rules belong
  4. automation for what is mechanical
  5. stronger review only on what still remains truly risky

Now the bar is starting to become a system.

Common mistakes

  • Confusing rigor with comment volume.
  • Trying to solve everything in review.
  • Defending personal preference as if it were technical principle.
  • Demanding quality disconnected from delivery context.
  • Centralizing the standard in one person only.

How a senior thinks

People who lead technically well usually ask:

  • which mistake are we repeating?
  • is this a problem of criteria, skill, process, or tooling?
  • what should become an example?
  • what should become automation?
  • what still needs human judgment?

That reading matters because it improves the whole team, not only the next PR.

What really raises the bar

In the end, the technical bar rises when the team starts recognizing on its own:

  • what is real risk
  • what is enough clarity
  • what needs testing
  • what deserves abstraction
  • what is still good enough

If only you recognize those things, the bar has not actually risen.

It only got outsourced to your vigilance.

PR policing protects the edge.

Real technical leadership improves the system that produces the PR.

Quick summary

What to keep in your head

Practice checklist

Use this when you answer

You finished this article

Next article Leading Technical Decisions Without Hijacking the Meeting Previous article Disagreeing With a Bad Solution Without Humiliating Anyone

Keep exploring

Related articles