prepare-issue

Create and triage GitHub issues with de-duplication, classification, and labeling.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/TalonT-Org/AutoSkillit --skill prepare-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepare-issue
Source: https://github.com/TalonT-Org/AutoSkillit/tree/main/src/autoskillit/skills/prepare-issue
Command: npx skills add https://github.com/TalonT-Org/AutoSkillit --skill prepare-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the initial triage of GitHub issues, ensuring they are correctly classified, de-duplicated, and prepared for action, saving valuable developer time.

Core Features & Use Cases

  • Automated Triage: Classifies issues as bugs or enhancements and routes them appropriately (implementation vs. remediation).
  • De-duplication: Checks for and flags potential duplicate issues before creation.
  • Requirement Generation: Automatically generates structured requirements for new feature issues.
  • Use Case: When a new bug report comes in, this Skill can automatically identify if it's a duplicate, classify it as a bug, and add the 'recipe:remediation' label, ready for investigation.

Quick Start

Use the prepare-issue skill to create and triage a new GitHub issue with the description "The login button is not working on the staging environment".

Frequently Asked Questions about prepare-issue

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

FAQPage Schema
How do I automate GitHub issue triage and classification?

Automating GitHub issue triage involves classifying issues as bugs or enhancements and routing them to implementation or remediation. This skill performs de-duplication checks, determines appropriate routes, and applies relevant labels automatically to save developer time.

What is the best way to check for duplicate GitHub issues before creating a new bug report?

Checking for duplicate GitHub issues involves scanning existing tickets for similarity before creation. This skill performs de-duplication checks automatically to flag potential duplicates, ensuring you do not create redundant bug reports.

Can I automatically generate structured requirements for new feature issues on GitHub?

Generating structured requirements for new feature issues on GitHub is possible by analyzing the initial request. This skill automatically generates structured requirements for enhancement issues to prepare them for implementation.

How do I split mixed-concern GitHub issues into separate tickets?

Splitting mixed-concern GitHub issues involves detecting multiple topics within a single report and separating them. This skill handles mixed-concern detection and can optionally split issues into distinct, actionable tickets.

Does automated bug tracking and triage work for both remediation and implementation routing?

Automated bug tracking and triage supports both remediation and implementation routing. This skill classifies issues as bugs or enhancements and determines the appropriate route, applying labels like 'recipe:remediation' for bugs ready for investigation.