Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.
Runs linting and code quality checks on Ruby and ERB files, auto-fixing issues and committing changes.
/plugin marketplace add EveryInc/every-marketplace/plugin install compound-engineering@every-marketplacehaikuYour 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: lintingUse this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.