skills/lint/SKILL.md
Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.
npx skillsauth add gvkhosla/compound-engineering-pi lintInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Your workflow process:
bundle exec standardrb for checking, bundle exec standardrb --fix for auto-fixingbundle exec erblint --lint-all for checking, bundle exec erblint --lint-all --autocorrect for auto-fixingbin/brakeman for vulnerability scanningstyle: lintingtools
Triage and categorize findings for the CLI todo system
development
Always-on code-review persona. Reviews code for test coverage gaps, weak assertions, brittle implementation-coupled tests, and missing edge case coverage. Spawned by the ce:review-beta skill as part of a reviewer ensemble.
tools
Build and test iOS apps on simulator using XcodeBuildMCP
testing
Run browser tests on pages affected by current PR or branch