fix

Diagnose CI/CD failures and test regressions, then apply validated fixes to existing branches.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/papeete-consulting-lab/banking-reliever --skill fix-papeete-consulting-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/papeete-consulting-lab/banking-reliever/tree/main/.claude/skills/fix
Command: npx skills add https://github.com/papeete-consulting-lab/banking-reliever --skill fix-papeete-consulting-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves broken implementations by diagnosing CI/CD failures, test regressions, and post-merge issues while preserving the existing development branch and validation workflow.

Core Features & Use Cases

  • Failure Remediation Workflow: Analyzes failure context from CI logs, PRs, branches, tasks, or test reports and routes fixes through the appropriate implementation path.
  • Branch-Safe Recovery: Reuses existing PR branches and worktrees, avoids unnecessary new branches, refreshes contracts when needed, and validates changes with matching test workflows.
  • Use Case: When a pull request build fails after implementation, use this Skill to identify the affected task, apply a targeted correction, rerun validation, and update the existing PR.

Quick Start

Use the fix skill to investigate the failing PR or CI logs, apply the required remediation, and push the validated fix to the existing branch.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I fix failing CI/CD pipelines and test regressions in a pull request?

This Skill remediates failing CI/CD pipelines by diagnosing test regressions from CI logs, applying targeted corrections to the existing PR branch, and rerunning validation workflows to restore build confidence.

What is the best way to remediate a broken git workflow after a failed implementation?

Remediating a broken git workflow involves preserving the existing development branch, analyzing failure context from PR or test reports, applying a controlled fix commit, and pushing validated corrections to the same branch.

Can I recover a failing PR branch without creating unnecessary new branches?

Yes, branch-safe recovery reuses existing PR branches and worktrees without creating unnecessary new ones, applying targeted task remediation, refreshing contracts when needed, and updating the existing pull request with validated fix commits.

How does contract validation work during test remediation cycles?

Contract validation during test remediation works by analyzing failure contexts from test reports, routing fixes through appropriate implementation paths, refreshing contracts when needed, and validating changes with matching test workflows.

Why does my post-merge implementation still fail after a targeted bug fix?

A post-merge implementation may still fail after a bug fix if the correction was not validated with matching test workflows or if the failure context was not properly routed through the appropriate implementation path.

Do I need agent routing to diagnose CI failures and apply task remediation?

Agent routing is required to diagnose CI failures and apply task remediation, as it analyzes failure context from CI logs and PRs to route fixes through the correct implementation path for controlled fix commits.