# Checks Phase

> Standard Operating Procedure for /fix-ci phase. Fix CI/deployment blockers after PR creation.

- Skill: `majiayu000/checks-phase` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/checks-phase`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/checks-phase/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/checks-phase

---


# Checks Phase: Standard Operating Procedure

> **Training Guide**: Fix CI failures and deployment check failures that block merge.

## Phase Overview
**Purpose**: Fix CI/deployment blockers discovered after PR creation
**Inputs**: CI/deployment check results
**Outputs**: Fixed code, passing checks
**Expected duration**: 30 minutes - 2 hours

## Execution Steps
1. Review failed checks
2. Categorize failures (linting, tests, build, deploy config)
3. Fix issues systematically
4. Re-run checks
5. Verify all pass

## Common Mistakes
- Recurring check failures
- Unclear error messages
- Insufficient fix documentation

## Completion Criteria
- [ ] All CI checks pass
- [ ] All deployment checks pass
- [ ] Fixes committed

_This SOP guides fixing CI/deployment blockers._

