Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    ainergiz

    gh-issues

    ainergiz/gh-issues
    Productivity
    3 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Create and manage GitHub issues with duplicate detection and hierarchy support. Use when creating issues, filing bugs, tracking tasks, managing sub-issues, or organizing parent/child relationships.

    SKILL.md

    GitHub Issues Management

    Routing

    Creating a new issue? → Read references/creating.md

    • Duplicate detection, codebase analysis, solution research
    • Out-of-scope issue tracking during development

    Managing issue hierarchy? → Read references/hierarchy.md

    • Create/list/remove sub-issues
    • Check parent issues
    • Decide: new parent vs add to existing

    Both? (Creating an issue as a sub-issue):

    1. Follow creating.md workflow to draft and create the issue
    2. Then follow hierarchy.md to link it as a sub-issue

    Quick Commands

    # Get current repo
    gh repo view --json owner,name --jq '"\(.owner.login)/\(.name)"'
    
    # Create issue
    gh issue create --title "type(area): description" --body "content"
    
    # View issue
    gh issue view <number>
    
    # List issues
    gh issue list --state open --limit 20
    

    Title Conventions

    Use conventional format:

    • fix(area): description - Bug fixes
    • feat(area): description - New features
    • refactor(area): description - Code improvements
    • docs(area): description - Documentation
    • chore(area): description - Maintenance

    Issue Body Template

    ## Summary
    [1-2 sentences]
    
    ## Context
    [Background, how discovered, why it matters]
    
    ## Current Behavior (for bugs)
    [What happens now]
    
    ## Expected Behavior
    [What should happen]
    
    ## Additional Context
    [Related issues, links, etc.]
    
    Recommended Servers
    GitHub
    GitHub
    Repository
    ainergiz/mac-setup-guide
    Files