triage-created-issue

Automate triage of GitHub issues labeled 'cc-issue-created' using comment history and labels.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill triage-created-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-created-issue
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/triage-created-issue
Command: npx skills add https://github.com/getty104/claude-task-worker --skill triage-created-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, github, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the triage process for GitHub issues that have been marked as ready to start, saving time and reducing manual effort.

Core Features & Use Cases

  • Automated Issue Triage: Evaluates issues based on comment history and labels, deciding on the next steps (e.g., need human check, close, update, execute).
  • Efficient Workflow: Reduces the need for manual issue review, allowing developers to focus on coding and feature development.
  • Use Case: After an issue is labeled with 'cc-issue-created', this Skill automatically determines the next action, such as adding 'cc-need-human-check' for complex decisions or 'cc-exec-issue' for straightforward tasks.

Quick Start

Use the triage-created-issue skill to automatically triage a GitHub issue labeled with 'cc-issue-created'.

Frequently Asked Questions about triage-created-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue triage for newly created issues?

You can automate GitHub issue triage by running a Python script that evaluates comment history and labels on issues marked 'cc-issue-created', deciding on next steps like human check, close, update, or execute.

What does automated issue triage do when evaluating GitHub issues?

Automated issue triage evaluates GitHub issue comments and labels to determine the next action, such as adding 'cc-need-human-check' for complex decisions or 'cc-exec-issue' for straightforward tasks.

Do I need Python and the GitHub API to run automated issue triage?

Yes, automated issue triage requires Python and the 'requests' and 'github' libraries to access the GitHub API for processing issue comments and labels.

Can I use Python to automatically label GitHub issues based on comments?

Yes, you can use Python to automatically label GitHub issues based on comments, adding labels like 'cc-need-human-check' or 'cc-exec-issue' to streamline the triage workflow.

What is the best way to handle high volumes of GitHub issue triage automatically?

The best way to handle high volumes of GitHub issue triage is automating the process with Python scripts that evaluate comment history and labels to route issues to human check or execution.

Why does automated GitHub issue triage mark some issues for human check?

Automated GitHub issue triage marks issues for human check when evaluating comment history and labels reveals complex decisions that cannot be automatically closed or executed.