query-pr-memory

Locates and retrieves operational memory for pull requests in a repository.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill query-pr-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-pr-memory
Source: https://github.com/Renzo-Tognella/UniversalThingsForMyAgents/tree/main/skills/query_pr_memory
Command: npx skills add https://github.com/Renzo-Tognella/UniversalThingsForMyAgents --skill query-pr-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a means to access and retrieve operational memory about pull requests, enabling the identification of changes made to a repository, associated files, and linked work items.

Core Features & Use Cases

  • PR Number and Repository Lookup: Locate pull requests by number or repository name.
  • File and Area-based Recall: Find pull requests that modified specific files or within particular areas.
  • Work Item Linking: Identify pull requests related to work items, facilitating impact analysis.
  • Rule and Decision Tracking: Trace previous pull requests related to rules, patterns, or decisions.

Quick Start

Use the query-pr-memory skill to find the pull request that modified 'proposal-detail.tsx' in the 'MODULUS' repository.

Frequently Asked Questions about query-pr-memory

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

FAQPage Schema
How do I find a pull request that modified a specific file in my repository?

To find a pull request that modified a specific file, use operational memory to query repository changes by file name. This identifies the exact PRs associated with the targeted file modifications.

Can I link pull requests to work items for impact analysis?

Yes, you can link pull requests to work items for impact analysis by utilizing structured operational memory. This connects repository changes directly to their associated work items and tracked patterns.

How do I retrieve operational memory for pull requests by PR number or repository?

Retrieve operational memory for pull requests by querying their specific PR number or repository name. This locates the exact repository changes and retrieves the associated metadata for the identified pull requests.

What is the best way to trace previous pull requests related to specific rules or decisions?

The best way to trace previous pull requests related to rules or decisions is by querying operational memory. This identifies past repository changes linked to specific patterns, rules, or architectural decisions.

Can I find pull requests that modified code within a particular repository area?

Yes, you can find pull requests that modified code within a particular repository area through area-based operational memory recall. This locates repository changes by querying the specific areas affected by the pull requests.

Does query-pr-memory work without external dependencies?

Yes, query-pr-memory operates without external dependencies to retrieve operational memory. It relies on internal scripts to locate pull requests and identify associated files, areas, and work items within the repository.