ci-debug
SolidDiagnose a failing CI run against an 11-pattern playbook. Classifies the failure, cites the relevant memory entry, proposes the exact fix command — but NEVER applies without explicit user approval. Use when a specific PR check or GitHub Actions run failed and you want a diagnosis instead of speculation. Don't use for org-wide CI sweeps (that's /status) or for app-level test failures (the playbook is CI-infra-specific).
Install
Quality Score: 88/100
Skill Content
Details
- Author
- yonatangross
- Repository
- yonatangross/orchestkit
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
ci-diagnostician
Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
ce-debug
Diagnose a FAILING target and route one fix — auto-detecting whether a plan/spec owns it. Planned mode (a plan/spec owns the failing feature): reproduce → file:line root cause → classify (bug/spec-gap/structural) → route one targeted fix to /ce-implement, /ce-spec, or /ce-plan. Plan-free mode (a misbehaving component with no plan/spec — a stuck consumer, silent worker, or job that stopped): ranked, evidence-bound root-cause hypotheses + a discrimination plan (the cheapest observation that settles each). Read-only on code; never patches. Triggers: debug/root-cause/find why a feature, test, or journey fails; or investigate/troubleshoot why a service/worker/queue is stuck or silently failing. Auto-detects planned vs plan-free mode from plan state — you need not know which.
fix-ci
Diagnose and fix a failing CI run by pulling the actual failure logs (gh run view --log-failed), reproducing the failure locally, fixing the root cause rather than the symptom, and verifying green before and after pushing. Use when a GitHub Actions run is red, a PR check is failing, or CI passes locally but fails remotely.