---
title: "Your GitHub pull request workflow is slowing everyone down"
url: https://daily.dev/posts/your-github-pull-request-workflow-is-slowing-everyone-down-rts5rg0n0
source_url: https://graphite.dev/blog/your-github-pr-workflow-is-slow
type: article
source: "Community Picks"
published: 2023-12-06T05:57:14.902Z
updated: 2023-12-07T12:02:45.284Z
tags: ["github", "code-review"]
reading_time: 10
upvotes: 39
comments: 5
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Your GitHub pull request workflow is slowing everyone down

**[Community Picks](https://daily.dev/sources/community)** · 10 min read · 39 upvotes · 5 comments

## Summary

The article discusses the challenges of traditional GitHub pull request workflows, such as large PRs, slow reviews, and reduced code quality. It introduces the concept of stacking, which involves breaking down large features into small, dependent pull requests to improve productivity, review cycles, bug fixes, and integration. The stacking workflow is explained step-by-step, and the benefits of using the Graphite tool for automating the process are highlighted.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://graphite.dev/blog/your-github-pr-workflow-is-slow>

## Community discussion

Top comments from developers on daily.dev.

**@ghost** · 1 upvotes

> I wish I could upvote it twice.

**@khanhtran0209** · 1 upvotes

> Nice post, keep it up

**@neener54** · 0 upvotes

> This approach doesn't solve the problem it just masks it with additional complexity. I've worked with this kind of flow and it will ruin your productivity.

**@fin488** · 0 upvotes

> Who is responsible of the job of dividing the job into small "stacks"?

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#code-review](https://daily.dev/tags/code-review)

[View this post on daily.dev](https://daily.dev/posts/your-github-pull-request-workflow-is-slowing-everyone-down-rts5rg0n0)
