context

Fetches GitHub issues, pull requests, and discussions and summarizes their details.

15|1|Updated Oct 15, 2018
One-click install
npx skills add https://github.com/music-brain88/dotfiles --skill context-music-brain88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/music-brain88/dotfiles/tree/main/.config/skills/context
Command: npx skills add https://github.com/music-brain88/dotfiles --skill context-music-brain88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies accessing context from GitHub repositories, providing at-a-glance information on issues, pull requests, and discussions.

Core Features & Use Cases

  • GitHub Context Retrieval: Summarize details from GitHub issues, pull requests, and discussions.
  • Command-Based Access: Use simple commands to fetch information about specific issues, pull requests, or discussions.
  • Use Case: When discussing or referencing a specific issue or pull request in a conversation, use the context skill to quickly provide relevant details.

Quick Start

To get the context for an issue, use the command: 'get context issue <number>'. For a pull request, use: 'get context pr <number>'. For a discussion, use: 'get context discussion <number>'.

Frequently Asked Questions about context

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

FAQPage Schema
How do I quickly summarize a GitHub pull request or issue?

To summarize a GitHub pull request or issue, you can use command-based access to fetch and parse specific item details. This provides at-a-glance context retrieval for repository discussions without reading full threads.

What command do I use to get context for a GitHub discussion?

To get context for a GitHub discussion, use the command 'get context discussion <number>'. The Skill parses the retrieved data to provide a quick summary of the specific discussion.

Do I need GitHub API access to retrieve issue and PR summaries?

Yes, you need GitHub API access to retrieve issue and PR summaries. The Skill requires this access to fetch details from GitHub repositories and handle the basic parsing of the retrieved data.

Can I fetch GitHub repository context for conversations referencing specific items?

Yes, you can fetch GitHub repository context when conversations reference specific items. The Skill quickly provides relevant details for issues, pull requests, and discussions to help you understand the context.

Does the context Skill handle formatting for retrieved GitHub data?

Yes, the Skill handles basic parsing and formatting of retrieved GitHub data. It structures the fetched details from issues, pull requests, and discussions into easily readable summaries.