coda

Automate GitHub pull request review feedback management with gh CLI.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/PythonShe/Repertoire --skill coda-pythonshe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coda
Source: https://github.com/PythonShe/Repertoire/tree/main/skills/coda
Command: npx skills add https://github.com/PythonShe/Repertoire --skill coda-pythonshe

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of managing code review feedback on GitHub pull requests, saving time and reducing manual effort.

Core Features & Use Cases

  • Automated Review Feedback Analysis: Extracts and processes review comments, inline threads, and CI check results.
  • Code Verification: Validates feedback against the codebase with a read-only Opus verifier.
  • Fix Implementation: Automates the fixing of confirmed issues.
  • Quality Control: Ensures the merged code is sound with an evidence-based quality control gate and a cross-model Codex review.
  • Reply Drafting: Drafts responses to thread comments and prepares them for user confirmation.
  • Use Case: Imagine you have an open pull request with multiple reviews and CI checks. Use this Skill to automatically address the feedback, verify fixes, and prepare a comprehensive response.

Quick Start

Run the Coda skill on your open pull request using the command: /coda

Frequently Asked Questions about coda

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

FAQPage Schema
How do I automate GitHub PR review feedback management?

Automate GitHub PR review feedback management by extracting comments, verifying code with Opus, and drafting replies. The skill processes inline threads and CI check results to validate and fix confirmed issues automatically.

How does cross-model code verification work for pull requests?

Cross-model code verification validates PR feedback against the codebase using a read-only Opus verifier and a Codex review. This evidence-based quality control gate ensures merged code is sound before approval.

Do I need the gh CLI to automate pull request code reviews?

Yes, you need the gh CLI and an authenticated GitHub account to automate pull request code reviews. The skill depends on the gh command-line tool to interact with GitHub repositories and extract review data.

Can I automatically fix issues found in GitHub PR review comments?

Yes, you can automatically fix issues found in GitHub PR review comments. The skill implements fixes for confirmed problems identified during the automated code verification process.

What is the best way to handle CI check failures and code review threads on GitHub?

The best way to handle CI check failures and code review threads is to run an automated skill that extracts results, verifies feedback, implements fixes, and drafts responses for your confirmation before replying.