github-issue-workflow

Installation
SKILL.md

GitHub Issue Workflow

Use GitHub Issues as the source of truth for scope, acceptance criteria, live progress, and completion state.

Prefer the repo's existing GitHub workflow when it exists. Use the bundled defaults in this skill only when the repo has no established issue templates, label conventions, or execution workflow.

When work depends on third-party, platform, or provider setup outside the repo, do not guess the setup contract and do not defer that research until implementation is already underway. Research the official documentation first, then capture the concrete dependency, how a human retrieves or configures it in the real world, and the verification it unlocks in the issue body before treating the issue as ready for execution.

Execution issues should read like completed implementation plans, not placeholders for future discovery. If the work changes dependencies, data models, schemas, architecture, module boundaries, rollout shape, or other reviewer-sensitive surfaces, research and record those details before marking the issue ready. If that detail is still unknown, keep the work as a seed or research issue instead of presenting it as ready-to-build execution work.

Use when

  • The user wants work tracked through GitHub Issues
  • The repo already uses issues, labels, issue templates, or GitHub Projects for execution
  • The task is meaningful enough that durable issue history is better than a local scratch checklist
  • The repo should stop reviving retired repo-local planning workflows for tracked work

Prerequisites

Related skills

More from grepug/skills

Installs
9
Repository
grepug/skills
First Seen
Mar 25, 2026