slop-refinery-automated-checks
Installation
SKILL.md
Run the following commands when they exist in the repo, and fix any resulting problems. If code changes after running a command, start over at command 1 and rerun the whole sequence until everything is clean.
npm run formatnpm run lintnpm run typecheck
Related skills
More from howmzofficial/slop-refinery
slop-refinery-setup
Set up a TypeScript repository to use slop-refinery by wiring ESLint, Prettier, package scripts, and validation commands, then verify the integration end to end.
8slop-refinery-quick-checks
Run all automated checks below and fix resulting problems to quickly ensure some level of code quality and correctness.
3slop-refinery-eslint-tests
Write tests for custom ESLint rules. Use this when adding or updating rules and you need matching coverage in the repo's ESLint test layout, defaulting to eslint/custom-rules and eslint/tests when no layout exists yet.
1