GitHub Action to automatically fix code formatting and linting issues via autofix.ci.
autofix.ci 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 autofix-ci/action --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 GitHub Action works with the autofix.ci service to automatically fix code formatting and linting issues in your repository. After you set up the autofix.ci GitHub App, you add this action to your CI workflow. It will then apply fixes and commit them back, keeping your code clean without manual effort.
The autofix.ci GitHub Action is designed to automate code quality improvements in your GitHub repository. It integrates with the autofix.ci service, which runs code formatters and linters on your codebase and automatically applies fixes. This action is typically added at the end of a CI job that performs code formatting or linting. Once triggered, it will commit any changes made by the formatters/linters back to the repository, ensuring that your code remains consistently formatted and free of common issues. The action supports customization via inputs such as 'fail-fast' to control whether the workflow stops on errors. It is built with TypeScript and uses esbuild for bundling. The repository is actively maintained with over 200 stars and a permissive MIT license.
Strong trust signals; still review the README and permissions before production use.
Last commit was about 49 days ago.
235 GitHub stars indicate community interest.
6 open issues signal maintenance load.
MIT license detected.
Automatically format code after every pull request to maintain style consistency.
Fix linting errors in CI without requiring developer intervention.
Enforce code quality standards across a team by automating fixes.
Integrate with existing formatters like Prettier or ESLint via autofix.ci.
Keep the main branch clean by auto-fixing issues before merge.
The action commits changes to your repository, which could introduce unwanted modifications if not properly configured.
Ensure the autofix.ci GitHub App has appropriate permissions to avoid security issues.
235
Stars
11
Forks
6
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.