cyberneticlibrary

Process PR comments and request reviews

comms-workflowworkflowsetup L20
CoderCoco/claude-plugin-marketplace
What it does

Fetch and triage PR comments

Best for

Continuous monitoring and triage of PR comments with automated fixes and intelligent re-request logic.

Inputs
  • · {args: workflow_config}
  • · {repo, pr_number, branch}
Outputs
  • · {pr_status: {merged, approved, new_comments}}
  • · [{comments: triaged_by_category}]
  • · {verdict: PASS|FAIL|BLOCK}
  • · {summary: string, results: array}
Requires
  • · GitHub CLI (gh)
  • · jq
  • · multi-agent orchestration
Preconditions
  • · agent harness configured
  • · GitHub repo with open PR
Failure modes
  • · worktree merge conflict unresolvable
  • · output fails JSON schema validation
Trust signals
  • · Explicit verdict gating (PASS/FAIL/BLOCK)