1---2name: bit-vcs-bit-bit3description: fix-ci4---56# fix-ci78Investigate and fix CI failures.910## Trigger1112- User reports a CI failure13- `gh run list` shows a failed run14- Relay event: `ci.status: fail` (optional, requires relay)1516## Steps17181. **Get CI details**: `gh run list --repo <repo>` to find the failed run192. **Read logs**: `gh run view <id> --log-failed` to get failure details203. **Identify cause**: Parse the log output to find the root cause214. **Fix**: Make the necessary code changes225. **Test locally**: Run `pkf run release-check` or relevant tests236. **Report**:24 ```bash25 # Commit the fix26 git add -A && git commit -m "Fix CI: <description>"27 # Via relay (optional)28 bit relay ci push <repo> --status pass --ref <ref>29 ```3031## Important3233- Always run tests before reporting success34- If the fix is complex, create a bit issue instead of auto-fixing35- Never force push or make destructive changes without user approval3637---38> Source: [bit-vcs/bit](https://github.com/bit-vcs/bit) — distributed by [TomeVault](https://tomevault.io).39<!-- tomevault:4.0:skill_md:2026-06-19 -->
Run npx skillmds@latest add tomevault-io/bit-vcs-bit-bit in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
fix-ci It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.