github-help · git:20260708.e42b71f · 2026-07-08 · sha256 c73debb9fa1e0306
github-help git:20260708.e42b71fA
Immutable. This exact content is served forever at /api/v1/blob/c73debb9fa1e0306.
--- name: "github-help" description: "Overview of all GitHub issue management commands" --- <!-- GENERATED by claude-power-pack - scripts/codex-skill-sync.py; edit .claude/commands/github/help.md instead --> ## Codex harness adaptations Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows: - MCP tools: use the MCP servers configured in `~/.codex/config.toml`, or fall back to the referenced repo scripts and CLI entry points. # GitHub Issue Management Commands Manage issues in the claude-power-pack repository directly from Claude Code. ## Available Commands | Command | Description | |---------|-------------| | `/github-issue-create` | Create a new issue with guided prompts | | `/github-issue-list` | List and search issues | | `/github-issue-view` | View issue details and comments | | `/github-issue-update` | Update an existing issue | | `/github-issue-close` | Close an issue | ## Quick Examples ### Create an issue ``` /github-issue-create ``` Then follow the prompts to select issue type and provide details. ### List open issues ``` /github-issue-list ``` ### View a specific issue ``` /github-issue-view 42 ``` ### Close an issue with comment ``` /github-issue-close 42 ``` ## Issue Types When creating issues, you can choose from: - **Best Practice** - Suggest a new best practice or technique - **Correction** - Report errors or outdated information - **Feature Request** - Request new commands, skills, or capabilities - **Bug Report** - Report bugs in MCP server or commands ## Prerequisites - GitHub CLI (`gh`) must be installed and authenticated - Run `gh auth status` to verify authentication ## Target Repository All commands operate on: `cooneycw/claude-power-pack`