work-pr

Update GitHub PR descriptions and add visual documentation.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/thomfilg/ai-plugin-work --skill work-pr-thomfilg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-pr
Source: https://github.com/thomfilg/ai-plugin-work/tree/main/plugins/work/skills/work-pr
Command: npx skills add https://github.com/thomfilg/ai-plugin-work --skill work-pr-thomfilg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, file-manipulation, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of updating Pull Request descriptions and adding visual documentation, simplifying the task of PR management.

Core Features & Use Cases

  • PR Description Update: Automatically update PR descriptions based on task details.
  • Visual Documentation: Add visual documentation to PRs, enhancing communication.
  • Use Case: When a developer completes a ticket task, the Skill updates the corresponding PR with the necessary information, ensuring the PR reflects the latest developments.

Quick Start

Update the PR description for ticket 'PROJ-856' using the work-pr skill.

Frequently Asked Questions about work-pr

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

FAQPage Schema
How do I automatically update a GitHub Pull Request description when a ticket is completed?

To automatically update a GitHub Pull Request description upon ticket completion, you use an automation tool that accesses the GitHub API to modify PR details based on task progress. This ensures the PR accurately reflects the latest development updates.

Can I add visual documentation to a Pull Request automatically?

Yes, you can add visual documentation to a Pull Request automatically by utilizing GitHub API integrations. This generates and appends visual elements directly to the PR, enhancing communication and transparency during code reviews.

What is the best way to keep a PR description synced with ticket management updates?

The best way to keep a PR description synced with ticket management updates is automating PR description modifications through GitHub API access. This directly links ticket task completion to PR information updates, maintaining workflow efficiency.

Do I need GitHub API access to automate PR management and visual documentation generation?

Yes, you need GitHub API access to automate PR management and visual documentation generation. The automation requires API connectivity to modify PR descriptions and file manipulation capabilities to create and attach the visual documentation.

How does visual documentation improve code reviews in GitHub?

Visual documentation improves code reviews in GitHub by providing clear, graphical context directly within the PR. This enhances communication among developers, making the review process more transparent and easier to follow.

Are there limitations when using GitHub API for PR description updates and file manipulation?

Limitations when using GitHub API for PR description updates depend on your repository permissions and API rate limits. You must ensure the API token has sufficient write access to modify PRs and manipulate files for visual documentation.