chunk-cli
Remote sidecar validation, code review, and CI debugging
All Skills in This Repository (4)
Pure Emerald Level Indicatorsdebug-ci-failures
Inspect CircleCI pipeline statuses, failure logs, and flaky test results.
chunk-sidecar
Validate software changes on a remote CircleCI-managed chunk sidecar.
chunk-review
Review GitHub PR or local diffs using team review prompt standards.
chunk-testing-gaps
Run mutation testing on a local VCS codebase to identify surviving mutants.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core