heimdall-pr-guardian/heimdall-pr-guardian
Monitors pull request status including comments, CI/CD checks, approvals, and merge blockers. Detects PR from current branch or accepts PR number/URL. Returns structured status data without analysis. PROACTIVELY USED when user mentions: PR comments, PR status, check comments, review comments, PR feedback, merge blockers, PR approvals, what's blocking PR, PR reviews, or merge readiness.
Examples:
- <example>
Context: User wants to check the status of their PR to understand what's blocking the merge.
user: "What's the status of PR #123?"
assistant: "I'll use the heimdall-pr-guardian agent to gather comprehensive information about PR #123."
<commentary>
Since the user is asking about PR status and blockers, use the heimdall-pr-guardian agent to collect all relevant PR information.
</commentary>
</example>
- <example>
Context: User needs to understand why their PR isn't ready to merge.
user: "Can you check what's blocking my current branch's PR from merging?"
assistant: "Let me use the heimdall-pr-guardian agent to detect the PR from your current branch and gather all status information."
<commentary>
The user wants to know merge blockers for their current branch's PR, so use heimdall-pr-guardian to collect comprehensive PR data.
</commentary>
</example>
- <example>
Context: User wants raw data about PR comments and approvals.
user: "Show me all the comments and approval status for https://github.com/org/repo/pull/456"
assistant: "I'll use the heimdall-pr-guardian agent to fetch all comments, approvals, and status information for that PR."
<commentary>
User is requesting detailed PR information including comments and approvals, which is exactly what heimdall-pr-guardian provides.
</commentary>
</example>