github-browse

Open GitHub issues or pull requests in a web browser and manage subscriptions.

14|Updated May 28, 2024
One-click install
npx skills add https://github.com/cameronraysmith/vanixiets --skill github-browse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-browse
Source: https://github.com/cameronraysmith/vanixiets/tree/main/modules/home/ai/skills/src/core/github-browse
Command: npx skills add https://github.com/cameronraysmith/vanixiets --skill github-browse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines your GitHub workflow by allowing you to quickly open issues or pull requests in your browser directly from the terminal, and optionally manage your notification subscriptions.

Core Features & Use Cases

  • Open Issues/PRs: Quickly view GitHub issues or pull requests in your web browser.
  • Subscription Management: Subscribe or unsubscribe from notifications for specific issues or PRs.
  • Contextual Awareness: Automatically determines the correct repository based on your current git context or conversation history.
  • Use Case: When discussing a specific bug report (e.g., issue #123) in a project, you can use this skill to instantly open that issue in your browser for a closer look and to manage your notifications.

Quick Start

Use the github-browse skill to open issue number 123 in your browser and subscribe to its notifications.

Frequently Asked Questions about github-browse

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

FAQPage Schema
How do I open a GitHub issue or pull request in my browser from the command line?

To open a GitHub issue or pull request in your browser from the command line, you can use this Skill to directly launch the specific issue or PR URL based on your current git context or conversation history.

Can I manage GitHub notification subscriptions for specific issues and PRs from the CLI?

Yes, you can manage GitHub notification subscriptions for specific issues and PRs from the CLI by using this Skill to subscribe or unsubscribe from updates via the optional GraphQL API integration.

Do I need the GitHub CLI installed to open issues and PRs in a web browser?

Yes, you need the GitHub CLI (`gh`) installed to open issues and PRs in a web browser, as this Skill requires it for navigating and interacting with GitHub repositories directly from the terminal.

What is the best way to quickly view a GitHub bug report mentioned in a terminal conversation?

The best way to quickly view a GitHub bug report mentioned in a terminal conversation is using this Skill, which automatically determines the correct repository and opens the referenced issue in your web browser.

How does this Skill determine which GitHub repository to open when navigating issues?

When navigating GitHub issues, this Skill determines the correct repository by checking your current local git context or extracting the relevant repository information from your conversation history.