oat-project-review-receive-remote

Convert unresolved GitHub PR review comments into OAT project plan tasks.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/tkstang/open-agent-toolkit --skill oat-project-review-receive-remote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oat-project-review-receive-remote
Source: https://github.com/tkstang/open-agent-toolkit/tree/main/.agents/skills/oat-project-review-receive-remote
Command: npx skills add https://github.com/tkstang/open-agent-toolkit --skill oat-project-review-receive-remote

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent-reviews, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of incorporating feedback from GitHub Pull Request reviews directly into your project's actionable tasks, ensuring that code review comments are systematically addressed.

Core Features & Use Cases

  • Automated Comment Ingestion: Fetches unresolved comments from GitHub PRs.
  • Task Creation: Converts feedback into structured tasks within your OAT project's plan.md.
  • Artifact Updates: Ensures plan.md, implementation.md, and state.md are consistently updated.
  • Use Case: After a code review, this skill automatically turns requested changes into new tasks in your project plan, ready for implementation.

Quick Start

Use the oat-project-review-receive-remote skill to process feedback from the current GitHub pull request.

Frequently Asked Questions about oat-project-review-receive-remote

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

FAQPage Schema
How do I convert GitHub PR review comments into project tasks?

To convert GitHub PR review comments into project tasks, this Skill ingests unresolved feedback from pull requests and automatically classifies them into actionable items within your project's plan.md, ensuring code review findings are systematically addressed.

How do I automatically sync unresolved pull request feedback into plan.md?

You can sync unresolved pull request feedback into plan.md by running this Skill, which fetches GitHub PR comments, normalizes the findings, and updates project artifacts like implementation.md and state.md to reflect the newly created tasks.

What is the process for triaging GitHub pull request comments into a project plan?

The process for triaging GitHub pull request comments involves ingesting unresolved review feedback, automating the classification and normalization of findings, and booking them as structured plan tasks to guide the next steps for implementation or review.

Can I use this to track code review feedback within an existing OAT project?

Yes, you can use this within an active OAT project to track code review feedback. It integrates directly by updating existing project artifacts, ensuring requested changes from GitHub PRs become structured plan tasks ready for implementation.

What dependencies are required to automate GitHub PR feedback ingestion?

Automating GitHub PR feedback ingestion requires the agent-reviews dependency to fetch and triage unresolved comments, ensuring that pull request findings are accurately converted into actionable tasks within your project management workflow.

Does this Skill update implementation.md and state.md when creating tasks from PR reviews?

Yes, this Skill consistently updates implementation.md and state.md alongside plan.md when creating tasks from PR reviews, ensuring all project artifacts reflect the triaged code review feedback and guide subsequent implementation steps.