-
Notifications
You must be signed in to change notification settings - Fork 6
Manage Issue
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Edit, label, assign, close, reopen, lock, or transfer a GitHub issue. All destructive or irreversible actions require explicit confirmation before executing.
- Updating an issue's labels after triage
- Reassigning an issue to a different contributor
- Closing or reopening an issue
- Locking a heated discussion thread
- Transferring an issue to a different repository
In GitHub Copilot Chat:
/manage-issue owner/repo#89 <action>
Examples:
/manage-issue owner/repo#89 add label: bug
/manage-issue owner/repo#89 assign to: alice
/manage-issue owner/repo#89 close
/manage-issue owner/repo#89 lock
/manage-issue owner/repo#89 transfer to: owner/other-repo
- Parse action — Identifies the target issue and requested operation
- Fetch current state — Reads the issue to show current labels, assignees, and status
- Preview change — Shows what will change in a before/after summary
-
Confirm if destructive — Close, lock, and transfer require a
yesfrom you - Execute — Applies the change and confirms success with the updated state
| Action | Syntax | Confirm required? |
|---|---|---|
| Add label | add label: bug |
No |
| Remove label | remove label: enhancement |
No |
| Assign | assign to: alice |
No |
| Unassign | unassign alice |
No |
| Set milestone | milestone: v2.1 |
No |
| Edit title | title: New title here |
No |
| Close |
close or close as won't fix
|
Yes |
| Reopen | reopen |
Yes |
| Lock | lock |
Yes |
| Unlock | unlock |
No |
| Transfer | transfer to: owner/repo |
Yes |
You: /manage-issue owner/repo#89 close as won't fix
Agent: Issue #89 — "Login flickers on mobile"
Current state: Open, labeled "bug", assigned to alice
Action: Close issue with state "won't fix"
This cannot be undone from chat. Proceed? (yes/no)
You: yes
Agent: Issue #89 closed as "won't fix". ✅
/manage-issue #89 add label: accessibility
/manage-issue #89 remove label: triage-needed
/manage-issue #89 assign to: alice
/manage-issue #89 milestone: v2.1
/manage-issue #89 close
| Agent | Role |
|---|---|
| issue-tracker agent | Executes this prompt |
- issue-reply — post a comment before managing
- triage — bulk label and prioritize issues
- create-issue — create a new issue
- refine-issue — add detail to an existing issue
- Accessibility Lead
- Web Accessibility Wizard
- Document Accessibility Wizard
- Alt Text and Headings
- ARIA Specialist
- Contrast Master
- Forms Specialist
- Keyboard Navigator
- Link Checker
- Live Region Controller
- Modal Specialist
- Tables Data Specialist
- Word Accessibility
- Excel Accessibility
- PowerPoint Accessibility
- PDF Accessibility
- Office Scan Config
- PDF Scan Config
- Testing Coach
- WCAG Guide