Skip to content

parsec ci — check CI/CD pipeline status for tickets #39

@erishforG

Description

@erishforG

Description

Add parsec ci [ticket] to check CI pipeline status without leaving the terminal.

Details

  • parsec ci — show CI status for current worktree's PR
  • parsec ci <ticket> — show CI status for a specific ticket's PR
  • parsec ci --watch — watch CI in real-time until completion
  • parsec ci --all — show CI status for all shipped PRs

Replaces

  • gh run list --branch <branch>
  • gh run watch <run-id>
  • gh pr checks <pr>

Implementation

  • Use GitHub REST API to fetch workflow runs and check statuses
  • Color-coded output (green/yellow/red for pass/pending/fail)
  • Real-time watch mode with refresh interval

Priority

High — most frequent tool-switch during development

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions