-
Notifications
You must be signed in to change notification settings - Fork 6
Create Issue
github-actions[bot] edited this page Feb 23, 2026
·
1 revision
Create a new GitHub issue with the right type, title, description, labels, and assignees — guided by the agent's detection of issue type and pre-filled from available templates.
- Reporting a bug with all the right context fields
- Filing a feature request that follows project templates
- Creating a simple task or question with minimal friction
- When you want the agent to pre-fill a template so you only review and confirm
In GitHub Copilot Chat:
/create-issue owner/repo "Login page flickers on mobile Safari"
Or describe the issue naturally:
/create-issue owner/repo I found a bug where the login form submits twice
- Detect issue type — Agent classifies as Bug / Feature / Task / Question based on the description
-
Load template — Finds the matching issue template from
.github/ISSUE_TEMPLATE/if one exists - Pre-fill fields — Populates title, description, labels, and suggested assignee from context
- Preview and confirm — Shows the complete draft before creating
- Create issue — Posts to GitHub only after you confirm; returns the issue URL and number
| Description signals | Detected type |
|---|---|
| "bug", "broken", "error", "fails", "crash" | Bug |
| "feature", "add", "support", "allow", "would be nice" | Feature request |
| "task", "chore", "update", "migrate", "upgrade" | Task |
| "how do I", "question", "wondering", "unclear" | Question |
You: /create-issue owner/repo Login form submits twice on mobile
Agent: Detected type: Bug
Draft issue:
─────────────────────────
Title: Login form submits twice on mobile
Type: Bug report
Labels: bug, mobile
Assignee: (none detected — add one?)
**Describe the bug**
The login form submits twice when tapped on mobile...
**Steps to reproduce**
1. Open on iOS Safari
2. Tap the Login button
**Expected behavior**
Form submits once and redirects.
─────────────────────────
Create this issue? (yes/no/edit)
/create-issue owner/repo "Button has no focus indicator"
/create-issue owner/repo feature: add dark mode support
/create-issue owner/repo task: upgrade eslint to v9
/create-issue owner/repo "Is WCAG 2.2 supported?"
| Agent | Role |
|---|---|
| issue-tracker agent | Executes this prompt |
- triage — triage existing open issues
- manage-issue — edit, label, or close issues
- refine-issue — add acceptance criteria and technical detail to an issue
- build-template — build a custom issue template
- 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