add-backlog-to-prd

Fetch open GitHub issues by labels or assignee and add missing ones to a PRD backlog.

4|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/brave-experiments/brave-core-bot --skill add-backlog-to-prd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-backlog-to-prd
Source: https://github.com/brave-experiments/brave-core-bot/tree/main/.claude/skills/add-backlog-to-prd
Command: npx skills add https://github.com/brave-experiments/brave-core-bot --skill add-backlog-to-prd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of keeping your project's Product Requirements Document (PRD) up-to-date with open issues from your code repository, ensuring no important tasks are missed.

Core Features & Use Cases

  • Automated Issue Syncing: Fetches open issues from a specified GitHub repository based on labels or assignee.
  • Intelligent PRD Updates: Compares fetched issues against an existing PRD and adds only the missing ones, preserving existing stories.
  • Test Case Generation: Automatically generates specific user stories and acceptance criteria for test-related issues, including identifying test location and type.
  • Use Case: A project manager can run this Skill to ensure all newly reported bugs or feature requests assigned to the bot are automatically added to the PRD backlog for prioritization.

Quick Start

Run the add-backlog-to-prd skill to update the PRD with open issues assigned to you or labeled 'bot/type/test'.

Frequently Asked Questions about add-backlog-to-prd

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

FAQPage Schema
How do I sync GitHub issues to a Product Requirements Document backlog?

To sync GitHub issues to a Product Requirements Document backlog, this Skill fetches open issues based on specific labels or assignee and adds missing entries to your PRD while preserving existing stories.

How does automated PRD backlog generation handle test-related GitHub issues?

Automated PRD backlog generation intelligently handles test-related GitHub issues by generating specific user story details, including test type and location, before adding them to the existing document.

Can I update a PRD with open issues from the brave-browser repository without overwriting existing entries?

Yes, you can update a PRD with open issues from the brave-browser repository without overwriting existing entries, because the Skill compares fetched issues against the document and adds only missing ones.

What is the best way to automate adding labeled GitHub issues to a PRD?

The best way to automate adding labeled GitHub issues to a PRD is running this Skill, which fetches issues matching criteria like 'bot/type/test' and formats them directly into backlog entries.

Does this issue sync tool generate acceptance criteria for bug reports?

Yes, this issue sync tool generates acceptance criteria for bug reports, specifically targeting test-related issues by creating specific user stories that identify test location and type.