issue

Create GitHub issues from natural-language requests with labels and assignees.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hirokimry/vibecorp --skill issue-hirokimry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/hirokimry/vibecorp/tree/main/skills/issue
Command: npx skills add https://github.com/hirokimry/vibecorp --skill issue-hirokimry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of turning a vague request into a well-formed GitHub Issue by collecting the right details, choosing the right labels, and assigning ownership automatically.

Core Features & Use Cases

  • One-turn intake: Gathers the title, body, completion criteria, and relevant files in a single pass so the user does not have to repeat themselves.
  • Automatic triage: Infers the correct intent label, selects the matching conventional-commit prefix, and applies the repository’s assignee rules.
  • Safety and policy gates: Checks for restricted domains and product-fit constraints before creating the Issue, with stricter review paths for standard and full presets.
  • Use case: A developer describes a bug, feature, or documentation task in plain language, and the Skill turns it into a ready-to-file GitHub Issue with the right metadata.

Quick Start

Ask the agent to create a GitHub Issue from your request and provide the title, body, completion criteria, and relevant files in one message.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I create GitHub issues from a natural language request?

To create GitHub issues from natural language, provide the title, body, completion criteria, and relevant files in one prompt. The Skill classifies intent, selects assignees, maps labels, and runs preflight policy checks before filing the issue.

Can I automatically assign labels and assignees when filing a bug report or feature request?

Yes, you can automatically assign labels and assignees when filing bug reports or feature requests. The Skill infers the correct intent label, selects the matching conventional-commit prefix, and applies repository assignee rules during triage.

What is the best way to structure issue intake for documentation updates and infrastructure tasks?

The best way to structure issue intake for documentation updates and infrastructure tasks is using one-turn collection. The Skill gathers the title, body, completion criteria, and relevant files in a single pass to avoid repetitive manual input.

Does GitHub issue creation check for restricted domains before submitting?

Yes, GitHub issue creation checks for restricted domains before submitting. The Skill runs safety and policy gates to verify product-fit constraints, applying stricter review paths for standard and full presets before filing the issue.

Do I need to provide completion criteria and relevant files to automate GitHub issue triage?

Yes, you need to provide completion criteria and relevant files to automate GitHub issue triage effectively. Supplying these details in a single message allows the Skill to perform intent classification and preflight policy checks automatically.