github-issues

Installation
SKILL.md

github-issues

Purpose

Standardize GitHub issue creation and management across any project. Ensure every issue has a clear structure, proper labels, and actionable content. Guide the user through creating well-formed issues and applying GitHub's default label taxonomy consistently.

Prerequisites

Before any operation, verify the environment:

  1. Detect repository context:
git remote get-url origin

Parse owner and repo from the remote URL. Supports both formats:

  • SSH: git@github.com:owner/repo.git
  • HTTPS: https://github.com/owner/repo.git
Installs
15
GitHub Stars
1
First Seen
Jul 24, 2026
github-issues — jablonkai/agent-tools