# Stabilize Cicheck

> Stabilize the current change set by analyzing the diff, running pnpm cicheck:code, fixing code or tests until checks pass, and opening or updating a PR. Use when asked to fix CI, stabilize tests, or make cicheck pass.

- Skill: `dyoshikawa/stabilize-cicheck` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dyoshikawa/stabilize-cicheck`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dyoshikawa/stabilize-cicheck/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dyoshikawa (https://skillmd.com/u/dyoshikawa)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dyoshikawa/stabilize-cicheck

---


1. call diff-analyzer subagent to get the summary of the changes.
2. Run `pnpm cicheck:code` to check if the tests pass.
3. If the tests fail, update tests in line with the changes until the tests pass.
4. Use the `commit-push-pr` skill to commit and push the changes, then create or update a pull request.

