Coze
Official siteLow-code agent workflow platform for fast automation delivery.
OpenUse GitHub Copilot CLI to automatically generate or fix code in a repository, choosing between interactive or non-interactive modes to fit different workflow needs.
Run {copilot_mode} mode on {repo_path} with prompt: {prompt}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_path}Local repository path
Filling hint: replace this with your real business context.
{branch_name}Branch to switch to
Filling hint: replace this with your real business context.
{copilot_mode}Copilot CLI mode, either interactive or non-interactive
Filling hint: replace this with your real business context.
{prompt}Prompt to pass to Copilot for code generation or fix
Filling hint: replace this with your real business context.
Fill variables below to generate a ready-to-run prompt in your browser.
{repo_path}Local repository path
{branch_name}Branch to switch to
{copilot_mode}Copilot CLI mode, either interactive or non-interactive
{prompt}Prompt to pass to Copilot for code generation or fix
Generated Prompt Preview
Run {copilot_mode} mode on {repo_path} with prompt: {prompt}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. Ensure GitHub Copilot CLI is installed and logged in with a valid GitHub token.
2. Navigate to the target repository: cd {repo_path}.
3. Switch to the specified branch: git checkout {branch_name}.
4. Run Copilot CLI: copilot {copilot_mode} --prompt "{prompt}".
5. Review the generated code or fix, adjust manually if needed.
6. Commit and push changes: git add . && git commit -m "Copilot {copilot_mode} changes" && git push.
Development
Tools that work well with this template.