Suggests code changes via GitHub multi-line suggestions using reviewdog.
action-suggester is easy to set up with strong trust signals. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view reviewdog/action-suggester --webOpen the official repository or website.
Check the README for package manager, auth, and platform requirements.
Try it in a small test task inside your agent workflow.
This tool automatically suggests code improvements in pull requests. It uses reviewdog to find issues and then creates multi-line suggestions that developers can accept with one click. It works with any formatter or linter that can fix code automatically.
action-suggester is a GitHub Action that suggests code changes based on diff output. It integrates with reviewdog to provide multi-line code suggestions on pull requests. The action can handle inline changes, multi-line changes, insertions, and deletions. It supports any formatter or linter with auto-fix capabilities, making it language-agnostic. Common use cases include formatting code with gofmt, shfmt, or shellcheck. The action requires permissions to read contents, write checks, issues, and pull-requests. It is designed to run on pull_request events and can be configured with various reviewdog flags such as tool_name, level, filter_mode, and fail_level. The cleanup option removes non-committed changes after the action runs.
Strong trust signals; still review the README and permissions before production use.
Last commit was about 5 days ago.
135 GitHub stars indicate community interest.
19 open issues signal maintenance load.
MIT license detected.
Automatically format Go code with gofmt on pull requests
Suggest shell script improvements using shellcheck
Enforce consistent code style with shfmt
Provide multi-line suggestions for any auto-fixable linter
Integrate with reviewdog for code review automation
The action requires write permissions to pull-requests and checks, which could be abused if the token is compromised.
Running arbitrary formatters/linters may execute untrusted code if not properly sandboxed.
135
Stars
16
Forks
19
Issues
MIT
License
A CLI tool to create and hide GitHub comments using the GitHub REST API.
AI-powered GitHub automation for issue triage, PR review, labeling, and security scanning.
Local GitHub Actions runner for AI agents — test CI/CD workflows locally before pushing.
2 security/trust notes recorded.
Setup difficulty is 2/5.