github-issue-creator

GitHub Issue Creator Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "github-issue-creator" with this command: npx skills add alex-ilgayev/mcpspy/alex-ilgayev-mcpspy-github-issue-creator

GitHub Issue Creator Skill

Automates the creation of well-structured GitHub issues for the MCPSpy project.

Tools and Usage

Use the gh issue CLI tool to create GitHub issues. If the issue body is rather long, write it to a temporary markdown file and use the gh issue create --body-file <file> option.

Issue Naming Convention

  • Use standard prefixes: feat(component): , chore: , fix(component):

  • Component examples: library-manager , ebpf , mcp , http , output

  • Brackets are optional but recommended for clarity

  • Keep titles concise and descriptive

Examples

  • feat(library-manager): add support for container runtime detection

  • chore: update dependencies to latest versions

  • fix(ebpf): handle kernel version compatibility issues

Issue Content Guidelines

What to Include

  • High-level design notes - focus on the "what" and "why"

  • POC-level details - enough to get started, not exhaustive

  • Actionable scope - should be implementable by a developer familiar with the codebase

What NOT to Include

  • Detailed test plans

  • Exhaustive acceptance criteria

  • Deep technical specifications

  • Code examples (unless absolutely necessary for clarity)

When to Use This Skill

  • Creating new feature requests

  • Reporting bugs and issues

  • Documenting technical debt

  • Planning work items for the MCPSpy project

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

go-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-commit-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-integration-tests

No summary provided by upstream source.

Repository SourceNeeds Review