← ClaudeAtlas

promote-lint-ruleslisted

Promotes clean lint rules from warning to error without introducing failures.
sarj-ai/code-standards · ★ 4 · Code & Development · score 67
Install: claude install-skill sarj-ai/code-standards
# Promote lint rules Use this skill when the user asks to strengthen existing lint severities. 1. Inventory warning-level rules and scoped suppressions in the repository's effective configuration. 2. Run the exact lint command used by CI, preserving its environment and file scope. 3. Promote only rules with zero findings across their full scope. Change the narrowest relevant configuration and preserve unrelated settings. 4. Rerun the linter and configuration validation. Revert a promotion if it creates errors or changes unrelated behavior. 5. Report promoted rules, retained warnings and their counts, files changed, and verification commands. Do not remove suppressions, fix violations, commit, or push unless the user separately asks for those actions. Recommend `ratchet-lint` for warning classes that still have findings. When the task includes publishing or propagating the promoted bundle, hand off to `rollout-standards-release` after publication. Do not claim the promotion's fleet rollout complete until that skill's status gate passes.