# Just CI

> `just ci` final check must pass before execution is complete. Use this skill when finishing work in a repository that has a `just ci` recipe.

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

---

# `just ci` Must Pass

`just ci` final check must pass before execution is complete.
Where the project uses `make` rather than `just`, the equivalent full-check target applies instead; discover it with `just --list` or `make help` rather than guessing.

Suppressing linters or modifying configs or the justfiles is NOT ALLOWED.
Reverting uncommitted changes is NOT ALLOWED.
Fix identified issues regardless of change source.

