概要
The Local CI skill streamlines the development workflow by allowing developers to run comprehensive Deno CI tasks—including dependency caching, type checking, JSR validation, testing, and linting—directly from their local environment. By delegating tasks to sub-agents for maximum context efficiency, it helps catch errors before they reach the remote repository, ensuring a stable and high-quality codebase with minimal overhead. It is particularly useful for Deno-based projects that require rigorous pre-push validation and sandbox-aware execution.