keel-regression

Identifies and logs potential code regressions, automating parallelized scanning, deduplication, and GitHub issue generation.

4|Updated May 23, 2026
One-click install
npx skills add https://github.com/berkayturanci/keel --skill keel-regression
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: keel-regression
Source: https://github.com/berkayturanci/keel/tree/main/.agents/skills/keel-regression
Command: npx skills add https://github.com/berkayturanci/keel --skill keel-regression

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically performs a thorough codebase-wide regression scan, ensuring that issues are quickly identified and addressed, thus maintaining the stability and reliability of the codebase.

Core Features & Use Cases

  • Parallelized Scanning: Distributes the scanning across various areas to accelerate the process.
  • Codebase Analysis: Identifies regression findings across the entire codebase.
  • Deduplication: Removes duplicates from findings, preventing redundancy in reporting issues.
  • Open Issue Creation: Generates GitHub issues for fix candidates and routes them through a specified command for processing.
  • Quick Start: Execute the keel regression command followed by required arguments.

Quick Start

Run the keel regression command within the Keel CLI to initiate the scanning process.

Frequently Asked Questions about keel-regression

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

FAQPage Schema
How do I automate code regression scanning across a codebase?

Code regression scanning is automated by running a CLI command that initiates parallelized scanning across different codebase areas. It identifies potential regressions, eliminates duplicate findings, and automatically generates GitHub issues for fix candidates.

How does parallelized code analysis work for finding regressions?

Parallelized code analysis works by distributing the regression scanning process across various predefined areas of the codebase. This area-based parallelism accelerates the analysis and quickly surfaces potential code regressions without redundant checks.

Can I automatically generate GitHub issues from code regression findings?

Yes, you can automatically generate GitHub issues directly from code regression findings. The scanning process logs potential fix candidates and routes them through a specified command to create issues, requiring a GitHub integration.

Do I need a pre-existing configuration file to scan for code regressions?

Yes, you need a pre-existing .keel configuration file to perform code regression scanning. This configuration drives the area-based parallelism and defines how the automated analysis identifies and logs potential regressions.

What is the best way to prevent duplicate GitHub issues during codebase analysis?

The best way to prevent duplicate GitHub issues during codebase analysis is to use an automated scanning process with built-in deduplication. It removes duplicate findings before generating GitHub issues, ensuring only unique regressions are reported.

Does keel regression work with Git and GitHub for issue tracking?

Yes, keel regression works directly with Git and GitHub for issue tracking. It integrates with your GitHub repository to automatically generate and route issues for identified code regressions and fix candidates.