ワンクリックで
skill-ci-replicator
Automation tool for monitoring GitHub Actions and replicating remote pipeline failures in the local environment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automation tool for monitoring GitHub Actions and replicating remote pipeline failures in the local environment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Professional bootstrapper for Vercel-style Agentic Repositories using compressed AGENTS.md manifests.
Persistent SQLite-based cognitive layer for cross-session interaction logging and insight distillation.
Design lead for C4 structural documentation, Mermaid.js diagrams, and Architecture Decision Records (ADRs).
Specialist in core AWS infrastructure: EC2 compute, IAM identity, VPC networking, and RDS/Aurora databases.
5-phase migration engine for transitioning workloads from Google Cloud Platform to AWS architecture.
AI/ML infrastructure expert for SageMaker fine-tuning, HyperPod cluster management, and dataset evaluation.
| name | skill-ci-replicator |
| description | Automation tool for monitoring GitHub Actions and replicating remote pipeline failures in the local environment. |
This skill enables the agent to efficiently monitor GitHub Actions, triage failures, and bridge remote CI errors to local development. It defaults to automatic replication of failures to streamline the fix cycle.
replicate) - DEFAULTUse this as the primary path to monitor CI and automatically replicate failures locally for immediate triage and fixing.
node {SKILL_DIR}/scripts/ci.mjs [branch]status)Use this when you have pushed changes and need to monitor the CI and reproduce any failures locally.
node {SKILL_DIR}/scripts/ci.mjs [branch] [run_id]npm test -w <pkg> -- <path>
command suggested.npm run lint:all or the specific package
lint command.tsc output or build logs to resolve
compilation issues.gh run view --job <job_id> --log for
infrastructure or setup failures.The underlying scripts automatically filter noise (Git logs, NPM warnings, stack trace overhead). The agent should focus on the "Structured Failure Report" provided by the tool.