CircleCI-PublicCircleCI-PublicOfficial·4 Agent Skills Included

chunk-cli

Remote sidecar validation, code review, and CI debugging

Runs tests, lint, and builds on remote CircleCI sidecar environments synced with your local working tree. Catches environment-specific failures before code reaches CI, eliminating slow re-prompting cycles and late pipeline failures. Includes team-standard code reviews, mutation testing to find coverage gaps, and CircleCI failure debugging with flaky test detection.
npx skills add CircleCI-Public/chunk-cli --all -g -y
Available:

Explains to the AI agent what the chunk CLI does, how its sidecar validation and build-prompt capabilities work, and which documentation files to consult when operating in each area.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install chunk-cli?

Run `npx skills add CircleCI-Public/chunk-cli --all -g -y` in your terminal to install all skills in this suite globally.

What is a chunk sidecar?

A sidecar is an ephemeral Linux environment on CircleCI that mirrors your local working tree, so tests and lint run remotely and catch environment-specific failures before they reach CI.

How do I validate code changes before CI?

Run `chunk sidecar sync` to push your local edits, then `chunk validate` to execute your configured test and lint commands on the remote sidecar.

Can chunk find gaps in my test coverage?

Yes. The chunk-testing-gaps skill runs mutation testing on parallel sidecars, deliberately breaking code to find bugs your test suite fails to catch.

Does chunk work with Claude Code and Cursor?

Yes. Run `chunk skill install` to add the skills to Claude Code, Codex, or Cursor, then trigger them with plain-English requests like reviewing a PR or debugging CI failures.

Related Repositories in Software Engineering

View All in Software Engineering