KS
Killer-Skills

github-issue-workflow — github-issue-workflow setup guide github-issue-workflow setup guide, how to use github-issue-workflow, github-issue-workflow vs github CLI, github-issue-workflow install, what is github-issue-workflow, github-issue-workflow alternative, github-issue-workflow tutorial, github issue management best practices, github-issue-workflow for AI agents

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing efficient GitHub issue management using the gh command. github-issue-workflow is a skill that utilizes the `gh` command to discover, inspect, and manage GitHub issues, following a deterministic and policy-compliant approach.

Features

Lists open issues using `gh issue list --state open --limit 200`
Views individual issues with `gh issue view <issue-number> --json number,title,body,state,labels,assignees,url`
Displays issue discussions using `gh issue view <issue-number> --comments`
Follows repository-required issue development flow
Prefer deterministic commands for issue management
Keeps work aligned to branch and PR policy

# Core Topics

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

Quality Score

Top 5%
26
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add gordonwatts/exam-helper/github-issue-workflow

Agent Capability Analysis

The github-issue-workflow MCP Server by gordonwatts is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for github-issue-workflow setup guide, how to use github-issue-workflow, github-issue-workflow vs github CLI.

Ideal Agent Persona

Perfect for Development Agents needing efficient GitHub issue management using the gh command.

Core Value

Empowers agents to streamline issue development flows using deterministic commands like gh issue list and gh issue view, ensuring alignment with repository policies and branch/PR protocols.

Capabilities Granted for github-issue-workflow MCP Server

Automating issue discovery with gh issue list --state open --limit 200
Inspecting issues with gh issue view <issue-number> --json number,title,body,state,labels,assignees,url
Debugging issue discussions with gh issue view <issue-number> --comments

! Prerequisites & Limits

  • Requires gh command installation and configuration
  • Limited to GitHub repositories
  • Dependent on repository policies and branch/PR protocols
Project
SKILL.md
3.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Github Issue Workflow

Overview

Use gh to discover and inspect issues, then follow the repository's required issue-development flow. Prefer deterministic commands and keep work aligned to branch and PR policy.

Scan And Inspect Issues

  • List open issues:
    • gh issue list --state open --limit 200
  • View one issue:
    • gh issue view <issue-number> --json number,title,body,state,labels,assignees,url
  • View one issue with discussion:
    • gh issue view <issue-number> --comments

If gh is unavailable, ask the user to install/authenticate gh, then retry the same command.

Command Playbook

Run these in order for a new issue implementation.

  1. Sync main first:
    • git checkout main
    • git pull --ff-only origin main
  2. Inspect and confirm target issue:
    • gh issue view <issue-number> --json number,title,body,state,labels,assignees,url
    • gh issue view <issue-number> --comments
  3. Create issue branch before edits:
    • git checkout -b issue-<issue-number>-<short-slug>
  4. Implement changes and run tests:
    • uv run --extra dev pytest -q
  5. Commit and push branch:
    • git add -A
    • git commit -m "<focused-change-message>"
    • git push -u origin issue-<issue-number>-<short-slug>
  6. Open draft PR to main with auto-close reference:
    • gh pr create --base main --head issue-<issue-number>-<short-slug> --draft --title "<pr-title>" --body "fix #<issue-number>"

Start New Issue Checklist

  1. Confirm clean context:
    • Check current branch and status with git status -sb.
  2. Scan open issues:
    • Run gh issue list --state open --limit 200.
  3. Load issue details:
    • Run both gh issue view <n> --json ... and gh issue view <n> --comments.
  4. Update main before branch work:
    • Run git checkout main and git pull --ff-only origin main.
  5. Create issue branch before any edits:
    • Use git checkout -b issue-<n>-<slug>.
  6. Start implementation and open draft PR early:
    • Push and create draft PR as soon as meaningful implementation starts.

Resume Existing Issue Checklist

  1. Verify issue branch exists and switch to it:
    • git checkout issue-<issue-number>-<short-slug>
  2. Refresh issue/PR context:
    • gh issue view <issue-number> --comments
    • gh pr status
  3. Sync from main if needed (merge/rebase per repo preference).
  4. Continue implementation on issue branch only.
  5. Run tests before push:
    • uv run --extra dev pytest -q
  6. Push updates and keep PR draft until ready:
    • git push
    • Mark PR ready only after tests/review items are complete.

Policy Guardrails

  • Do not implement issue work directly on main.
  • Do not switch tools if a workflow command fails due to sandbox restrictions; rerun with proper escalation.
  • Keep commits focused and descriptive.
  • Avoid destructive git commands unless explicitly requested.
  • Include issue-closing reference in PR description (for example fix #123).
  • If sandbox/network blocks required update commands, request elevated execution and retry.

Reference

See references/agents-github-issue-workflow.md for the extracted source policy text from this repository's AGENTS.md.

Related Skills

Looking for an alternative to github-issue-workflow or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication