csa-issue-reporter

Automatically files structured GitHub issues for CSA operational errors with metadata and labels.

12|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill csa-issue-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: csa-issue-reporter
Source: https://github.com/RyderFreeman4Logos/cli-sub-agent/tree/main/patterns/csa-issue-reporter/skills/csa-issue-reporter
Command: npx skills add https://github.com/RyderFreeman4Logos/cli-sub-agent --skill csa-issue-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically file a structured GitHub issue on the cli-sub-agent repository when CSA encounters an operational error (quota exhaustion, crash, parse failure, session state corruption, tool not found). The issue includes environment context (csa version, OS, rustc version), error classification with appropriate labels, and a structured body following Conventional Commits title format for consistent triage.

Core Features & Use Cases

  • Automatic issue creation with structured body including environment and error metadata.
  • Supports common CSA error types for consistent triage.
  • Reusable for incident reports in CI/CD workflows.

Quick Start

Describe the error to file a structured GitHub issue and have CSA file it automatically.

Frequently Asked Questions about csa-issue-reporter

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

FAQPage Schema
How do I automatically file GitHub issues for CLI errors?

To automate GitHub issue creation for CLI errors, describe the operational failure to trigger automatic report generation. The tool collects environment context like OS and rustc version, classifies the error, and invokes gh issue create to file the report.

What information is included in an automated GitHub issue triage report?

An automated GitHub issue triage report includes environment context such as csa version, OS, rustc version, and the latest commit hash. It also features error classification labels and a structured body formatted using Conventional Commits style for consistent triage.

Can I use automated issue reporting for CI/CD workflows?

Yes, you can use automated issue reporting for CI/CD workflows. The structured issue creation process is reusable for incident reports, allowing continuous integration pipelines to automatically document operational failures like parse failures or session state corruption.

How does Conventional Commits formatting help with GitHub issue triage?

Conventional Commits formatting helps with GitHub issue triage by enforcing a consistent title structure across all automated reports. This standardization allows maintainers to quickly categorize and process operational errors like quota exhaustion or tool not found errors.

What types of operational errors can be automatically reported to GitHub?

Operational errors that can be automatically reported to GitHub include quota exhaustion, crashes, parse failures, session state corruption, and tool not found errors. Each error type is classified with appropriate labels for structured triage.