swarm-pr-feedback

Automate intake, verification, and resolution of pull request feedback.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/refernandes/toktrim --skill swarm-pr-feedback-refernandes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-pr-feedback
Source: https://github.com/refernandes/toktrim/tree/main/.opencode/skills/swarm-pr-feedback
Command: npx skills add https://github.com/refernandes/toktrim --skill swarm-pr-feedback-refernandes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the intake, verification, and resolution of pull request feedback, saving developers time and reducing errors in handling PR review comments.

Core Features & Use Cases

  • Feedback Ingestion: Process and verify feedback from pull request reviews, comments, and CI checks.
  • Evidence Verification: Cross-reference feedback claims against code, documentation, and other sources.
  • Resolution Tracking: Track the status of each feedback item and generate a resolution ledger for each PR round.
  • Multi-Round Reviews: Support iterative PR review processes, where new feedback can be reviewed and resolved in subsequent rounds.
  • Use Case: When a developer wants to address feedback from a pull request, this Skill helps automate the process, ensuring that each comment is verified and resolved properly.

Quick Start

Use the swarm-pr-feedback skill to process and resolve all feedback from the PR 'feature/new-feature'.

Frequently Asked Questions about swarm-pr-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request feedback processing and verification?

Automate pull request feedback processing by ingesting review comments and CI checks, cross-referencing claims against code and documentation, and tracking the resolution status of each item. This ensures iterative multi-round reviews are properly verified and resolved.

What is the best way to track PR review comments across multiple rounds?

Track PR review comments across multiple rounds by generating a resolution ledger for each iterative review cycle. This ledger records the verification status of feedback items, ensuring new comments in subsequent rounds are processed and resolved properly.

How does evidence verification work for code review feedback?

Evidence verification for code review feedback works by cross-referencing reviewer claims against actual code, documentation, and other project sources. This mechanism validates that the feedback is accurate before resolution tracking begins.

Can I use this to process CI check feedback alongside standard PR comments?

Yes, you can process CI check feedback alongside standard PR comments. The feedback ingestion mechanism pulls review comments, PR feedback, and CI checks into a unified resolution tracking workflow.

How do I resolve code review comments that lack clear documentation evidence?

Resolve code review comments lacking clear documentation by cross-referencing the feedback claims directly against the codebase and other available sources. The evidence verification process validates the comment before updating the resolution ledger.

Do I need additional dependencies to handle multi-round iterative PR reviews?

No additional dependencies are required to handle multi-round iterative PR reviews. The skill natively supports iterative review processes, allowing new feedback from subsequent rounds to be reviewed, verified, and resolved independently.