file-issue

Draft a GitHub issue from a user prompt and file it via the GitHub CLI after approval.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kagenti/humr --skill file-issue-kagenti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-issue
Source: https://github.com/kagenti/humr/tree/main/.agents/skills/file-issue
Command: npx skills add https://github.com/kagenti/humr --skill file-issue-kagenti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts GitHub issues from user prompts, ensures explicit approval, and files them via the gh CLI, reducing manual drafting errors and governance gaps.

Core Features & Use Cases

  • Understand: interpret the user's request to determine the issue scope and impact.
  • Research & dedupe: inspect related work and search for duplicates to avoid noise.
  • Draft & approve: generate a structured issue draft that aligns with project guidelines and requires explicit approval before filing.
  • File via GH: create the issue in the target repository using the GitHub CLI once approved.

Quick Start

Draft a GitHub issue from your prompt, obtain explicit approval, and file it with gh after confirmation.

Frequently Asked Questions about file-issue

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

FAQPage Schema
How do I automate drafting and filing GitHub issues from a prompt?

To automate drafting and filing GitHub issues, this Skill interprets your prompt, researches duplicates, drafts a structured issue, and files it via the GitHub CLI after explicit approval.

Does filing GitHub issues require explicit approval before creation?

Yes, filing GitHub issues requires explicit user authorization before creation to prevent errors and governance gaps in your software development workflow.

What is the best way to avoid duplicate GitHub issues in a development workflow?

The best way to avoid duplicate GitHub issues is to perform pre-filing checks that inspect related work and search existing repository issues before drafting a new one.

Do I need the GitHub CLI to file issues through an automated workflow?

Yes, you need the GitHub CLI installed and configured, as it is the prerequisite tool used to create and file the approved issue in the target repository.

Can I review and edit a GitHub issue draft before it is filed?

Yes, the workflow generates a structured issue draft for your review, requiring explicit confirmation and approval before the issue is actually filed in GitHub.

Why should I use an automated workflow for GitHub issue filing instead of manual creation?

Automated GitHub issue filing reduces manual drafting errors and governance gaps by ensuring issues are thoroughly understood, deduplicated, drafted, and explicitly approved before creation.