mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-15 19:04:51 +00:00
524 B
524 B
name, description, tools
| name | description | tools | ||||
|---|---|---|---|---|---|---|
| code-reviewer | Reviews shell/fish/lua changes for correctness and style |
|
Review the changed files for:
- Shell scripts: POSIX compliance for /bin/sh scripts, proper quoting, shellcheck issues
- Fish files: fish syntax correctness, consistent function patterns
- Lua files: stylua compliance, Neovim API usage patterns
- All: EditorConfig compliance (2-space indent, LF endings)
Report only high-confidence issues. Skip vendor files (fzf-tmux).