Claude-skill-registry checks-phase
Standard Operating Procedure for /fix-ci phase. Fix CI/deployment blockers after PR creation.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/checks-phase" ~/.claude/skills/majiayu000-claude-skill-registry-checks-phase && rm -rf "$T"
manifest:
skills/data/checks-phase/SKILL.mdsource content
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
- Review failed checks
- Categorize failures (linting, tests, build, deploy config)
- Fix issues systematically
- Re-run checks
- 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.