Coze
Official siteLow-code agent workflow platform for fast automation delivery.
OpenAutomatically generate pull request review comments and apply labels using GitHub Copilot CLI and GitHub Actions to boost developer productivity.
When a new pull request is opened in {repo}, run Copilot CLI to generate review comments based on {review_template}. Post the review as {reviewer} and apply the label {label}. Then notify the team via {notification_channel}.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 repository name, e.g., example/repo
Filling hint: replace this with your real business context.
{pr_number}Pull request number
Filling hint: replace this with your real business context.
{reviewer}Reviewer username or bot name
Filling hint: replace this with your real business context.
{review_template}Copilot review template name, e.g., standard
Filling hint: replace this with your real business context.
{label}Label to add, e.g., needs-review
Filling hint: replace this with your real business context.
{notification_channel}Notification channel URL, e.g., Slack Webhook
Filling hint: replace this with your real business context.
Fill variables below to generate a ready-to-run prompt in your browser.
{repo}Full repository name, e.g., example/repo
{pr_number}Pull request number
{reviewer}Reviewer username or bot name
{review_template}Copilot review template name, e.g., standard
{label}Label to add, e.g., needs-review
{notification_channel}Notification channel URL, e.g., Slack Webhook
Generated Prompt Preview
When a new pull request is opened in {repo}, run Copilot CLI to generate review comments based on {review_template}. Post the review as {reviewer} and apply the label {label}. Then notify the team via {notification_channel}.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 open event to capture {repo} and {pr_number}
2. Run Copilot CLI: copilot review --repo {repo} --pr {pr_number} --template {review_template} and capture output
3. Submit review via GitHub CLI: gh pr review {pr_number} --comment "{review_output}" --body "Automated review"
4. Add label to PR: gh pr edit {pr_number} --add-label {label}
5. Send notification: curl -X POST {notification_channel} -d "PR #{pr_number} has been automatically reviewed and labeled {label}"
Development
Tools that work well with this template.