ThibautBaissac

CI Gate — Testing skill for Claude Code

Testing community

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

Terminal
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 Repository