CircleCI CLI Overview Use this skill when the fastest path is CircleCI CLI-driven operations rather than editing config first. Prioritize safe, read-first diagnostics, then run targeted mutating commands only after confirming scope. Inputs To Gather - Repository path and target branch - CircleCI project slug (if needed) - Whether objective is inspect, rerun, trigger, or validate - Required token/auth state and org permissions Workflow 1. Verify CLI and auth state. - Confirm is installed and version is available. - Confirm token/auth before issuing remote CircleCI commands. 2. Run read-only di…