一键导入
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.