checks-phase

Categorize and patch CI and deployment check failures until all pass.

Updated Oct 26, 2025
One-click install
npx skills add https://github.com/oxie/portfolio-cms-project --skill checks-phase-oxie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checks-phase
Source: https://github.com/oxie/portfolio-cms-project/tree/main/.claude/skills/checks-phase
Command: npx skills add https://github.com/oxie/portfolio-cms-project --skill checks-phase-oxie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides the process of identifying and fixing Continuous Integration (CI) and deployment failures that block code merges. It ensures that code is always merge-ready and deployment pipelines run smoothly, preventing delays and integration issues.

Core Features & Use Cases

  • Failure Review: Systematically reviews failed CI/CD checks, providing a structured approach to understanding the problem.
  • Issue Categorization: Helps categorize failures (e.g., linting, tests, build, deploy config) for targeted and efficient fixes.
  • Systematic Fixing: Provides clear steps to fix identified issues and re-run checks until all pass, ensuring a clean merge.
  • Use Case: A developer's Pull Request (PR) is blocked by failing CI checks. This skill helps them quickly diagnose whether it's a linting error, a test failure, or a deployment configuration issue, and guides them to a resolution.

Quick Start

Fix the CI/deployment blockers for the current Pull Request, ensuring all checks pass before merging.

Frequently Asked Questions about checks-phase

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

FAQPage Schema
How do I fix CI/CD check failures blocking my pull request?

CI/CD check failures block merges when linting, tests, build, or deployment configs fail. This Skill systematically categorizes each failure type, applies targeted fixes, and re-runs checks until all pass, enabling a clean merge.

What's the best way to diagnose and resolve deployment blockers?

Deployment blockers require structured review to identify root causes—linting errors, test failures, build issues, or config problems. This Skill guides categorization and patching of each failure, then validates that re-run checks pass.

Can I automate fixing linting and test failures in my PR checks?

Yes. This Skill automates the resolution workflow: it reviews failed checks, categorizes the issue type, applies patches, and re-runs checks until passing, reducing manual debugging cycles.

Do I need to manually re-run checks after fixing CI failures?

No. This Skill handles re-running checks after applying fixes and validates the final pass state, ensuring your code is merge-ready without manual intervention.

What types of CI failures can this Skill resolve?

This Skill addresses linting errors, test failures, build config issues, and deployment configuration problems—the primary blockers in PR check pipelines.