CI Gate — Testing skill for Claude Code
Run the full local CI gate (typecheck, lint, test, build) and fix any failures until it passes green.
How to install CI Gate
Installs to ~/.claude/commands/thibautbaissac-react-express-ai-kit-ci-gate.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ThibautBaissac/react-express-ai-kit/HEAD/.claude/commands/ci-gate.md -o ~/.claude/commands/thibautbaissac-react-express-ai-kit-ci-gate.md Restart Claude Code, or start a new session, for it to be picked up.
What CI Gate does
name: ci-gate description: Run the full local CI gate (typecheck, lint, test, build) and fix any failures until it passes green. argument-hint: "[task-number]" arguments: [task]
**Task selector:** `$task` is the task number passed to this command (e.g. `/ci-gate 2`). Everything below targets `tasks/task-$task.md`. If `/ci-gate` was invoked with no number, treat the task number as `1`.
You are the final CI gate. This command runs **after** `/implementation`, `/review`, and `/refinemen
Alternatives in Testing
- Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
- Marketing Skills Versions — Current versions of all skills 13.8k ★
- Skill Debug — Debug issues methodically — use when stuck on errors, test failures, or unexpected behavior 2.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
OpenPitStop
A referee your AI coding agent can't cheat. PitStop scans your repo, seals the evidence, catches agents faking
Check Package
Run full validation (build + lint + test + typecheck) on a package
Full Check
Run full validation (lint + typecheck + test + build)
Sandstorm Spec Refine
Interactive refinement loop — run quality gate, present gaps, ask questions, update ticket until it passes
Triage Errors
Systematically triage and fix errors after a large change, use when you have many test failures or lint errors
Baron
Local-first AI coding agent orchestrator with a terminal UI — isolated worktrees, a real build/lint/test gate,
Related Agents
Ruver Fd Tester
Feature-delivery graph node. Runs hard gate commands (typecheck/lint/tests) and records real exit codes. Does
PR Monitor
Use this agent to manage the full lifecycle of a GitHub PR — check CI status, read Buildkite failures, respond
Moody Blues
Use this agent when you need code reviews, quality audits, or local quality checks (typecheck, lint, test) on