Add lint checking to code-reviewer agent #25

Closed
opened 2026-01-01 22:02:17 +00:00 by HugoNijhuis · 0 comments
Owner

Summary

Enhance code-reviewer agent to include style and lint issues in its review output.

Acceptance Criteria

  • Agent detects project linter (eslint, ruff, golint, etc.)
  • Runs linter on changed files
  • Includes lint warnings/errors in review output
  • Distinguishes lint issues from logic/security issues

Technical Notes

  • Update agents/code-reviewer/agent.md
  • May need linter detection logic similar to /test command
## Summary Enhance code-reviewer agent to include style and lint issues in its review output. ## Acceptance Criteria - [ ] Agent detects project linter (eslint, ruff, golint, etc.) - [ ] Runs linter on changed files - [ ] Includes lint warnings/errors in review output - [ ] Distinguishes lint issues from logic/security issues ## Technical Notes - Update `agents/code-reviewer/agent.md` - May need linter detection logic similar to /test command
HugoNijhuis added this to the Ensure consistent quality milestone 2026-01-01 22:02:17 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#25