Coze
Official siteLow-code agent workflow platform for fast automation delivery.
OpenAutomatically review agent-generated PRs in a CI/CD pipeline to detect code quality issues, technical debt, and security vulnerabilities before merging.
Use {repo} {pr_id} {reviewer_role} placeholders, not double braces.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}Full GitHub repository name, e.g., owner/repo
Filling hint: replace this with your real business context.
{pr_id}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.
Fill variables below to generate a ready-to-run prompt in your browser.
{repo}Full GitHub repository name, e.g., owner/repo
{pr_id}Pull Request number
{reviewer_role}Reviewer role, e.g., Senior Engineer
Generated Prompt Preview
Use {repo} {pr_id} {reviewer_role} placeholders, not double braces.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. Pull the PR diff and metadata via the GitHub API.
2. Run static analysis tools (ESLint, Bandit, SonarQube) to flag syntax errors, potential bugs, and code smells.
3. Feed the PR content, analysis results, and reviewer role to an AI model to generate review comments, improvement suggestions, and merge recommendations.
4. Post the AI-generated review as a comment on the PR using the GitHub API.
5. If the AI deems the PR safe to merge, automatically merge; otherwise, label it as "Needs changes" and notify the developer.
Development
Tools that work well with this template.