enter-issue

Create GitHub issues from text, images, or screenshots via gh CLI.

94|11|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/thefrederiksen/cc-director --skill enter-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enter-issue
Source: https://github.com/thefrederiksen/cc-director/tree/main/.claude/skills/enter-issue
Command: npx skills add https://github.com/thefrederiksen/cc-director --skill enter-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of reporting bugs or creating new issues on GitHub by allowing users to provide information through text, images, or screenshots.

Core Features & Use Cases

  • Issue Creation: Automatically generates a new GitHub issue with a title, description, and relevant labels.
  • Input Flexibility: Accepts text descriptions, error logs, and image/screenshot file paths as input.
  • Use Case: When a user encounters a bug in the software, they can use this Skill, providing a screenshot of the error and a brief description, to quickly create a trackable issue for the development team.

Quick Start

Use the enter-issue skill to create a new GitHub issue with the title "Fix login button alignment" and the description "The login button is misaligned on smaller screens."

Frequently Asked Questions about enter-issue

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

FAQPage Schema
How do I create a GitHub issue from a screenshot?

You can create a GitHub issue from a screenshot by providing the image file path along with a text description. The Skill processes the screenshot and text to automatically generate a new issue with a title, body, and labels.

Can I use text descriptions to automate bug report submission on GitHub?

Yes, you can automate bug report submission by providing text descriptions or error logs. The Skill leverages the GitHub CLI to construct and submit new issues directly to your repository.

Do I need the GitHub CLI installed to create issues from text input?

Yes, the GitHub CLI (gh) is a required dependency. The Skill uses the gh CLI to authenticate and submit the constructed issues with titles, bodies, and labels to GitHub.

What is the best way to automatically add labels when creating GitHub issues?

The best way to automatically add labels is by using this Skill to construct your issue. It leverages the GitHub CLI to submit new issues with appropriate titles, bodies, and relevant labels automatically applied.

Does this issue tracking Skill support submitting feature requests as well as bug reports?

Yes, the Skill supports submitting feature requests and bug reports. It accepts text descriptions, error logs, and image file paths to automate the creation of various GitHub issue types.

Why does creating an issue from an image require image processing tools?

Creating an issue from an image requires image processing tools to gather context from the provided screenshots. The Skill uses these tools alongside the GitHub CLI to interpret visual data and construct the issue body.