Run linters
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-go-tech-stacks-go@IvanTorresEdge/molcajete.ai# Run Linters Run golangci-lint to check code quality. Use the Task tool to launch the **developer** agent with instructions: 1. Check if golangci-lint is installed 2. Run `make lint` (or `golangci-lint run`) 3. Display linting issues by category 4. Suggest fixes for common issues 5. Explain lint errors if unclear **Common Linters:** - gofmt, goimports (formatting) - govet (suspicious constructs) - errcheck (unchecked errors) - staticcheck (advanced analysis) - gosec (security issues) Reference the code-quality skill.
Run lint checks and dispatch parallel agents to fix all issues
Run ansible-lint with guidance on fixing issues
Apply documentation, TypeScript, and error-handling standards to ensure consistent code quality across the specified files.
Run linting checks on Solidity code
Run linting and fix code quality issues