Show the status of my open pull requests across the whole Nastel org. Use when asked about "my PRs", "my open PRs", or what I have in flight.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-workflow:my-prsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Report the user's open PRs across the entire org.
Report the user's open PRs across the entire org.
gh search prs --author=@me --state=open --owner Nastel --json number,title,repository,updatedAt,url
(Note: gh search prs cannot return review/CI status — that's why step 2 exists.)gh pr view <url> --json reviewDecision,mergeable,statusCheckRollup,isDraftKeep it terse; this is a glance, not a report. If there are none, say so in one line.
npx claudepluginhub evaldasguogis/shared-tools-marketplace --plugin gh-workflowCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.