slop-refinery-quick-checks
Use this skill for the fast validation loop after each set of changes an AI makes.
Run the following commands when they exist in the repo, and fix 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
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-automated-checks
Run all automated checks and fix resulting problems to ensure some level of code quality and correctness.
2slop-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