| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Turn your GitHub repository into an intelligent workspace with Qoder. This action seamlessly integrates Qoder's intelligent capabilities into your development workflow, enabling automated code reviews, interactive debugging, and custom autonomous tasks powered by qodercli.
Tip: If you have qodercli installed locally, you can run /setup-github in the TUI to guide you through the entire setup.
Get started with Qoder in your repository in just a few minutes:
Store your token as a secret named QODER_PERSONAL_ACCESS_TOKEN in your repository:
Browse the examples/ directory to choose a workflow that fits your needs, then copy it to your repository's .github/workflows/ directory.
| Workflow | Description | Source |
|---|---|---|
| Code Review | Automatically analyzes Pull Requests for code quality and security. | code-review.yml |
| Assistant | Enables interactive chat (@qoder) in Issues and PRs to explain code or fix bugs. | assistant.yml |
Note: These examples are just the beginning. You can craft powerful, custom workflows by combining Qoder's capabilities with your own logic. Contributions of new workflow examples are welcome!
| Name | Description | Required | Default |
|---|---|---|---|
| prompt | Instructions for qodercli (passed to -p flag). | Yes | - |
| qoder_personal_access_token | Your Qoder Personal Access Token. | Yes | - |
| flags | Additional CLI arguments for qodercli. | No | '' |
| qodercli_version | Version of qodercli. Default version recommended. | No | (Latest Compatible) |
| enable_qoder_github_mcp | Enable qoder-github MCP Server. Required for built-in resources. | No | true |
| Name | Description | Required |
|---|---|---|
| QODER_PERSONAL_ACCESS_TOKEN | Your Qoder Personal Access Token. | Yes |
This action provides outputs that can be consumed by subsequent steps in your workflow.
| Name | Description |
|---|---|
| output_file | Path to a file containing the full stdout from qodercli. The content is formatted as stream-json (line-delimited JSON objects), making it machine-readable for custom post-processing scripts. |
| error | Captures the standard error (stderr) output if the execution encounters issues. |
This action uses OpenID Connect (OIDC) to securely authenticate with Qoder services. Ensure your workflow has the id-token: write permission.
Beyond standard configuration, you can deeply customize Qoder's behavior and knowledge base.
Simply add an Agents.md file to your repository. Qoder automatically detects and loads this file into its context. Use this to provide:
We encourage customizing Qoder's behavior using Subagents and Slash Commands. By defining these in your repository's .qoder/ directory, you can create structured, persona-based workflows tailored to your project's specific needs.
For detailed documentation on creating subagents and commands, please refer to the Qoder CLI Documentation.
Explore our Recipes Guide for a collection of ready-to-use configurations, including advanced filtering, cost optimization, and language customization.
Contributions are welcome! Whether you're fixing a bug, adding a new workflow example, or improving documentation, we'd love to see your PRs.
Please feel free to open an Issue if you encounter any problems or have feature requests.
This project is licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |