issue-editing
Create and edit GitHub issues via gh CLI.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Create and edit GitHub issues via gh CLI.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| name | issue-editing |
| description | Create and edit GitHub issues via gh CLI. |
gh issue view <number> --json title,body,labels — read issuegh issue edit <number> --body "<body>" — update bodygh issue edit <number> --add-label "label" — add labelgh issue edit <number> --remove-label "label" — remove labelgh issue comment <number> --body "<comment>" — add commentgh issue create --title "..." --body "..." --label "..." — create new issueSprint planning workflow with ICE scoring and velocity-based sizing.
Research codebase to inform refinement and planning decisions.
Guide for modifying agent configurations (copilot-instructions.md and SKILL.md).
Review pull requests for correctness, security, and logic errors.
Test-Driven Development cycle for writing tests before implementation.
Reference for creating and modifying Copilot agent configurations: copilot-instructions.md and SKILL.md files. Essential for the retro agent's job of improving agent capabilities based on session log analysis.