Qoder Action is a standard GitHub Actions component that brings the powerful capabilities of Qoder CLI into your GitHub workflow, enabling intelligent code collaboration directly within PRs and Issues. With simple configuration, you can run Qoder CLI on GitHub Actions Runners to provide your team with two core out-of-the-box capabilities: automated PR reviews and @qoder interactive collaboration. Visit Qoder Action Repository →Documentation Index
Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
Use this file to discover all available pages before exploring further.
Key Features
- Automated PR Reviews: Every pull request automatically receives a comprehensive code review, detecting code defects, security vulnerabilities, test coverage gaps, and other issues—improving code quality before merging
- @qoder On-Demand Assistance: Mention @qoder in any comment to get code explanations, implementation suggestions, or direct fixes
- Deep Project Understanding: Respects your project’s coding standards, architectural patterns, and business logic
- Quick Setup: Complete configuration in minutes and immediately boost team efficiency
- Secure and Reliable: Code runs on GitHub Runners, ensuring data security
Quick Start
Option 1: Quick Setup (Recommended)
Run the/setup-github command in qodercli and follow the guided setup.
Option 2: Manual Setup
1. Install GitHub App and Get Access Token
- Visit Qoder Integrations
- Link your Qoder account with your GitHub account and install the qoderai GitHub App to your target repository
- Generate a Qoder Personal Access Token
2. Add Qoder Access Token to Repository Secrets
In your repository, go to Settings > Secrets and variables > Actions and addQODER_PERSONAL_ACCESS_TOKEN with your Qoder Personal Access Token.
3. Select and Install Workflow
Visit Qoder Action examples, choose a workflow that fits your needs, and copy it to your repository’s.github/workflows/ directory.
- Code Review: Automatically analyzes pull request code quality, test coverage, and security issues
- Assistant: Enables interactive conversations (@qoder) in Issues and PRs to explain code or fix problems
4. Start Using
- 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
Customize Output Language
Specify the output language in the prompt:Define Review Rules Using Agents.md
Create anAgents.md file in your repository root. Qoder CLI will automatically load its content as context:
Skip Reviews Based on PR Size
For large PRs, you can add skip conditions to avoid excessive credit consumption:Technical Support
- GitHub Repository: https://github.com/QoderAI/qoder-action
- Issue Reporting: https://github.com/QoderAI/qoder-action/issues