What problem does it solve? Setting up and maintaining workspace health checks with the Rulesy CLI involves YAML configuration details, severity semantics, remote config caching, and fix-mode behavior that are easy to get wrong. This Skill provides the operational knowledge to write valid .rulesy.yaml files, troubleshoot failures, and integrate checks into CI/CD without trial and error. ## Core Features & Use Cases - Configuration authoring: Build .rulesy.yaml files with preconditions, rules, severities (debug/info/warn/error), patterns, and file or git-based remote configs. - Fix mode guidance: Use --fix and interactive-fix repairs correctly, including --non-interactive behavior for headless CI runs. - CI/CD integration: Apply ready-made templates for GitHub Actions and GitLab CI, including rulesy install for caching git remotes. - Troubleshooting: Resolve common errors such as uncached git remotes, invalid remote rules, severity misconfigurations, and Windows-specific issues. - Use Case: A developer wants shared team checks across repositories; the Skill explains the git+<url>#<ref>:<path> remote format and the required rulesy install step. ## Quick Start Ask the assistant to create a .rulesy.yaml for your project with a precondition that dependencies are installed and an error-severity rule that runs your test command.