Skip to content

feat: add parsec pr-status (#28)#34

Merged
erishforG merged 1 commit intodevelopfrom
feature/28
Apr 15, 2026
Merged

feat: add parsec pr-status (#28)#34
erishforG merged 1 commit intodevelopfrom
feature/28

Conversation

@erishforG
Copy link
Copy Markdown
Owner

Summary

  • Add parsec pr-status [ticket] to check CI and review status of shipped PRs
  • Fetches PR state, CI combined status, and review approvals from GitHub API
  • Color-coded table: green (passed/approved), yellow (pending), red (failed/changes)
  • Supports --json for machine-readable output
  • Updated README and landing page

Closes #28

Test plan

  • parsec pr-status TICKET shows CI + review status for a shipped PR
  • parsec pr-status shows all shipped PRs
  • parsec pr-status --json returns valid JSON
  • CI passes

🤖 Generated with Claude Code

Shows CI checks, review approvals, and merge state for shipped PRs
in a color-coded table. Fetches data from GitHub API (combined status
+ reviews endpoints). Supports single ticket or all shipped PRs.

Closes #28

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erishforG erishforG merged commit 7d14b01 into develop Apr 15, 2026
7 checks passed
@erishforG erishforG deleted the feature/28 branch April 15, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant