Linter-driven development workflow for Go with six specialized skills: design, testing, refactoring, review, and documentation
/plugin marketplace add buzzdan/ai-coding-rules
/plugin install go-linter-driven-development@buzzdan/ai-coding-rules
Run quality analysis only - invoke quality-analyzer agent and display combined report without auto-fixing
Start complete linter-driven autopilot workflow (Phase 1-6)
Run quality gates loop until all green (tests+linter+review → fix → repeat)
Check if code is commit-ready (final verification, no auto-fix)
Show current workflow status and progress
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Claude Agent SDK Development Plugin
Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification