ci

Execute juspay/justci pipelines across platforms and recipes with status reporting.

1|Updated May 22, 2026
One-click install
npx skills add https://github.com/srid/anywhen --skill ci-srid
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ci
Source: https://github.com/srid/anywhen/tree/main/.claude/skills/ci
Command: npx skills add https://github.com/srid/anywhen --skill ci-srid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reference and orchestration guide for running juspay/justci-driven CI pipelines, enabling you to trigger full pipelines, individual recipes, or platform-specific runs from a project that declares a justci workflow.

Core Features & Use Cases

  • Local and Strict mode runs: Supports development iteration in local mode and production-like verification in strict mode.
  • Per-recipe and per-platform orchestration: Fans out a recipe across platforms and re-runs specific nodes as needed.
  • Status reporting and inspection: Includes per-node statuses, logs, and manifest outputs to verify pipeline health.
  • In-repo invocation via nix run: Encourages reproducible runs through pinned references and a consistent CLI surface.
  • Live introspection and safety checks: Provides status, logs, and dry-run inspection commands to guard against regressions.

Quick Start

Invoke a full local run of the pipeline with the justci runner by issuing the command nix run github:juspay/justci -- run.

Frequently Asked Questions about ci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multi-platform CI pipelines with consistent status reporting?▼

Multi-platform CI pipelines are orchestrated by executing and coordinating justci recipes across platforms, delivering consistent invocation, per-node statuses, and reproducible outputs for strict verification.

How do I run a full CI pipeline locally using justci?▼

You run a full local CI pipeline by issuing the command 'nix run github:juspay/justci -- run', which triggers the entire workflow in local mode to support development iteration.

Can I trigger individual recipes and platform-specific runs in justci?▼

Yes, justci supports per-recipe and per-platform orchestration, enabling you to fan out a recipe across platforms and re-run specific nodes as needed for targeted verification.

Does justci support local development iteration alongside production-like verification?▼

Yes, justci provides mode toggles for local development iteration and strict-mode CI workflows, ensuring predictable CI runs that map host configurations for production-like verification.

How do I inspect pipeline health and verify CI runs before execution?▼

You inspect pipeline health and verify CI runs using live introspection commands such as status, logs, dry-run, dump-yaml, and graph to guard against regressions and ensure predictable outputs.

What's the best way to ensure reproducible CI workflow runs across different environments?▼

Reproducible CI workflow runs are ensured by using in-repo invocation via 'nix run' with pinned references, providing a consistent CLI surface and inspectable manifest outputs across environments.