Skip to content

Add new issue2pr cursor command for developer use#638

Merged
drbenvincent merged 1 commit intomainfrom
issue2pr
Jan 10, 2026
Merged

Add new issue2pr cursor command for developer use#638
drbenvincent merged 1 commit intomainfrom
issue2pr

Conversation

@drbenvincent
Copy link
Collaborator

@drbenvincent drbenvincent commented Jan 9, 2026

This is intended to be very smooth. You just give it the issue number and at the end of the process it's submitted a PR for you that closes the issue. Intended for use for low to medium, level difficulty issues. Let's get some practice with this then see how we can embellish to see if it can take on more complex issues, like new features.

To invoke this command in Cursor, the user types:

/issue2pr

in the chat input, followed by the GitHub issue number. For example:

/issue2pr 623

or they can type /issue2pr first and then provide the issue number when prompted.


📚 Documentation preview 📚: https://causalpy--638.org.readthedocs.build/en/638/

@drbenvincent drbenvincent changed the title [dev] Add new issue2pr cursor command for developer use Add new issue2pr cursor command for developer use Jan 9, 2026
@drbenvincent drbenvincent added the devops DevOps related label Jan 9, 2026
@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.08%. Comparing base (964bab9) to head (753144e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #638      +/-   ##
==========================================
- Coverage   94.11%   94.08%   -0.03%     
==========================================
  Files          42       42              
  Lines        7190     7190              
  Branches      458      458              
==========================================
- Hits         6767     6765       -2     
- Misses        261      262       +1     
- Partials      162      163       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@drbenvincent
Copy link
Collaborator Author

bugbot review

@cursor
Copy link

cursor bot commented Jan 9, 2026

PR Summary

Introduces documentation for a structured workflow to convert GitHub issues into pull requests and ignores generated artifacts.

  • Adds /.cursor/commands/issue2pr.md detailing prerequisites, a four-phase workflow (discovery, implementation, PR prep, PR creation), confirmation checkpoints, and error handling
  • Updates .gitignore to exclude /.github/pr_summaries/ generated by the workflow

Written by Cursor Bugbot for commit 753144e. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!

@drbenvincent drbenvincent marked this pull request as ready for review January 10, 2026 12:31
@drbenvincent drbenvincent merged commit 434e193 into main Jan 10, 2026
12 checks passed
@drbenvincent drbenvincent deleted the issue2pr branch January 10, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops DevOps related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments