Ever felt overwhelmed managing multiple open PRs? PRStuck helps you take control of your PR workflow, whether they're blocked, stacked, or scattered across repos! 🎯
Managing multiple open PRs can be chaotic and frustrating:
- 🕒 Review Bottlenecks: PRs sitting idle waiting for reviews
- 🏗️ Large Features: Big changes split across multiple PRs that need to land together
- ⏳ CI/Test Delays: PRs blocked by failing tests or long-running CI
- 📦 Dependencies: PRs that can't merge until other PRs are merged first
- 👥 Team Coordination: PRs blocked waiting for other team members' work
- 🌐 Cross-Repo Dependencies: PRs that depend on changes in different repositories
-
🚨 Get Unstuck:
- Instantly spot which PRs have conflicts or failing CI
- See which PRs are waiting for reviews
- Track PRs blocked by dependencies
-
📚 Stack Better:
- Visualize PR dependencies in a clear hierarchy
- Understand which PRs need to merge first
- Get notified when dependent PRs are ready to merge
-
🔗 Stack Together:
- Track related PRs across multiple repositories
- Group PRs by features or initiatives
- Coordinate merging of dependent PRs
-
💡 Smart Stacking:
- Get suggestions for optimal PR stacking order (Coming Soon)
- Automated dependency detection
- Smart merge order recommendations
# Install the extension
gh extension install baruchiro/gh-prstuck
# Check what's blocking your PRs
gh prstuck stuck
# Organize your PRs into features
gh prstuck list
# Manage feature dependencies
gh prstuck features
gh prstuck stuck
- Find out what's keeping your PRs stuckgh prstuck list
- Interactive UI to organize PRs into featuresgh prstuck features
- Manage feature hierarchies and dependenciesgh prstuck cleanup
- Remove closed/merged PRs and empty features
- Node.js - For the core engine
- GitHub API - Your window to the PR world
- Ink - Making your terminal beautiful
- React - For smooth interactive experiences
- Keep your PRs stacked, not stuck! 📚
- Set up your GitHub token in
.env
file:GITHUB_TOKEN=your_github_token
- Use the
list
command to group related PRs across repositories - Use the
features
command to define dependencies between features - Switch between PR lists with a single keystroke (a/r/s)
- Watch the magic happen in your colorful terminal ✨
Here's what's coming next:
- 🔄 Implement as GitHub CLI Extension
- 🔗 Fetch PRs from Project Management systems (Jira, ClickUp)
- ☁️ Remote shared status file support
Found a bug? Got a cool idea? PRs are welcome! Just remember:
- Keep it simple and clean
- Test your changes
- Stack responsibly!
MIT - Stack freely!
Never get stuck, always stack right! ✨