process-issues

Execute batched GitHub issue processing workflows from a triage manifest.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the processing of multiple GitHub issues in a structured, batched manner, ensuring that triaged issues are systematically addressed by the appropriate implementation or remediation recipes.

Core Features & Use Cases

  • Batch Processing: Executes recipes for issues grouped into batches, respecting sequential order.
  • Automated Workflow Execution: Consumes a triage manifest and launches specific recipes for each issue.
  • Status Tracking & Reporting: Records success, failure, or skipped statuses for each issue and generates a summary report.
  • Use Case: After triaging a set of GitHub issues, use this Skill to automatically run the 'implementation' recipe for new features and the 'remediation' recipe for bug fixes, creating and managing pull requests for each.

Quick Start

Use the process issues skill to execute recipes for the triaged GitHub issues.

Frequently Asked Questions about process-issues

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

FAQPage Schema
How do I automate batch processing for multiple GitHub issues?

Automated batch processing for multiple GitHub issues is handled by consuming a triage manifest and sequentially launching implementation or remediation recipes for each issue. The workflow manages pull request creation and generates a summary execution report tracking success, failure, or skipped statuses.

What is a triage manifest for CI/CD issue workflows?

A triage manifest for CI/CD issue workflows is a structured input that defines which specific implementation or remediation recipe should be launched for each triaged GitHub issue. It enables sequential batched execution and automated pull request management.

Do I need GitHub CLI to automate issue processing and PR creation?

Yes, GitHub CLI is required to automate issue processing and PR creation. The batched workflow relies on GitHub CLI for executing issue operations and managing pull request creation during the sequential recipe execution process.

Can I run implementation and remediation recipes sequentially for bug fixes and features?

Yes, you can run implementation and remediation recipes sequentially for bug fixes and features. The workflow processes issues grouped in batches, respecting sequential order, and launches the specific recipe defined in the triage manifest for each issue type.

How do I track execution status and failures when processing GitHub issues in batches?

You track execution status and failures when processing GitHub issues in batches through the built-in status tracking and reporting feature. It records success, failure, or skipped statuses for each issue and generates a summary report upon workflow completion.

What are the limitations of batch processing GitHub issues with automated recipes?

Limitations of batch processing GitHub issues with automated recipes include the strict dependency on GitHub CLI for issue and PR operations, the requirement for internal AutoSkillit recipe loading mechanisms, and the constraint of sequential execution respecting batch order.