Add mise task to list unresolved PR comments #40

Merged
eblume merged 1 commit from feature/pr-comments-task into main 2026-01-21 19:14:27 -08:00
Owner

Summary

  • New pr-comments mise task queries Forge API for unresolved review comments on a PR
  • Task takes a PR number as argument and displays all comments without a resolver
  • Updated CLAUDE.md to include using this task after user reviews PRs

Deployment and Testing

  • Tested task on PR #39 (shows no unresolved comments since all were resolved)
  • Tested error handling with non-existent PR #9999

🤖 Generated with Claude Code

## Summary - New `pr-comments` mise task queries Forge API for unresolved review comments on a PR - Task takes a PR number as argument and displays all comments without a resolver - Updated CLAUDE.md to include using this task after user reviews PRs ## Deployment and Testing - [x] Tested task on PR #39 (shows no unresolved comments since all were resolved) - [x] Tested error handling with non-existent PR #9999 🤖 Generated with [Claude Code](https://claude.com/claude-code)
- New pr-comments task queries Forge API for review comments
- Filters to show only comments without a resolver (unresolved)
- Updated CLAUDE.md to use this task after user reviews PRs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@ -0,0 +1,118 @@
#!/usr/bin/env -S uv run --script
Author
Owner

pat yourself on the back, claude, this was good

pat yourself on the back, claude, this was good
eblume merged commit 2e7ca8a5ff into main 2026-01-21 19:14:27 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!40
No description provided.