Coze
Official siteLow-code agent workflow platform for fast automation delivery.
OpenAutomate pull request review, code quality checks, and merge decisions in a GitHub repository, boosting developer productivity while keeping traceability.
When a new pull request is opened in {repo_url}, trigger the AI review workflow. The workflow should: 1. Retrieve the diff for {pr_number}. 2. Run static analysis and lint checks. 3. Generate review comments. 4. If all checks pass, propose a merge using {merge_strategy}. 5. Post the review comments and merge decision to the PR. 6. Trigger the CI pipeline. Use {reviewer_role} as the target reviewer persona.This section only explains placeholders. It is not an input form on this website. Copy the prompt, then replace variables in Coze / Dify / ChatGPT.
{repo_url}GitHub repository URL
Filling hint: replace this with your real business context.
{pr_number}Pull request number
Filling hint: replace this with your real business context.
{reviewer_role}Reviewer role (e.g., Senior Engineer)
Filling hint: replace this with your real business context.
{merge_strategy}Merge strategy (e.g., squash, rebase, merge)
Filling hint: replace this with your real business context.
Fill variables below to generate a ready-to-run prompt in your browser.
{repo_url}GitHub repository URL
{pr_number}Pull request number
{reviewer_role}Reviewer role (e.g., Senior Engineer)
{merge_strategy}Merge strategy (e.g., squash, rebase, merge)
Generated Prompt Preview
When a new pull request is opened in {repo_url}, trigger the AI review workflow. The workflow should: 1. Retrieve the diff for {pr_number}. 2. Run static analysis and lint checks. 3. Generate review comments. 4. If all checks pass, propose a merge using {merge_strategy}. 5. Post the review comments and merge decision to the PR. 6. Trigger the CI pipeline. Use {reviewer_role} as the target reviewer persona.Teams that need faster development output with more stable prompt quality.
Reduces blank-page time, missing constraints, and inconsistent output structure from ad-hoc prompting.
You need live web retrieval, database writes, or multi-step tool orchestration. Use full workflow automation for that.
Keep exploring with similar templates and matching tools.
No recent items yet.
1. Listen for PR creation events and capture {pr_number}.
2. Call the GitHub API to fetch the PR diff.
3. Use OpenAI to perform static code analysis and lint checks.
4. Generate review comments and format them as PR comments.
5. If no errors, propose a merge using the specified {merge_strategy}.
6. Post the comments and merge suggestion to the PR, then trigger the CI pipeline.
Development
Tools that work well with this template.