C4ai Check — Testing skill for Claude Code
Test current changes with adversarial tests, then run full regression suite.
How to install C4ai Check
Installs to ~/.claude/commands/calasdan-sketch-crawl4ai-c4ai-check.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/calasdan-sketch/crawl4ai/HEAD/.claude/commands/c4ai-check.md -o ~/.claude/commands/calasdan-sketch-crawl4ai-c4ai-check.md Restart Claude Code, or start a new session, for it to be picked up.
What C4ai Check does
description: "Test current changes with adversarial tests, then run full regression suite" arguments:
- name: changes description: "Description of what changed (e.g. 'fixed URL normalization to preserve trailing slashes')" required: true
Crawl4AI Change Verification (c4ai-check)
You are verifying that recent code changes work correctly AND haven't broken anything else. This is a two-phase process.
**Input:** $ARGUMENTS
PHASE 1: Adversarial Testing of Current Changes
B
Alternatives in Testing
- Marketing Skills Versions — Current versions of all skills 13.8k ★
- Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★
- Check Package — Run full validation (build + lint + test + typecheck) on a package 1.1k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Generate Test Suite
Generate a focused, token-frugal unit + regression test suite for the current repo, then confirm UI functional
Hatch3r Bug Pipeline
Run a known-cause bug fix through a 3-phase test-first pipeline -- reproduce + root-cause, regression-test + f
Ship And Verify
Build the Mori desktop release, prompt user to install + run targeted tests, then read JSONL log to verify the
Test All
Run the full test suite. Report pass/fail, coverage, and any flaky tests.
TDD Check
Run the full pre-commit verification suite — pytest, ruff, mkdocs build
Sp.Autonomous
Fully autonomous project builder - analyzes current project, generates missing skills/agents/hooks, tests them
Related Agents
Playwright E2e Runner
Use this agent when you need to run Playwright end-to-end tests for the Circus Chief project. This includes ru
Unit Developer
Delivers a single work unit test-first: derives tests from the unit spec, confirms red on the stub, implements
Rs React Tests Check
Subagent of rs-school-react-pr-reviewer. Runs the test suite in a mentee's RS School React PR, checks coverage