pm-prior-art

Search MWPW Jira tickets and GitHub issues/PRs for related work.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/adobecom/mas-claude-config --skill pm-prior-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-prior-art
Source: https://github.com/adobecom/mas-claude-config/tree/main/config/skills/pm-prior-art
Command: npx skills add https://github.com/adobecom/mas-claude-config --skill pm-prior-art

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps prevent duplicate effort in feature specification by checking for existing related work in MWPW Jira tickets and GitHub issues/PRs.

Core Features & Use Cases

  • Jira Ticket Search: Automatically search MWPW Jira tickets for related work.
  • GitHub Search: Search GitHub issues and PRs for related work.
  • Summarization: Summarize search results for the PM to review.
  • Use Case: Before drafting a new spec, use this Skill to check if a similar feature has already been proposed.

Quick Start

Run the pm-prior-art skill with the term you want to search for, e.g., pm-prior-art "new feature".

Frequently Asked Questions about pm-prior-art

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

FAQPage Schema
How do I check for existing related work before drafting a new feature spec?

To check for related work before drafting a feature spec, search MWPW Jira tickets and GitHub issues/PRs. This Skill automates that search using JQL and the GitHub API, summarizing existing related work to prevent duplicate feature efforts.

How does duplicate prevention work for Jira tickets and GitHub issues?

Duplicate prevention works by searching MWPW Jira and GitHub for related issues and PRs using JQL and GitHub API queries. It then summarizes the search results, allowing you to review existing feature proposals before starting new specification work.

Do I need special access to search MWPW Jira and GitHub for related work?

Yes, you need access to MWPW Jira and GitHub to search for related work. The Skill utilizes JQL for Jira ticket searches and the GitHub API for issues and PRs, requiring proper authentication credentials to retrieve and summarize existing feature specifications.

Can I search both GitHub PRs and Jira tickets at the same time for prior art?

Yes, you can search both GitHub PRs and MWPW Jira tickets simultaneously for prior art. Running the Skill with your desired search term triggers automated queries across both platforms, returning a consolidated summary of related feature work.

What is the best way to summarize related MWPW Jira tickets for product management?

The best way to summarize related MWPW Jira tickets is to run this Skill with a specific search term. It automatically executes JQL queries, fetches relevant tickets, and provides a concise summary of existing work to streamline your product management review process.

What are the limitations of using a script to search Jira and GitHub for feature specifications?

The primary limitation is its dependency on platform access; it requires explicit permissions for MWPW Jira and GitHub. Additionally, as a basic script-based tool, it relies strictly on JQL and GitHub API search queries without advanced semantic duplicate detection.