This does exactly what it says: runs your linter, checks TypeScript in strict mode, then walks through your codebase (or specific files) looking for quality issues with file paths and line numbers. It's methodical, treating lint errors as blockers and working through warnings with you. From Cognite's Dune skills collection, it's passed audits from Gen Agent Trust Hub, Socket, and Snyk. Use it when you want a systematic code review that starts with automated tools before getting into manual inspection. The step-by-step approach means you're not fixing style issues while type errors are lurking, which honestly should be obvious but isn't always how reviews go.
npx skills add https://github.com/cognitedata/dune-skills --skill code-quality