One-click install
npx skills add https://github.com/kkbig509/weclaw --skill github-kkbig509
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/kkbig509/weclaw/tree/main/src/weclaw/skills/github
Command: npx skills add https://github.com/kkbig509/weclaw --skill github-kkbig509

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, automating tasks related to issues, pull requests, and continuous integration workflows, saving developers time and effort.

Core Features & Use Cases

  • Issue Management: Create, list, and close GitHub issues.
  • Pull Request Operations: List, check CI status, view details, create, and merge pull requests.
  • CI/Workflow Monitoring: List and view GitHub Actions workflow runs and logs.
  • API Queries: Fetch repository data, labels, and statistics using the GitHub API.
  • Use Case: A developer needs to quickly check the status of a pull request, view its associated CI checks, and if everything is green, merge it.

Quick Start

Use the github skill to list all open pull requests for the 'owner/repo' repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub pull requests and check CI status using the command line?

You can manage GitHub pull requests and check CI status using the `gh` CLI. This Skill automates listing PRs, viewing details, checking associated CI checks, and merging PRs directly from your terminal.

Do I need to install and authenticate the `gh` CLI to automate GitHub issues and PRs?

Yes, you must have the `gh` CLI installed and authenticated. This Skill relies entirely on the `gh` CLI to interact with GitHub repositories for creating, closing, and listing issues and pull requests.

Can I view GitHub Actions workflow runs and logs for CI/CD pipelines?

Yes, you can view GitHub Actions workflow runs and logs for CI/CD pipelines. The Skill supports CI/workflow monitoring operations by interfacing with the `gh` CLI to list and display workflow run details.

What is the best way to fetch repository data and labels from GitHub via API queries?

The best way to fetch repository data and labels is by using this Skill to query GitHub API endpoints. It leverages the `gh` CLI to retrieve repository statistics, labels, and general data automatically.

How do I create and close GitHub issues automatically for my repository?

You can create and close GitHub issues automatically by executing `gh` CLI commands through this Skill. It streamlines issue management by supporting both creation and closure operations directly.