bisect-aware-instrumentation

Community

Debug regressions with Git Bisect.

AuthorArabelaTso
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you efficiently pinpoint the exact commit that introduced a bug or regression in your codebase using Git's bisect functionality, even with flaky tests or build issues.

Core Features & Use Cases

  • Automated Bisect Scripting: Generate and run test scripts compatible with git bisect run.
  • Flaky Test Handling: Implement retry logic to ensure reliable test results during bisection.
  • Build Failure Management: Gracefully skip commits that fail to build using the standard 125 exit code.
  • Use Case: You've noticed a bug in your application, but you're not sure when it was introduced. You have a known good commit and a known bad commit. This Skill helps you create a script that git bisect run can use to automatically test commits in between and identify the culprit commit.

Quick Start

Use the bisect-aware-instrumentation skill to create a test script for git bisect that handles build failures and flaky tests.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bisect-aware-instrumentation
Download link: https://github.com/ArabelaTso/Skills-4-SE/archive/main.zip#bisect-aware-instrumentation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.