What problem does it solve?
When working with issue-spec workflows, you still need direct access to GitHub operations that issue-spec does not wrap, such as checking PR status, reviewing CI runs, and querying repository metadata. This Skill defines when and how to use the GitHub CLI (gh) for those operations without conflicting with issue-spec's owned surfaces.
Core Features & Use Cases
- PR and CI Inspection: View pull request status, reviews, mergeability, checks, workflow runs, releases, and labels using structured --json/--jq output.
- Inline Rationale Publishing: Validate writer-authored line-rationale drafts against the pushed head commit and publish them as GitHub-native inline PR comments with resolved commit_id, path, and line anchors.
- Review Handoff Summaries: Publish or refresh a top-level 'Implementation Rationale' PR discussion via gh pr comment before human review handoff.
- Use Case: After a code writer returns rationale drafts, validate each anchor against the pushed commit, publish valid ones as inline comments, and post the summary discussion so reviewers see the full context.
Quick Start
Ask the assistant to check the status and CI results of pull request 17 in your repository using the GitHub CLI.