github-manage

List and create GitHub issues and search code using a GITHUB_TOKEN.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/ncsound919/deterministic-brain --skill github-manage-ncsound919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-manage
Source: https://github.com/ncsound919/deterministic-brain/tree/main/skill_packs/business/github-manage
Command: npx skills add https://github.com/ncsound919/deterministic-brain --skill github-manage-ncsound919

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations are repetitive and error-prone when done manually. This Skill automates routine tasks such as listing issues, creating issues, and scanning code or PRs, reducing manual toil and speeding up repository management.

Core Features & Use Cases

  • List open issues for a repository (owner/repo).
  • Create new issues with a title and body.
  • Search code across repositories and track PRs.
  • Check CI status for a given ref to verify build health.
  • Use cases include issue triage, PR review preparation, and automated repository health checks.

Quick Start

Create an issue in owner/repo with a title and body, or list issues, PRs, and CI status for a repository.

Frequently Asked Questions about github-manage

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

FAQPage Schema
How do I automate GitHub issue creation and listing for a repository?

Automating GitHub issues involves listing open issues for an owner/repo or creating new issues with a title and body. This routine task reduces manual toil and returns structured results like issue URLs for repository management.

Can I check CI status and scan pull requests across refs?

You can check CI status for a given ref to verify build health and track pull requests across refs. This enables automated repository health checks and streamlines PR review preparation by monitoring build status directly.

Do I need a GITHUB_TOKEN to manage issues and search code?

Yes, you need a GITHUB_TOKEN with repo scope to manage issues and search code. This token authorizes the automated GitHub tasks to interact with your repository and return structured search hits and PR numbers.

What is the best way to search code across multiple GitHub repositories?

The best way to search code across repositories is using automated code search functionality. It scans repositories based on your query and returns structured search hits, speeding up repository management and code discovery tasks.

Does this GitHub automation work for issue triage and repository health checks?

Yes, this GitHub automation works for issue triage and repository health checks. It automates listing open issues, scanning PRs, and monitoring CI status across refs to reduce error-prone manual repository operations.