Qoder Action is a standard GitHub Actions component that brings Qoder CLI CN's powerful capabilities into GitHub workflows, enabling intelligent code collaboration directly in PRs and Issues. With simple configuration, Qoder CLI CN runs on GitHub Actions Runners and provides teams with two out-of-the-box core capabilities: automatic PR review and @qoder interactive collaboration.
Visit the Qoder Action repository →
In the repository's Settings > Secrets and variables > Actions, add
Visit Qoder Action examples, pick the workflow that fits your needs, and copy it into the repository's
Specify the output language in the
Create an
For large PRs, add a skip condition to avoid excessive credits consumption:
More configuration examples: visit the Recipes documentation for complete configuration examples and best practices.
Key features
- Smart automatic PR review: every Pull Request automatically gets a comprehensive code review that detects code defects, security vulnerabilities, test coverage issues, and more, raising code quality before merge
- @qoder always responsive: mention @qoder in any comment to get code explanations, implementation suggestions, or direct fixes
- Deep project understanding: respects the project's code standards, architecture patterns, and business logic
- Fast setup: configure in minutes and boost team efficiency immediately
- Secure and reliable: code runs on GitHub Runners, keeping your data safe
Quick start
Manual configuration
1. Install the GitHub App and get an access token
- Visit Qoder Integrations
- Link your Qoder account with your GitHub account, and install the qoderai GitHub App to the target repository
- Generate a Qoder access token (Qoder Personal Access Token)
2. Add the Qoder access token to repository Secrets
In the repository's Settings > Secrets and variables > Actions, add QODERCN_PERSONAL_ACCESS_TOKEN to store the Qoder personal access token.
3. Choose and install a workflow
Visit Qoder Action examples, pick the workflow that fits your needs, and copy it into the repository's .github/workflows/ directory.
- Code Review: automatically analyzes Pull Requests for code quality, test coverage, and security issues
- Assistant: enables interactive conversation (
@qoder) in Issues and PRs, explaining code or fixing problems
4. Start using it
- Code Review: create a new Pull Request and wait for Qoder's feedback
- Assistant: comment
@qoder explain this codeor@qoder fix this issuein any Issue or PR
Best practices
Customizing the output language
Specify the output language in the prompt:
Defining review rules with AGENTS.md
Create an AGENTS.md file in the repository root, and Qoder CLI CN automatically loads its content as context:
Skipping reviews based on PR size
For large PRs, add a skip condition to avoid excessive credits consumption:
Support
- GitHub repository: https://github.com/QoderAI/qoder-action
- Issue reporting: https://github.com/QoderAI/qoder-action/issues