For an overview of all available workflows, see the main README.
Automatically triage issues when they are created or reopened
The Issue Triage workflow runs when issues are created or reopened to analyze content, check related items, set issue type, add labels, detect duplicates, and post structured triage reports.
# Install the 'gh aw' extension
gh extension install github/gh-aw
# Add the workflow to your repository
gh aw add-wizard githubnext/agentics/issue-triageThis walks you through adding the workflow to your repository.
graph LR
A[Issue Created/Reopened] --> B[Gather Context]
B --> C[Spam & Quality Check]
C --> D[Triage: Type, Labels]
D --> E[Detect Duplicates]
E --> F[Post Triage Report]
The workflow may search for relevant documentation, error messages, or similar issues online to assist with triage.
This workflow triggers automatically when issues are created or reopened—you cannot start it manually.
This workflow requires no configuration and works out of the box. You can customize triage criteria, labeling logic, and automated responses.
After editing run gh aw compile to update the workflow and commit all changes to the default branch.
- Review triage reports for accuracy
- Validate label, type, and field assignments
- Override or adjust triage decisions when needed