local-run

Automate local Hydra pipeline execution with containerized build, review, and security tasks.

1|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ConductionNL/shillinq --skill local-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-run
Source: https://github.com/ConductionNL/shillinq/tree/main/.claude/skills/local-run
Command: npx skills add https://github.com/ConductionNL/shillinq --skill local-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the friction of testing complex CI/CD pipeline logic by enabling developers to run the entire Hydra workflow locally against a disposable repository.

Core Features & Use Cases

  • End-to-End Pipeline Simulation: Executes the builder, reviewer, and security analysis stages in a single, automated sequence.
  • Environment Isolation: Uses containerized runtimes to ensure consistent execution environments for build and analysis tasks.
  • Use Case: A developer can validate changes to the Hydra pipeline by running the full suite against a test repository to verify build success, PR generation, and security analysis without pushing to production.

Quick Start

Run the local-run skill by providing the path to your specification directory and the URL of the repository you wish to test.

Frequently Asked Questions about local-run

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

FAQPage Schema
How do I run a CI/CD pipeline locally before pushing changes to production?

You can run the full Hydra pipeline locally by executing the local-run skill against a test repository to verify build success, PR generation, and security analysis without pushing to production.

What is the best way to test GitHub Actions workflows against a disposable repository?

Testing GitHub workflows against a disposable repository is automated by orchestrating containerized build, review, and security analysis tasks in a single sequence using this skill.

Do I need a container runtime like Podman or Docker to simulate pipeline execution?

Yes, a container runtime like Podman or Docker is required to ensure environment isolation for consistent execution of build and analysis tasks during local pipeline simulation.

Can I validate build and security analysis stages locally without triggering remote CI?

Yes, you can validate changes by running the builder, reviewer, and security analysis stages in a single automated sequence against your local environment secrets.

How do I provide repository environment secrets for local GitHub API interactions?

You provide repository environment secrets by configuring access to the repository's environment secrets, which the skill uses to manage GitHub API interactions during local execution.

What are the limitations of local pipeline simulation for CI/CD workflows?

Local pipeline simulation requires a container runtime and repository environment secrets access, meaning it cannot run fully offline without proper environment isolation and API credentials.