Show HN: TicketToPR, an open source tool that turns Notion tickets into PRs (github.com)

3 points by hello_code ↗ HN
I built TicketToPR for myself because I was tired of splitting work across three places:

Notion for planning My IDE for implementation GitHub for review

I wanted a tighter loop from ticket to shipped code.

TicketToPR is an open source CLI tool that lets me write a ticket in Notion, move it through a board, and have Claude review the task against the codebase, score feasibility, generate an implementation spec, then create a branch, write the code, run the build, and open a PR.

The flow is:

Write a ticket in Notion

Move it to Review

Claude reads the repo and scores ease/confidence

Approve or skip

Move it to Execute

Claude creates a branch, writes code, validates the build, and opens a PR

A few things I cared about:

It runs locally, not as a hosted SaaS Your code stays on your machine It uses your existing Git workflow instead of replacing it It reads CLAUDE.md and follows repo conventions It writes the audit trail back to Notion

I was aiming for something that helps clear a backlog without adding yet another project management layer.

It is free and open source, there is no account required, and there is a short demo if you want to see the full flow.

Would love feedback from anyone using Notion, Claude Code, or agent style dev workflows.

2 comments

[ 0.19 ms ] story [ 12.7 ms ] thread
really just build this because i wanted it. Happy to talk shop and thanks for any support :)