fci

Diagnose and fix CI pipeline failures blocking pull request merges.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill fci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fci
Source: https://github.com/alexandrbasis/wythm-claude-workflows/tree/main/.claude/skills/fci
Command: npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill fci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill resolves issues in Continuous Integration (CI) pipelines that are blocking code merges, ensuring that the development workflow remains unhindered by build or test failures.

Core Features & Use Cases

  • CI Failure Resolution: Identifies and fixes common CI errors including linting, test failures, database migrations, and Docker build issues.
  • Diagnostic Execution: Runs necessary diagnostic commands to pinpoint the root cause of CI failures.
  • Use Case: When a pull request fails to merge due to a broken CI build, this Skill can be invoked to automatically diagnose and fix the underlying problems, allowing the merge to proceed.

Quick Start

Use the fci skill to fix the backend CI pipeline that is currently broken.

Frequently Asked Questions about fci

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

FAQPage Schema
How do I fix CI pipeline failures that block PR merges?

Fix CI pipeline failures by diagnosing and resolving issues across linting, testing, database migrations, and Docker builds. The Skill runs diagnostic checks to pinpoint root causes and applies fixes based on project architectural rules.

Can I automate backend CI issue resolution for failing tests and linting errors?

Automate backend CI issue resolution by running diagnostic commands to identify linting errors and test failures. The Skill adheres to project architectural rules to ensure code quality and test integrity are maintained during automated fixes.

What's the best way to diagnose Docker build failures in a CI pipeline?

Diagnose Docker build failures in a CI pipeline by executing targeted diagnostic checks to pinpoint the root cause. The Skill identifies and fixes common CI errors across Docker builds, database migrations, linting, and testing.

Does this CI failure resolution approach support database migration issues?

Database migration issues are supported by the CI failure resolution workflow. The Skill resolves pipeline failures by diagnosing and fixing issues specifically across database migrations, Docker builds, linting, and testing.

Why do I need architectural rules to fix CI pipeline failures?

Architectural rules are required to fix CI pipeline failures because they ensure code quality and test integrity are maintained during the resolution process. The Skill adheres to these project rules when diagnosing and applying fixes.