source-command-fix-ci

Run repository ci-check, parse lint, TypeScript, and test errors, and apply iterative fixes.

14|5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/TheCardGoat/lorcana-simulator --skill source-command-fix-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-fix-ci
Source: https://github.com/TheCardGoat/lorcana-simulator/tree/main/.agents/skills/source-command-fix-ci
Command: npx skills add https://github.com/TheCardGoat/lorcana-simulator --skill source-command-fix-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you resolve CI failures quickly by diagnosing lint, TypeScript, and test errors and applying targeted fixes across a Svelte/monorepo project.

Core Features & Use Cases

  • CI error resolution workflow: Runs the repository CI check, parses failures by type and file, and iterates through fix/verify loops.
  • Smart fix delegation: Applies inline fixes for small sets of errors and delegates complex or large-scope issues to a dedicated ci-fixer sub-agent.
  • Verification-first reporting: Re-runs the relevant checks after each batch and produces a fixed vs unfixable summary with recommended next steps.

Quick Start

Invoke the source-command-fix-ci skill when your monorepo CI is failing and you want automated, iterative remediation to make bun run ci-check pass.

Frequently Asked Questions about source-command-fix-ci

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

FAQPage Schema
How do I fix failing CI checks in a monorepo?

Resolve monorepo CI failures by running the repository check, organizing lint, TypeScript, and test errors by file and type, then applying iterative inline fixes or delegated refactoring until validation passes.

How does automated CI remediation handle large-scale test failures across multiple packages?

For large-scope test failures across multiple packages, the workflow applies smart fix delegation, routing small error sets to inline edits and complex refactoring to a dedicated sub-agent.

Can I use this to fix lint and type checking errors in a Svelte monorepo?

Yes, it diagnoses and resolves lint and TypeScript errors in Svelte monorepo projects by parsing failures, applying targeted fixes, and re-running validation commands to verify success.

What happens when CI errors cannot be automatically fixed?

When CI errors cannot be automatically fixed, the workflow produces a verification-first summary distinguishing fixed issues from unfixable ones, providing recommended next steps.