بنقرة واحدة
github-issue-view
View GitHub issue details and comments
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
View GitHub issue details and comments
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Analyze a GitHub-backed repository's open issues, pull requests, branches, and worktrees to recommend the next unclaimed issue or cleanup action. Use when Codex is asked what to work on next, to triage project backlog, or to choose between open GitHub issues.
Analyze a GitHub-backed repository's open issues, pull requests, branches, and worktrees to recommend the next unclaimed issue or cleanup action. Use when Codex is asked what to work on next, to triage project backlog, or to choose between open GitHub issues.
Launch a bounded, read-only Claude Code session through the Claude Agent SDK to review the current issue-branch diff and advise Codex. Use when the user requests a Claude or cross-model code review, or when flow-auto remains stuck after two materially distinct attempts and needs implementation support.
Launch a bounded, read-only Claude Code session through the Claude Agent SDK to review the current issue-branch diff and advise Codex. Use when the user requests a Claude or cross-model code review, or when flow-auto remains stuck after two materially distinct attempts and needs implementation support.
Bootstrap Codex Power Pack host wiring with explicit consent for every global change
Report installed Codex Power Pack plugins, host pointers, health, and drift without changing the machine
| name | github-issue-view |
| description | View GitHub issue details and comments |
Resolve REPO from an explicit owner/repo argument when supplied; otherwise
run gh repo view --json nameWithOwner --jq .nameWithOwner in the current
checkout. Pass --repo "$REPO" to every issue command. If neither source can
resolve a repository, ask the user before performing a write.
View detailed information about a specific issue in claude-power-pack.
The user should provide an issue number. If not provided, ask for it.
gh issue view NUMBER --repo "$REPO"
This returns:
To get comments:
gh issue view NUMBER --repo "$REPO" --comments
Present the issue in a readable format:
## Issue #42: Use Plan Mode for complex refactors
**State:** Open
**Author:** @username
**Labels:** best-practice, enhancement
**Assignees:** None
**Created:** 2025-12-10
**Updated:** 2025-12-12
---
### Description
[Issue body content here]
---
### Comments (2)
**@commenter1** (2025-12-11):
[Comment content]
**@commenter2** (2025-12-12):
[Comment content]
After viewing, offer:
gh issue view NUMBER --web --repo "$REPO"/github-issue-update NUMBER (then add comment)/github-issue-close NUMBER/github-issue-update NUMBERUser: /github-issue-view 42
Claude: [Fetches and displays issue #42 details]
Would you like to:
1. Open in browser
2. Add a comment
3. Edit this issue
4. Close this issue