Skip to content

rdcrystallab/gh-tools

v1.0.0MIT

GitHub workflow commands for issues, PRs, and project management using the gh CLI

gh-tools

GitHub workflow commands for issues, PRs, and project management using the gh CLI.

Prerequisites

Commands

CommandDescription
/gh-tools:gh-fix-issue <issue>Analyze and fix a GitHub issue end-to-end
/gh-tools:gh-create-issueCreate a new issue and add to GitHub Project
/gh-tools:gh-augmented-issue <description>Investigate codebase and create a detailed issue
/gh-tools:gh-list-top-issues <N>List top N priority issues from GitHub Project
/gh-tools:gh-pr-review <PR>Review a Pull Request with checklist
/gh-tools:gh-pr-followup <PR>Address PR review feedback and rework

Usage Examples

/gh-tools:gh-fix-issue 42
/gh-tools:gh-create-issue Add dark mode support. Labels: enhancement, priority-3
/gh-tools:gh-augmented-issue Refactor authentication module
/gh-tools:gh-list-top-issues 5
/gh-tools:gh-pr-review 15
/gh-tools:gh-pr-followup 15