creating-github-issues — community creating-github-issues, marlin, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing structured issue reporting and research capabilities on GitHub. A modern, sleek file browser with native performance built with Tauri and React

StirlingMarketingGroup StirlingMarketingGroup
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The creating-github-issues skill by StirlingMarketingGroup is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing structured issue reporting and research capabilities on GitHub.

Core Value

Empowers agents to create well-researched and clearly documented GitHub issues, utilizing native performance and integrating with tools like Tauri and React for comprehensive codebase understanding, including file paths, functions, components, and database tables.

Capabilities Granted for creating-github-issues

Researching codebases for issue creation
Documenting similar functionality implementations
Generating high-quality issues with sufficient context

! Prerequisites & Limits

  • Requires GitHub access and permissions
  • Limited to issues related to codebases and development
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

creating-github-issues

Install creating-github-issues, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Creating GitHub Issues

Overview

Every GitHub issue should be well-researched and clearly documented. This skill ensures issues contain enough context for anyone to understand and implement them.

Mandatory Workflow

Step 1: Research the Codebase

Before writing the issue, use the Explore agent or search tools to understand:

  • Where relevant code lives (file paths, functions, components)
  • How similar functionality is currently implemented
  • Database tables, API endpoints, or UI components involved
  • Existing patterns that should be followed

Include in the issue:

  • Specific file paths and line numbers
  • Code snippets showing current implementation
  • References to similar existing code as examples

Why: Issues with research reduce back-and-forth questions and give implementers a head start.

Step 2: Create the Issue

Use gh issue create with a well-structured body:

bash
1gh issue create --title "Brief descriptive title" --body "$(cat <<'EOF' 2## Summary 3<1-3 sentences describing what needs to be done> 4 5## Current State 6<What exists now, with file paths and code references> 7 8## Proposed Changes 9<What should change, with specific details> 10 11## Technical Notes 12<File paths, database tables, API endpoints, code snippets> 13 14## Acceptance Criteria 15- [ ] Specific testable requirement 16- [ ] Another requirement 17EOF 18)"

Step 3: Add Labels

Discover current labels and apply appropriate ones:

bash
1gh label list --limit 50

Common label categories:

  1. Type (pick one):

    • enhancement - New feature or improvement
    • bug - Something isn't working
    • documentation - Documentation improvements
    • question - Further information requested
  2. Priority (if applicable):

    • priority: critical - Production broken, blocking issue
    • priority: high - Important bug fix, urgent feature
    • priority: low - Nice to have, can wait
  3. Area (if applicable):

    • Labels indicating which part of the codebase is affected
bash
1gh issue edit <number> --add-label "enhancement"

Step 4: Add to Project (if applicable)

If the repository uses GitHub Projects:

bash
1gh issue edit <number> --add-project "Project Name"

Issue Template

markdown
1## Summary 2<1-3 sentences describing what needs to be done> 3 4## Current State 5<What exists now> 6- File: `path/to/file.ts:123` 7- Current behavior: <description> 8 9## Proposed Changes 10<What should change> 111. Change X to do Y 122. Add Z functionality 13 14## Technical Notes 15- Relevant files: `src/components/Feature.tsx`, `src/utils/helpers.ts` 16- Related functions: `handleSubmit()`, `validateInput()` 17- Consider: <architectural notes, edge cases> 18 19## Acceptance Criteria 20- [ ] Specific testable requirement 21- [ ] Another requirement 22- [ ] Tests pass 23 24## Additional Context 25<Screenshots, error messages, related issues>

Field Selection Guidelines

Priority

  • Critical - Production broken, blocking issue
  • High - Important bug fix, urgent feature (most bugs default here)
  • Medium - Standard feature work
  • Low - Nice to have, can wait

Default guidance: Bugs default to High unless trivial. Enhancements default to Medium unless urgent.

Common Mistakes

MistakeFix
Create issue without researching code firstUse Explore agent to find relevant files
Generic issue descriptionInclude specific file paths, line numbers, code snippets
Missing acceptance criteriaAlways include testable requirements
No labelsAlways add at least a type label
Vague titleMake titles specific and searchable

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is creating-github-issues?

Perfect for Development Agents needing structured issue reporting and research capabilities on GitHub. A modern, sleek file browser with native performance built with Tauri and React

How do I install creating-github-issues?

Run the command: npx killer-skills add StirlingMarketingGroup/marlin. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for creating-github-issues?

Key use cases include: Researching codebases for issue creation, Documenting similar functionality implementations, Generating high-quality issues with sufficient context.

Which IDEs are compatible with creating-github-issues?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for creating-github-issues?

Requires GitHub access and permissions. Limited to issues related to codebases and development.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add StirlingMarketingGroup/marlin. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use creating-github-issues immediately in the current project.

Related Skills

Looking for an alternative to creating-github-issues or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI