create-github-issue

Create GitHub issues with repository context and branch information.

6|3|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ather-techie/SlateFlow --skill create-github-issue-ather-techie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issue
Source: https://github.com/ather-techie/SlateFlow/tree/main/.claude/skills/create-github-issue
Command: npx skills add https://github.com/ather-techie/SlateFlow --skill create-github-issue-ather-techie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction of switching contexts to report bugs, allowing you to document issues directly from your terminal or IDE while testing.

Core Features & Use Cases

  • Context-Aware Reporting: Automatically captures the current git branch and timestamp to provide developers with immediate environmental context.
  • Interactive Workflow: Guides you through title selection and label assignment to ensure consistent issue tracking.
  • Use Case: After identifying a UI glitch during a Playwright test run, you can immediately trigger this skill to create a pre-formatted bug report in your repository without leaving your current session.

Quick Start

Use the create-github-issue skill to report a bug about the login page redirecting to a blank screen.

Frequently Asked Questions about create-github-issue

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

FAQPage Schema
How do I create a GitHub issue from my terminal without switching context?

You can create a GitHub issue directly from your terminal by using this skill to capture repository context, git branch information, and user-defined descriptions without leaving your current session.

Do I need a GitHub Personal Access Token to automate issue creation?

Yes, you need a valid GitHub Personal Access Token with repository scope to authenticate and perform write operations when automating issue creation through the GitHub Model Context Protocol server.

Can I automatically include git branch and timestamp context in a bug report?

Yes, this context-aware reporting skill automatically captures the current git branch and timestamp to provide developers with immediate environmental context when documenting issues.

What is the best way to report a UI glitch found during a Playwright test run?

The best way is to trigger this skill immediately after identifying the glitch, which creates a pre-formatted bug report in your repository with interactive title selection and label assignment.

Does the GitHub issue creation skill guide label assignment interactively?

Yes, the skill features an interactive workflow that guides you through title selection and label assignment to ensure consistent issue tracking across your repository.

Why automate issue tracking with the GitHub Model Context Protocol server?

Automating issue tracking with the GitHub Model Context Protocol server eliminates the friction of switching contexts, allowing you to document bugs and tasks directly from your IDE while testing.