regression-handler

Automate regression triage by matching issues and generating a regression report.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/ctxr-dev/agent-staff-engineer --skill regression-handler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regression-handler
Source: https://github.com/ctxr-dev/agent-staff-engineer/tree/main/skills/regression-handler
Command: npx skills add https://github.com/ctxr-dev/agent-staff-engineer --skill regression-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates regression triage by identifying the best matching issues across configured targets and generating a regression report.

Core Features & Use Cases

  • Analyze user-provided regression details to map to relevant issues across trackers.
  • Propose reopen, relink, or new-issue actions with user approval.
  • Maintain an auditable decision trail and ensure idempotent behavior.

Quick Start

Provide a regression description and optional flags; the skill will generate a regression report and present actionable recommendations for review.

Frequently Asked Questions about regression-handler

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

FAQPage Schema
How do I automate regression triage across GitHub issues?

Automated regression triage identifies matching GitHub issues by analyzing regression details, area keywords, and commit references to generate a report proposing reopen, relink, or new-issue actions. It ensures idempotent behavior and maintains an auditable decision trail for review.

What is regression triage and how does deterministic issue matching work?

Deterministic regression triage analyzes user-provided regression descriptions and file references to map them to relevant issues across configured trackers. It proposes actionable recommendations like relinking or reopening issues, requiring user approval before executing changes.

Do I need tracker-sync to use regression triage automation?

Tracker-sync integration is used by the regression triage process to map regression details to relevant issues across configured targets. You provide a regression description and optional flags, and the skill integrates with tracker-sync and issue-discovery to generate actionable recommendations.

How do I generate a regression report for new software issues?

To generate a regression report, provide a regression description and optional flags. The automation analyzes the details, identifies matching issues across configured targets, and presents actionable recommendations like reopening or creating new issues for your approval.

What are the limitations of automated regression triage?

Automated regression triage is limited to proposing actions like reopen, relink, or new-issue generation based on your provided regression details and area keywords. It requires explicit user approval before applying changes and relies on configured targets for issue matching.

Can I relink or reopen GitHub issues automatically during regression analysis?

You can propose reopening or relinking GitHub issues automatically during regression analysis, but the system requires explicit user approval before executing these actions. This ensures an auditable decision trail while maintaining control over issue state modifications.