Run lint checks and dispatch parallel agents to fix all issues
Runs lint checks and dispatches parallel agents to fix all issues until codebase is clean.
/plugin marketplace add lerianstudio/ring/plugin install ring-default@ring[path]Run linting tools, analyze results, and dispatch parallel AI agents to fix all issues until the codebase is clean.
/lint [path]
| Argument | Required | Description |
|---|---|---|
path | No | Specific path to lint (defaults to entire codebase) |
make lint or appropriate linting toolsThis command invokes the linting-codebase skill which handles:
make lint (or detects appropriate lint command)⚠️ NO AUTOMATED SCRIPTS - Agents fix code directly, never create automation scripts ⚠️ NO DOCUMENTATION - Agents fix lint issues only, don't add docs/comments ⚠️ DIRECT FIXES ONLY - Each issue is fixed manually by editing the source
/lint
Runs full lint, dispatches agents to fix everything.
/lint src/services/
Lints only the services directory.
| Command/Skill | Relationship |
|---|---|
linting-codebase | Underlying skill with full logic |
dispatching-parallel-agents | Pattern used for parallel fixes |
/codereview | Use after lint passes for deeper review |
This command MUST load the skill for complete workflow execution.
Use Skill tool: linting-codebase
The skill contains the complete workflow with: