update-docs

Incorporate PR comments into documentation files with source citations.

1|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/furiosa-ai/agent_skills --skill update-docs-furiosa-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/furiosa-ai/agent_skills/tree/main/update-docs
Command: npx skills add https://github.com/furiosa-ai/agent_skills --skill update-docs-furiosa-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates updating documentation by incorporating PR comments and feedback while preserving accuracy tracking and source citations.

Core Features & Use Cases

  • PR comment integration: automatically incorporate unresolved PR comments into docs with source citations.
  • Accuracy tracking & citations: maintain per-sentence accuracy scores and cite original sources alongside PR comments.
  • Conflict handling: flag contradictions with TODO notes and require human verification.
  • Workflow automation: fetch unresolved comments, update documents, verify links, and post replies.

Quick Start

Integrate PR feedback by running the update-docs skill against your repository to refresh documentation accordingly.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I automatically apply PR comments to markdown documentation?

Automatically applying PR comments to markdown documentation requires fetching unresolved feedback, applying changes to referenced documentation files, and verifying links before publishing. This process incorporates feedback while maintaining source citations and tracking accuracy.

What is the best way to track accuracy and citations when updating docs from pull requests?

Tracking accuracy and citations when updating docs involves maintaining per-sentence accuracy scores and citing original sources alongside PR comments. This automated approach flags contradictions with TODO notes to require human verification when conflicts arise.

Can I integrate unresolved pull request feedback into my existing documentation workflow?

Yes, you can integrate unresolved pull request feedback into your existing documentation workflow by running an automation tool against your repository. It fetches comments, updates the target documents, verifies links, and posts replies to streamline the review process.

What do I need to provide to automate documentation updates from PR review feedback?

To automate documentation updates from PR review feedback, you need an existing documentation file, a pull request with comments, and tooling to fetch comments, apply changes, and verify links. The system requires these inputs to operate on referenced files.

How does conflict handling work when incorporating PR comments into documentation?

Conflict handling during PR comment incorporation works by flagging contradictions with TODO notes and requiring human verification. This ensures that conflicting feedback does not silently overwrite documentation without review.