Recommends the fastest local commands to validate edited OSADO code before pushing. Activate when the user asks "how do I check my code", "what should I run locally", "lint my changes", "does this compile", "run perltidy", "run perlcritic", "run a unit test", "check formatting", or after editing files to verify correctness. Covers compilation, formatting, linting, unit tests, YAML validation, and static analysis -- always preferring the lightest targeted command over full-suite runs.
$npx -y skills add mpagot/os-autoinst-distri-opensuse-skills --skill local-lint-testInstalls into the current project.
Run `npx skills use "https://github.com/mpagot/os-autoinst-distri-opensuse-skills" --skill "mpagot/os-autoinst-distri-opensuse-skills/local-lint-test"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mpagot/os-autoinst-distri-opensuse-skills" that are relevant to the current task. Run `npx skills add "https://github.com/mpagot/os-autoinst-distri-opensuse-skills"` and select the relevant skills, then follow their instructions.